body {
margin: 0px;
}

a {
	text-decoration: underline;
	color:#444;
}

a:hover {
	color: #999;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#header {position: relative;
   margin: 0px 0px 0px 0px;
   color: #FFFFFF;
   width: 100%;
   background-color: #006;
   color: white;
   height: 70px;
   border: none;}

#header a img {
   margin-bottom: -4px;
}

#container {position: absolute;
top: 75px;
left: 0px;
width: 100%;
margin: 0px;
padding: 0px;
border: none;
background-color: #eeeeee;}

/* Set placement of left column. */

.column1 {position: absolute;
top: 5px;
left: 1%;
width: 25%;
padding: 0px;
background-color: white;
border: 0px;
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
color: navy;
}

.column1 h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	background: #f1f1f1;
	}

.column1 li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 120%;
	margin-top: 2px;
	list-style-type: none;
	}

/* Set placement of center column. */

.column2 { position: absolute;
top: 5px;
left: 27.5%;
right: 26%;
width: 45%;
padding: 0px;
background-color: white;
border: 0px;
text-align: left;
font-size: x-small;
font-weight: normal;
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
}

.column2 p {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 15px;
	}

.column2 blockquote {
	line-height: 150%;
	color: #333;
	background: #f8f8f8;
	border: 1px solid #006;
	padding: 5px;
	}

.column2 li {
	line-height: 150%;
	}

.column2 h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	background: #f1f1f1;
	}

.column2 h3 {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.column2 p.posted {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #ccc;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	padding-left: 10px;
	}



/* Set placement of the right column. */

.column3 {position: absolute;
top: 5px;
right: 1%;
width: 25%;
padding: 0px;
background-color: white;
border: 0px;
text-align: left;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
color: navy;
}

.column3 h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	background: #f1f1f1;
	}

.column3 li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 120%;
	margin-top: 2px;
	list-style-type: none;
	}

#footer {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
padding:2px;
margin:0px;
background-color:#006;
color:#fff;
border-bottom: 1px solid #9EC4E2;
border-top: 1px solid #9EC4E2;
text-align:center;
}

#footer a {
color:#fff;
}

#footer a:hover {
text-decoration: none;
}
