





/*===== RESET STYLES =====*/

html, body, div, ul, li, p {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
}
img, a img {
	border:0px none;
}

/*===== STANDARD STYLES =====*/

body {
    font-family: trebuchet MS, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.3em;
	background: #2A6BA3;
}

td {
    font-family: trebuchet MS, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.3em;
}

p {
	margin-bottom: 10px;
}

a {
	color: #F89A22;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F89A22;
	text-decoration: underline;
	font-weight: bold;
}

ul, ol {
	padding: 0px 0px 0px 35px;
}

/*===== CUSTOM STYLES =====*/

.clear {
	float:none;
	clear:both;
	height:0px;
}

#container {
	width: 900px;
	margin: 20px auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#header {

}

#menu {
	background: #2A6BA3;
	height: 30px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	list-style-type: none;
	height: 30px;
	padding: 0px !important;
	margin: 0px !important;
	list-style-type: none;
}

#menu ul li {
	float: left;
	display: block;
	padding: 0px 17px 0px 18px;
	height: 30px;
	line-height: 28px;
	border-right: 1px solid #FFFFFF;
}

#menu ul li#last {
	border-right: none;
}

#menu ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	float: left;
}

#column {
	width: 190px; /* 220px; */
	padding: 10px;
	float: left;
	line-height: 1.5em;
}

#column ul {
	padding: 0px 0px 0px 10px !important;
	list-style-type: none;
}

#column ul a {
	background: url(images/images-ul-bkgd.jpg) no-repeat 0px 8px scroll;
	padding: 0 0 0 7px;
}

#content {
	width: 660px; /* 680px; */
	padding: 10px;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
}
