@charset "utf-8";
/***************************************
1A: BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #00b5f1;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.clearFloat {
	clear: both;
}
#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#headertop {
	
}
#headermid {
	
}
#headerbot {
	
}
#headerbase {
	float: left;	
}
#navbar {
	background-color: #000;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	float: right;
	height: 34px;
	width: 550px;
}
#mainphoto {
	
}
#maincontent {
	
}
#content1 {
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	width: 689px;
}
#content1top {
	background-color: #f17a00;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content1mid {
	background-color: #fce4cc;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 235px;
	overflow: hidden;
}
#content2 {
	float: right;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	width: 305px;
}
#content2top {
	background-color: #0b70da;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content2mid {
	background-color: #b5d4f4;
	padding: 10px;
	height: 245px;
	overflow: hidden;
	font-size: 12px;

}
#content3 {
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	width: 996px;
}
#content3top {
	background-color: #f17a00;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content3mid {
	background-color: #fce4cc;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: visible;
}
#footer {
	background-color: #384a8b;
}
#footleft {
	font-size: 10px;
	color: #FFF;
	float: left;
}
#footright {
	float: right;
	
}
#content2mid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content2mid li {
	list-style-image: none;
	background-image: url(../images/orangedot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	display: block;
	line-height: 16px;
	padding-bottom: 8px;
}
#content2mid ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
}
#content2mid ul li a:hover {
	color: #FFF;
	display: block;
	background-color: #0b70da;
	padding-left: 4px;
	padding-right: 4px;
}
.date {
	font-style: italic;
	font-size: 12px;
	color: #666;
}
#content3mid ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#content3mid li {
	list-style-image: none;
	background-image: url(../images/orangedot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	display: block;
	line-height: 16px;
	padding-bottom: 8px;
}
