/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 125%;
	margin:0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2e6e9;
	text-align:center;
	
}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00447C;
	font-weight: normal;
}
hr {
	color: #00447C;
}

.wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	
#header {
	height: 117px;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#logo {
	width: 290px;
	float: left;
	}
	
#contact {
	width: 490px
	float: left;
	text-align: right;
	color: #d0dce6;
	line-height: 160%;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 12px;
	}
	
#contact h2, #contact a {
	color: #FFFFFF;
	font-weight: normal;
	}
	
#contact h2 {
	font-size: 16px;
	}


	
.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
#content {
	padding: 20px 20px 150px 20px;
	text-align: left;
	background: #FFFFFF url('/images/blogbg.gif');
	font-size: 12px;
	}
	
#content p{
	width: 450px;
}
	
.floatleft {
	float: left;
	margin: 5px 5px 0 0;
	}

.floatright {
	float: right;
	margin: 0 0 5px 5px;
	}	
	
	
#ihome {
	width: 780px; 
/*	padding: 20px 20px 100px 20px;*/
	background-color: #FFFFFF;
	}

#footer {
	clear:both;
	text-align: center;
	padding: 5px;
	background: url(images/nav_text.gif);
	color: #333333;
}
	
#footer a {
	color: #333333;
}
.barborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003F73;
	border-bottom-color: #003F73;
}
	
#footer a:hover {
	color: #0066CC;
}
	
#sidebar {
	padding: 20px;
	background-color: #EDF4FE;
}
#header {
	width: 780px;
}
	
#sidebar h1 {
	background-color: #00447B;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

#sidebar img a {
	}
	
#sidebar img a:hover {
	}
	
#flashthing {

}
	
h2 {
	font-size: 18px;
	color: #0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 25px 0 5px 0;
}

h2 a {
	color: #0066CC;
}


a:link {
	color: #00447B;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0066CC;
}

#nav {
	width:800px;
	}

#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

#nav li {
	float:left;
	list-style-type: none;
	margin-right: 17px;
	}

#nav li a {
	
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	}
	
#nav li a:hover {
	color:#0066CC;
	}
	
#sidebar{
	text-align: left;
	float: right;
	width: 250px;
	margin: 0 0 10px 10px;
}


#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}