* { 
padding : 0; 
margin : 0; 
} 

html, body {
    height: 100%;
}
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	background-repeat : repeat;

repeat-y;
	background-position:center;
	background-image: url(images/stripe-bg.jpg);
} 
img { 
} 
strong {
	font-weight:bold;
}

img.floatTL { 
float : left; 
margin-right : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-left : 0; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-right : 0; 
} 
#wrapper {
	width : 922px;
	background-image : url(images/wbg.jpg);
	background-repeat : repeat-y;
	height: auto !important;
	height: 100%;
	margin: 10px auto;
	background-color: #B0BFEA;
} 
#header {
	color : #FFFFFF;
	width : 900px;
	float : left;
	padding : 10px;
	height : 210px;
	margin : 0;
	background-color : #dbe6ec;
	background-image : url(images/hbg.jpg);
	background-repeat : no-repeat;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.logo h1.lineone { 
font-size : 2.1em; 
font-weight : lighter; 
font-family : helvetica, arial, sans-serif; 
padding-top : 10px; 
padding-left : 5px; 
border : none; 
letter-spacing : -1px; 
color : #FFFFFF; 
} 
.logo h1.lineone span { 
color : #53a5ce; 
} 
.logo h2.linetwo {
	padding-left : 5px;
	font-size : 0.9em;
	font-family : helvetica, arial, sans-serif;
	text-transform : none;
	color : #CCCCCC;
	font-weight: lighter;
} 
.logo a { 
color : #53a5ce; 
text-decoration : none; 
} 
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 922px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.1em;
	background: url(images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(images/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 922px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}
ul.sidenav {
	font-size: 1.2em;
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #D6A516;
	border-bottom: 1px solid #B28500;
	border-top: 1px solid #E4CC8C;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 170px;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #ffcb33;
	border-bottom: 1px solid #b28500;
}
ul.sidenav li a:hover {
	background: #B28500;
	border-top: 1px solid #FEFEFE;
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 15px 0px 0px 5px;
}
ul.rightsidenav {
	font-size: 1.2em;
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #005094;
	border-bottom: 1px solid #3373a9;
	border-top: 1px solid #003867;
	background-color: #1275C8;
}
ul.rightsidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 160px;
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #3373a9;
	border-bottom: 1px solid #003867;
}
ul.rightsidenav li a:hover {
	background: #003867;
	border-top: 1px solid #1a4c76;
}
ul.rightsidenav li span{	display: none; }
ul.rightsidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 15px 0px 0px 5px;
}
#leftcolumn {
	color : #325DCD;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 350px;
	width : 202px;
	float : left;
} 
.leftnav {
	width : 195px;
	margin-top : 20px;
	margin-left : 5px;
	list-style: none;
} 
.leftnav li h2 {
	margin : 0;
	height : 25px;
	color : #FFFFFF;
	padding-left : 20px;
	padding-top : 10px;
	font-size : 1.5em;
	list-style: none;
} 
.leftnav li ul { 
line-height : normal; 
list-style-type : none; 
display : list-item; 
} 
.leftnav li li {
	padding : 5px;
	margin-left : 20px;
	font-size : 1em;
	list-style: none;
} 
.leftnav li a { 
padding-left : 10px; 
text-decoration : none; 
color : #FFFFFF; 
} 
.leftnav li a:hover { 
border : none; 
padding-left : 10px; 
} 
#content { 
float : left; 
color : #333; 
background : #fafaee; 
margin : 0 0 0 0; 
padding : 10px; 
min-height : 350px; 
width : 458px; 
display : inline; 
text-align : justify; 
} 
#content li {
	list-style: none;
	line-height: 1.5;
	padding-left: 25px;
	text-align: left;
}

#content h1 { 
color : #D6A516; 
font-size : 1.9em; 
font-weight : bold; 
} 
#content h2 { 
color : #D6A516; 
font-size : 1.3em; 
font-weight : bold; 
padding-top : 20px; 
} 
#rightcolumn {
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 10px;
	min-height : 600px;
	width : 202px;
	float : left;
} 
#rightcolumn a {
	color: #FFFFFF;
}

#footer {
	width : 902px;
	clear : both;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding : 10px;
	text-align : center;
	background: url(images/topnav_stretch.gif) repeat-x;
} 
#footer a {
	font-size: x-small;
	color: #FFFFFF;
}

.push {
	height: 4em; 
}
#content h4 {

color : #D6A516; 
font-size : 1em; 
font-weight : bold; 
padding-top : 20px;
}
#wrapper-noright {

	width : 922px;
	background-image : url(images/wbg-noright.jpg);
	background-repeat : repeat-y;
	height: auto !important;
	height: 100%;
	margin: 10px auto;
	background-color: #B0BFEA;
}
