/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C0C0C0;
	margin: 0px auto;
	padding: 0px;
	border: 0px;	
}

#wrapper {
	margin: 0px auto;
	width:930px;
	background-color:#FFFFFF;		
}

#front_page{
	text-align:center;	
	margin: 0px auto;
	width: 500px;
	padding-top:0px;
}
#front_page p a:link, #front_page p a:visited, #front_page p a:active{
	text-decoration:underline;
	color:#0B4DA2;
}
#front_page p a:hover{
	text-decoration:none;
	color:#0B4DA2;
}
	
#banner {	
	height:168px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#main {	
	width:650px;	
	float:left;		
	padding:10px 50px 20px 50px;
}

/*left hand menu items*/
#sidenav{
	float:left;
	width:165px;
	margin-left:15px;
	margin-top:20px;
}
#sidenav p{
	border-bottom:dashed 1px #0B4DA2;
}
#sidenav p a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#sidenav p a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

h2{
	font-size:22px;
	color:#DB2031;
}

h3{
	font-size:17px;
	color:#0B4DA2;
}
h3.heading{
	text-transform:uppercase;
}
h3.italics{
	font-style:italic;
}

a:link, a:visited, a:active{
	text-decoration:underline;
	color:#0B4DA2;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#0B4DA2;
}

ul li{
	list-style-image:url(images/bullet.gif);
}

/*container around entire blurb*/
.blurb{
	color:#0B4DA2;
	font-weight:bold;	
	width:647px;
}

/*blue background over blurb*/
.blurb_title{
	background-color:#8390C7;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:25px;
}
/*top of dashed blurb box*/
.blurb_top{
	background-image:url(images/blurb_top.jpg);
	background-repeat:no-repeat;
	height:22px;
}
/*middle sides of dashed blurb box*/	
.blurb_middle{
 	background: url(images/blurb_middle.jpg) repeat-y;
    padding: 1px 10px 1px 15px;
}
/*bottom of dashed blurb box*/
.blurb_bottom{
	background:url(images/blurb_bottom.jpg) no-repeat; 
    height:51px;
}

/*blue background, blue text blurb box*/
.blurb_box{
	background-color:#E0E5EE;	
	color:#0B4DA2;
	padding:5px 5px 5px 10px;
	width:500px;
}

/*floats red quotes left*/
.quote_box_left{
	width:250px;
	float:left;
	padding-right:10px;
	padding-bottom:20px;
}
/*floats red quotes right*/
.quote_box_right{
	width:250px;
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
/*makes text red*/
.quote{	
	color:#DB2031;
	font-size:16px;
	line-height:30px;
}
/*big quotation marks*/
.quote_mark{
	color:#CCCCCC;
	font-size:30px;
	vertical-align:middle;
}


#footer {	
	height: 90px;	
	clear:both;
	border-top:solid 1px #000000;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	font-size:11px;
}

