body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333333;
	text-align:left;
	font-size: 13px;
}

#outer {

}

#container {
	width:900px;
	top:50px;
	margin: auto;
}

#header {
	height:94px;
	left:0px;
	top:0px;
}

#logo {
	margin-top: 7px;
	margin-left: 0px;
	width: 80px;
	height: 80px;
	float: left;
}

#banner {
	margin-left: 250px;
	width: 650px;
	height: 180px;
	margin-bottom: 15px;
}

#navigationlvl1 {
	height: 24px;
	margin-left:245px;
	padding-top:0px;
	background-image: url(images/tab_left.png);
	background-repeat: no-repeat;
	background-position: 170px top;
}

#navigationlvl1 ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style:none;
	padding-top: 0px;
}

#navigationlvl1 ul li {
	margin: 0;
	padding: 4px 7px 0px 7px;
	height: 20px;
	display: block;
	float: left;
	text-indent: 0;
	background-color: #1f7ebc;
	background-image: url(images/tab_bg.png);
}

#navigationlvl1 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	border: none;
	font-size: 0.95em;
	text-transform: uppercase;
}

#navigationlvl1 ul li a:hover {
	color: #cccccc;
}

#subnav a {
	text-decoration: none;
	border: none;
}

#subnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ffb300;
	list-style: none;
}

#subnav ul li {
	border-bottom: 1px dotted #ffb300;
	padding: 5px 15px 5px 0;
	text-align: right;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	list-style: none;
}

#subnav ul li ul {
	border: none;
	list-style: none;
	margin: 0;
}

#subnav ul li ul li {
	border-top: 1px dotted #ffb300;
	border-bottom: none;
	padding: 5px 15px 0 0;
	margin-top: 5px;
	text-align: right;
	background-image: url(images/red_arrow.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	list-style: none;
}

#inner {
	margin-top: -80px;
}

#inner1 {
	float: right;
	width: 650px;
	margin-bottom: 20px;
}

#maincolumn, #maincolumn2 {
	padding: 0 10px 0 0;
	float: left;
	width: 460px;
	line-height: 140%;
}

#maincolumn2 {
	width: 640px;
}

#leftcolumn {
	padding-top: 15px;
	width:170px;
	font-size: 90%;
	line-height:110%;
	text-indent: 0;
}

#leftcontent {
}

#rightcolumn {
	width: 150px;
	float: right;
	font-size: 90%;
	line-height:110%;
	text-indent: 0;
	margin-right: 10px;
}

#rightcontent {
}

#clear {
	clear:both;
}

#footerouter {
	margin-top:10px;
	background: #eeeeee;
	border-top: 2px solid #aaaaaa;
}

#footer {
	width:900px;
	margin:auto;
	color: #000000;
	text-align: left;
	font-size: 80%;
	clear: both;
	padding: 5px 5px 15px 5px;
	line-height: 110%;
}

#compliance {
	color: #eeeeee;
	float: right;
	text-align: right;
}

/***** Text formatting *****/

p {
	padding: 0;
}
h1 {
	font-size: 150%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0;
	line-height: 120%;
}
h2 {
	font-size: 130%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h3 {
	font-size: 120%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h4 {
	font-size: 110%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h5 {
	font-size: 105%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}
h6 {
	font-size: 100%;
	color: #037bcb;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-indent: 0;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: #037bcb;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}

#compliance a {
	text-decoration: none;
	border-bottom: none;
	color: #037bcb;
}


#maincolumn ul, #maincolumn2 ul {
	list-style-image: url(images/orange_blob.png);
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
	text-indent: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

/***** Editor Styles *******/

.noindent {
	text-indent: 0;
}

.noborder, a.noborder:hover {
	border: none;
}

