body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px;
	color: #333333;
	background: #FFFFFF;
	text-align:left;
	font-size: 70%;
}

#container {
	width:861px;
	top:50px;
	margin: auto;
}

#header {
	height:129px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#flash {
	width:508px;
	height:129px;
	background: #000000;
	margin-left: 148px;
}

#login {
	margin-top: 25px;
	width: 200px;
	float: right;
	clear: right;
	font-weight: bold;
	color: #FFFFFF;
}

form {
	margin: 0px;
	}

#login input {
	border: 1px solid #bbbbbb;
	width: 70px;
	font-size: 0.9em;
	padding: 3px;
}

#login #go {
	border: 0;
	width: 23px;
	background: #ffcd36;
	font-size: 0.9em;
	padding: 3px;
}

#navigation {
	border-top: 1px solid #e0ab0a;
	border-bottom: 1px solid #e0ab0a;
	font-size: 0.9em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	padding: 3px 0px 0px 0px;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
}

#navigation ul li.selected {
	padding: 3px 0px 0px 0px;
	background-image: url(images/selected_btn_bg.jpg);
	background-repeat: no-repeat;

}

#navigation ul li a {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 17px;
	padding-bottom: 3px;
	background-image: url(images/yellow_triangle_right.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	display: block;
}

#navigation ul li.selected a {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/yellow_triangle_down.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-bottom: 3px;
}

#navigation ul li.selected ul li {
	padding: 4px 15px 2px 0;
	background: #FFFFFF;
	background-image: url(images/dots_row.gif);
	background-repeat: no-repeat;
	background-position: 18px bottom;
}

#navigation ul li.selected ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3d3d3b;
	font-weight: normal;
	padding-left: 25px;
	background: none;
}


#navigation ul li.selected ul li a:hover {
	text-decoration: none;
	color: #e0ab0a;
	padding-left: 25px;
	background-image: url(images/grey_triangle_right.gif);
	background-repeat: no-repeat;
	background-position: 18px 4px;
}

#navigation ul li.selected ul li.selected a {
	background-image: url(images/grey_triangle_right.gif);
	background-repeat: no-repeat;
	background-position: 18px 4px;
	color: #e0ab0a;
}

#inner {
	margin-top: 0px;
	background: #FFFFFF;
	background-image: url(images/top_shadow.gif);
	background-repeat: repeat-x;
}

#inner1 {
	float: right;
	width: 681px;
	margin-bottom: 20px;
}

#maincolumn, #maincolumn2 {
	padding: 0 10px 0 0;
	float: left;
	width: 422px;
	line-height: 140%;
}

#maincolumn2 {
	width: 681px;
}

#leftcolumn {
	width:148px;
	text-indent: 0;
}

#leftcontent {
}

#rightcolumn {
	width: 204px;
	float: right;
	text-indent: 0;
}

#rightcontent {
}

#footer {
	background: #FFFFFF;
	height: 20px;
	border-top: 1px solid #e0ab0a;
	color: #000000;
	text-align: left;
	font-size: 90%;
	padding: 5px 5px;
	line-height: 110%;
}

#compliance {
	float: right;
}

/***** Text formatting *****/

td, p {
	padding: 0;
}
h1 {
	font-size: 150%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0;
	line-height: 120%;
}
h2 {
	font-size: 130%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h3 {
	font-size: 120%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h4 {
	font-size: 110%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h5 {
	font-size: 105%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h6 {
	font-size: 100%;
	color: #e0ab0a;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}

a {
	color: #037bcb;
}

a:hover {
	color: #FF0000;
}



/***** Styles *******/

