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

*{
	margin: 0;
	padding: 0;
	}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/footerbg2.png);
	}
	
/*******Header*******/

#header{
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	height: 107px;
	}

#headContent{
	width: 770px;
	margin-left:auto;
	margin-right: auto;
	}

#headContent img{
	margin-left: 15px;
	margin-top: 10px;
	}
	
/*********Navigation***********/

#nav{
	background-image:url(images/navbg.png);
	background-repeat: repeat-x;
	height: 38px;
	}

#navContent p{
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	}

#navContent{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
/***********Content***********/

#mainContent{
	background-color: #FFFFFF;
	}

#mainContentWrapper{
	background-color: #FFFFFF;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	}

#sideleft{
	float:left;
	padding: 0px 20px 20px 20px;
	width: 207px;
	}

#sideleft img{
	border-color:#666666;
	}

#rightside{
	width: 500px;
	}

#bluebox{
	height: 93px;
	width: 520px;
	background-image:url(images/bluebox2.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 227px;
	}

#bluebox h1{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 40px;
	padding-top: 27px;
	}
	
#bluebox2{
	height: 217px;
	width: 520px;
	background-image:url(images/bluebox2.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 227px;
	}

#bluebox2 img{
	float: left;
	margin-left: 18px;
	margin-top: 18px;
	}

#bluebox2 p{
	margin-left: 200px;
	width: 250px;
	color:#FFFFFF;
	padding-top: 18px;
	font-size: 14px;
	}

#bluebox2 img{
	border-color:#666666;
	}

#bluebox2 h1{
	margin-left: 200px;
	padding-top: 18px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	}
	
#bluebox2 a{
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 30px;
	}

#bluebox2 a:hover{
	color: #CCCCCC;
	text-decoration:none;
	}

#content{
	font-size: 13px;
	padding-bottom: 20px;
	width: 500px;
	margin-left: 248px;
	}

#content p{
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 20px;
	}

#content h1, h2{
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 20px;
	font-weight: bold;
}

#content li{
	list-style-type: square;
	margin-left: 80px;
	
	}

ul{
	padding-top: 10px;
	padding-bottom: 10px;
	}

.title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 100px;
	
	}

.article{
	padding-top: 5px;
	}

.date{
	font-size: 10px;
	}


#content a{
	color: black;
	text-decoration: underline;
	}

#content a:hover{
	color:#006699;
	text-decoration: none;
	}

#sideright{
	margin-left: 20px;
	}

.footnote{
	font-size:10px;
	}


#footer{
	clear: both;
	background-image:url(images/footerbg.png);
	background-repeat:repeat-x;
	}

#footerContent{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	height: 203px;
	}

#footer p{
	margin-left: 268px;
	padding-top: 50px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	}
	
