@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
/*	overflow: hidden;*/
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #666666;	
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
#page {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 780px;
}
#header_title {
	height: 80px;
	width: 325px;
	position: relative;
	left: 10px;
	top: 10px;
}
#nav {
	background-color: #FFFFFF;
	background-image: url(/images/nav_back.jpg);
	height: 35px;
	width: 780px;
	background-repeat: repeat-x;
	text-align: center;
}
#nav a {
	position: relative;
	bottom: 11px;
	text-decoration: none;
	color: #006699;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-right: 40px;
}
#main {
	background-color: #FFFFFF;
	width: 780px;
/*	height: 350px;*/
	min-height: 350px;
}
#left-column {
	height: 350px;
	width: 177px;
}
#right-column {
/*	height: 350px;*/
	width: 603px;
	margin-left: 177px;
}

#bulletin {
	background-image: url(/images/bulletin.jpg);
	height: 190px;
	width: 177px;
}
#bulletin_text {
	color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0px;
	padding-top: 4px;
}
#bulletin_text h4 {
	color: #FF0000;
	padding-top: 8px;
	padding-bottom: 2px;/*	padding-left: 6px;*/
}
#bulletin_text p {
	padding-top: 5px;
}
#bulletin ul {
	padding-top: 4px;
}
#bulletin li {
	font-size: 8pt;
	list-style-position: inside;
	list-style-type: disc;
}

#contact {
	background-image: url(/images/contact.jpg);
	height: 145px;
	width: 177px;
	background-repeat: no-repeat;
}
#contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100%;
	width: 100%;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
#contact_text a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#contact_text h4 {
	color: #FF0000;
	padding-top: 9px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#contact_text p {
	padding-top: 5px;
	padding-left: 10px;
}
#greeting {
	width: 603px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/h1_greeting.jpg);
	height: 169px;
}
#greeting_text {
	color: #666666;
}
#greeting_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066FF;
	padding-top: 17px;
	padding-left: 33px;
	padding-bottom: 8px;
}
#sub1     {
	width: 245px;
	background-image: url(/images/h1_sub1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	color: #000000;
}
#sub1 a {
	text-decoration: none;
}
#sub1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066FF;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 8px;
}
#sub2 {
	width: 358px;
	background-image: url(/images/h1_sub2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
}
#sub2 a {
	text-decoration: none;
}
#sub2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066FF;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 8px;
}
#content {
	padding: 10px 25px;
/*	overflow: scroll;*/
}
#content p {
	padding-bottom: 10px;
}
#content ol li {
	padding-left: 10px;
/*	padding-bottom: 7px;*/
	padding-top: 3px;
	list-style-position: inside;
	/*	list-style-type: upper-roman;	*/
}
#content ol li ul li {
	padding-left: 10px;
/*	padding-bottom: 7px;*/
	padding-top: 3px;
	list-style-position: inside;
	text-indent: 15px;/*	list-style-type: upper-roman;	*/
}
#content ul {
	padding-bottom: 6px;
}
#footer {
	background-color: #92d6ff;
	width: 780px;
	text-align: center;
	height: 30px;
}
#footer_text {
	margin-top: 8px;
}



.cleaner {
	clear: both;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.tight {
	padding: 0px;
	margin: 0px;
}
.button {
	width: 154px;
	float: left;
}
.button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sub_text {
	margin-top: 30px;
}
/*li  {
	list-style-type: square;
	margin-left: -15px;
	padding-bottom: 6px;
	list-style-position: inside;
}*/
h1 {
	color: #FFFFCC;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 3px;
	margin-top: 3px;
}

