/********************************************************/
/*					Mini-Site Main Styles				*/
/********************************************************/

body{
	font-family: arial, san-serif, verdana;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header{
	background: url("../images/bg_header.jpg");
	width: 750px;
	height: 133px;
}

#leftNav{
	background: url("../images/bg_left_nav.jpg");
	width: 150px;
	height: 400px;
	vertical-align: top;
}

#content{
	background: url("../images/bg_content.jpg");
	width: 600px;
	height: 400px;
	vertical-align: top;
	
}

#footer{
	background: url("../images/bg_footer.jpg");
	width: 750px;
	height: 76px;
	padding-top: 40px;
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
}

/********************************************************/
/*					   Content Styles					*/
/********************************************************/

h1{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	color: #32871B;
	font-size: 1.0em
}

p{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	color: #184671;
	font-size: 0.8em;
}

p a{
	color: #40B020;
}

p a:hover{
	color: #f00;
}

/********************************************************/
/*					Nav-Menu Styles						*/
/********************************************************/

#navMenu{
	font-weight: bold; 
	font-size: 0.8em;
	width: 150px;
}

#navMenu a{
	display: block;
	color: #184671;
	text-decoration: none;
	width: 139px;
	height: 25px;
	margin-left: 9px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 0;
	border-top: 1px solid #CAE3F7;
	border-right: 1px solid #72A7DA;
	border-bottom: 1px solid #72A7DA;
	border-left: 1px solid #CAE3F7;
}

#navMenu a:hover{
	color: #ffffff;
	border-top: 1px solid #72A7DA;
	border-right: 1px solid #CAE3F7;
	border-bottom: 1px solid #CAE3F7;
	border-left: 1px solid #72A7DA;
}
