/* CSS Document */

body {
	background-color: #d8d8d8;
	
}
a:link {
	text-decoration: none;
	color: #067DF8;
}
a:visited {
	color: #067DF8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #067DF8;
}
a:active {
	text-decoration: none;
}

h1{
font-size:16px;
}

li{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
}

html, p {
margin: 0;
padding: 0;
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:12px;
}


.container{
width: 900px;
border: 1px solid #999;
margin: auto;
background-color: #ffffff;
}

.header{
height: 145px;
background-image:url(images/bannerblueprint.gif)

}

.menu{
height: 44px;
margin: 0px;
padding: 0px;
float:left;
margin:0px 0px 10px 0px;
border-top: 1px solid #666666;
border-bottom:1px solid #666666;
clear:both;
}

.links{
float: left;
width: 195px;
height: auto;
text-decoration:none;
font-size:11px;
padding: 1px;
}

.nav {
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-type: none;
}
.nav li {
margin: 0px;
padding: 0px;
display: block;
}


.nav li a:link, .nav li a:visited, .nav li a:active {
color: #000;
text-decoration: none;
display: block;
margin: 0px;
padding: 3px 10px 3px 10px;
width: auto;
}

.nav li a:hover {
color: #067DF8;
text-decoration: none;
}



.blog{
float: left;
width: 475px;
font-size:12px;
padding:0px;
margin:0px 0px 0px 5px;
}



.content1{
width: 800px;
height: 400px;
font-size:12px;
margin:auto;
clear:both;
}


.content2{
width: 800px;
height: auto;
font-size:12px;
margin:auto;
clear:both;
}

.content3{
width: 750px;
height: auto;
margin:auto;
}


.blank1{
float:left;
height:10px;
width: 100%;
border-bottom:1px solid #666666;
clear:both;
}

.table{
width:200px;
float: left;
border:1px solid #666666;
margin:0px 0px 0px 15px;
}

.news{
height:450px;
width:196px;
padding:2px;
font-size:11px;
float:left;
overflow:auto;
link color:#067DF8;
}

.table1{
clear:both;
float:left;
width:100%;
text-align:left;
}

.table2{
clear:both;
float:left;
width:100%;
}


.footer {
width:900px;
clear: both;
font-size:11px;
text-align: center;
line-height:20px;
}

.image{
float:right;
position:absolute;
left:750px;
top:375px;
}

.style1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #067DF8;
}