@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a, a:visited {
	color:#000099;
}
a:hover {
	 color:#336600;
}

#container {
	width:1200px;
	margin:0 auto;
}

#header {
	background: #CCFFCC;
	border: 3px solid #000099;
}

.greentitle {
	color:#006600;
	font-weight:bold;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
}
.bluetitle {
	color:#000099;
	font-weight:bold;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
}

.leftfloat {
	float:left;
	width:150px;
	background: #CCFFCC;
	border: 3px solid #000099;
	border-top:none;
	border-bottom:none;

}

.rightfloat {
	float:right;
	width:1040px;
}

.small {
	font-size:10px;
}

.footer {
	clear:both;
		background: #CCFFCC;
	border: 3px solid #000099;
}
