/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
margin: 0;
padding: 0;
background: #0C2C91;
text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, ol, li, td {
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
margin: 0;
padding: 4px 30px 16px 40px;
}

h1 {
margin: 0 35px 15px 35px;
padding: 15px 0 0 0;
border-bottom: 1px solid #888888;
font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #0D2D8A;
}

h2 {
margin: 5px 35px 15px 35px;
padding: 0;
font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF6D01;
}

ul, ol {
margin: 0;
padding: 0 0 16px 30px;
}

ul li {
margin: 3px 0 3px 25px;
padding: 0;
list-style-image: url(images/bullet.gif);
}

address {
margin:0 auto;
padding: 25px 0;
font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#666;
}

	address a.linked {
		color: #666;
		font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration: none;
		}
	
	address a.linked:hover {
		color: #444;
		text-decoration: underline;
		}

div {
margin: 0;
padding: 0;
}

/* ----------------- LINK STYLE ----------------- */
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #0D2D8A;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF6D01;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0D2D8A;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #0D2D8A;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
table, td, th {
border-collapse: collapse;
}

/* DIV HEADER */
div#all, div#header {
width: 760px;
margin: 0 auto;
padding: 0;
}

/* DIV CONTAINER */
div#container {
width:760px;
margin:0 auto;
padding:0;
background: url(images/bg_container.gif) top left repeat-y;
}

/* DIV CONTENT */
div#content {
float:left;
width:560px;
vertical-align:top;
text-align:left;
}

/* DIV RIGHTCOLUMN */
div#rightcolumn {
float:left;
width:200px;
vertical-align:top;
}

div#iframe {
text-align: center;
}

/* DIV FOOTER */
div#footer {
width:760px;
margin:0 auto;
padding:6px 0;
font:normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #0C2C91 url(images/bg_footer.gif) top left no-repeat;
color:#fff;
clear:both;
}

div#footer a:link, div#footer a:visited {
font-size:9px;
color:#fff;
text-decoration:none;
}

div#footer a:hover, div#footer a:active {
font-size:9px;
color:#fff;
text-decoration:underline;
}

div#footerright {
width:760px;
margin: auto;
padding:0 0 10px 0;
font:normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #0C2C91;
color:#99c;
text-align:right;
}

/* DIV COPYRIGHT */
div#copyright {
width:760px;
margin:0 auto;
padding:10px 0;
font:normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #0C2C91;
color:#99c;
}

div#copyright a:link, div#copyright a:visited, div#footerright a:link, div#footerright a:visited {
font-size:9px;
color:#99c;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active, div#footerright a:hover, div#footerright a:active {
font-size:9px;
color:#fff;
text-decoration:underline;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

.right {
float: right;
margin: 5px 20px 5px 5px;
}
.rightstep {
	float: right;
	margin: 35px 35px 40px 10px;
}

.left {
	float: left;
	margin: 0 15px 15px 30px;
}


.clearboth {
clear: both;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
width:760px;
height:25px;
margin:0 auto;
padding:0;
background: #c3c3c3 url(images/bg_navoff.gif) top left repeat-x;
}

ul#nav {
	margin:0;
	padding:0 0 0 0px;
	list-style-type:none;
}

ul#nav li {
	float:left;
	margin:0 auto;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0;
padding:0 10px;
display:block;
line-height:25px;
font-size:11px;
font-weight: bold;
text-decoration:none;
text-align:center;
color:#666;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
color:#039;
}

ul#nav li a:hover {
background: #c3c3c3 url(images/bg_navon.gif) top left repeat-x;
color:#fff;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.textcenter {
text-align:center;
}

.textcenterbold {
text-align:center;
font-weight:bold;
}

.orange {
color: #FF6D01;
text-decoration: underline;
}
