@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(../images/logo100.jpg);
	background-repeat: no-repeat;
	BACKGROUND-ATTACHMENT: fixed;
	background-color: #E0FFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	argin: 0px auto;
	margin-left: 200px;
	margin-top: 0px;	
	width: 1000px;
	background-color: #E0FFFF;
}
/* Styles for Left Sidebar/Links */
#leftsidebar {
	float: left;
	width: 200px;
	color: #000000;
	font-weight: bold;
	margin-right: 20px;
}
#leftsidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #336667;
	font-size: 12px;

	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#leftsidebar a:hover {
	text-decoration: none;
	color: #000000;
}
#leftsidebar p {
	margin-right: 17px;
	margin-left: 17px;
}
/* Styles for Header */
#header {
	float: right;
	width: 730px;
}
#header h1 {
	text-align: center;
	margin-top: 10px;
	font-face: OLIVEOIL;
	font-size: 22px;
	color: #191970;
}
#header a {
	font-color: #336667;
	text-decoration: none;
}
#header a:hover {
	font-color: #000000;
}
#header p {
	text-align: center;
	font-size: 14px;
}

/* Styles for Main Content */

#topcontent {
	float: right;
	width: 730px;
	margin: 30px;
	color: #000000;
	margin-right: 20px;
}
#topcontent a {
	color: #336667;
	text-decoration: underline;
}
#topcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#topcontent dl {
	text-decoration: circle;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 1000px;
	padding-top: 10px;
	overflow: auto;
	margin-top: 0px;
	background-color: #E0FFFF;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#footer a {
	color: #336667;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.i {
	font-style: italic;
}
.color {
	color: #191970;
}
.b {
	font-weight: bold;
}

.form1 {
	display: block;
	float: left;
	border: medium groove #333333;
	width: 175px;
	padding-left: 2px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.title {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	text-align: center;
	font-size: 18px;
	color: #006400;
}
.italicbold {
	text-weight: bold;
	color: #009900;
	font-style: italic;
	font-size: 16px;
}
.bolder {
	font-weight: bold;
	font-size: 16px;
}