@charset "UTF-8";
/* CSS Document */

/********************************
GLOBAL OVERRIDES*/

*{margin:0; padding:0;}

ul, ul li {
list-style:none;
text-decoration:none;
}

a, a:link, a:hover, a:active, a:visited {
text-decoration:none;
}
/********************************  
Reset & general */

div.nomargin {
	margin-left: 0px;
	margin-right: 0px;
}

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body{background: #FCFEFF;}
/*******************************
MAIN STUFF*/

/*	Navigation*/
div.global_container{
	background: #FFF;
	overflow: hidden;
}

div.header {
	height: 106px;	
	margin-top:42px;
	border-top: solid #003462 4px;
	border-bottom: solid #003462 1px;

}
	div.menu {
	height: 27px;
	margin-top: 20px;
	padding: 14px 0 22px 0;
	background: url(../../images/topNav_vline.gif) repeat-y 10px 0px;
	}
	
	div.menu div{
		}
		div.menu *{
			text-decoration: none;
			color: #372419;
			}
			
		div.menu a:hover, div.menu a:active {
			text-decoration: none;
			color: #006395;
		}

	div.logo {
		padding-left: 20px;
		margin-right: -20px;
		background:url(../../images/siteLogo.jpg) no-repeat 30px center;
	
	}

div.content {
	margin-top: 5px;
	padding-top: 40px;
	border-top: solid #003462 1px;

}

	div.side_title{
		margin-left: 0px;
		margin-right: 0px;
		padding-bottom: 10px;
		border-bottom: solid #003462 1px;
		}
	
	div.side_menu{	
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		}
		
		.side_vline{
		background: url(../../images/sideNav_vline.gif) repeat-y top;
		height: 534px;
		margin-top: -12px;
		}
		/*
		List Side Menu
		*/
		.side_menu ul{
			text-align: right;
		}
		
		.side_menu li a, li a:visited{
			font: italic 14px/21px Georgia, "Times New Roman", Times, serif;
			color: #372419;
			text-decoration: none;
			
		}
		
		.side_menu li a:active, li a:hover{
			color: #006395;
			font-weight: bold;
		}


/********************************
TEXT*/

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #372419;
	text-align: center;
}

h1 {
font-size:1.1em;
}

h2{
	font-size:0.8em;
	font-style:italic;
}

h3{
	text-align: right;
	font: italic bold 18px/19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

h4{
	text-align: left;
	font: bold 18px/19px Georgia, "Times New Roman", Times, serif;
	color:#006395;
}

h5{
	text-align: left;
	font: bold 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #372419;
	padding-top:5px;
}

p{
color: #372419;
font: 13px/17px Georgia, "Times New Roman", Times, serif;
}


.side_menu li a.active_page {
	color: #006395;
	font-weight: bold;
}
