body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:15px;
	cursor:default;
	color:#444444;
	background-color:#FFFFFF
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 100%;
	background-color: #84a1bf;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#header p {
	font-size:15px;
	color:#CCCCFF;
	font-style: italic;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:45px;
	color:#FFFFFF;
	font-weight:300;
}
h2 {
	color:#333399;
	font-size:20px;
	background-color:#C0C0FF;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-color:#666666;
	border-style:solid;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	font-weight:300;
	padding:5px;
}
h3 {
	color:#6666CC;
	font-size:16px;
	background-color:#E0E0E0;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-color:#666666;
	border-style:solid;
	text-align:left;
	font-weight:300;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}
#left {
	float:left;
	width:13%;
}
#leftcontent p {
	background-color: #F0F0FF;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
#leftcontent ul {
	list-style: none;
	padding-left: 5px;
	background-color: #FFFFFF;
	line-height: 23px;
	font-size: 14px;
}
#leftcontent a {
	color: #6666CC;
	text-decoration: none;
	background-color: #FFFFFF;
}
.news {
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#666666;
	line-height:20px;
	padding:5px;
}
#main {
	float:left;
	width:83%;
	padding-bottom:20px;
}
#maincontent p {
	background-color:#F0F0FF;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#666666;
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	padding:10px;
}
#maincontent ul {
	background-color:#F0F0FF;
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	padding:0px 10px 10px 30px;
}
#maincontent div {
	background-color:#F0F0FF;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	border-color:#666666;
	margin-left:5px;
	margin-right:5px;
	line-height:25px;
	padding:10px;
}
#maincontent a {
	color:#6666CC;
	background-color:#E0E0FF;
	text-decoration:none;
}
#maincontent a:hover {
	color:#6666CC;
	background-color:#D0D0FF;
	text-decoration:none;
}
#maincontent a.BlueButton:hover {
	text-decoration:none;
}
#maincontent a.BlueButton { 
	font-weight: bold;
	color: #FFFF00;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	border-style: solid;
	border-width: 2px;
	background-color: #0000C0;
	border-bottom-color: #000080;
	border-left-color: #0000FF;
	border-right-color: #000080;
	border-top-color: #0000FF;
}
#maincontent a.RedButton:hover {
	text-decoration:none;
}
#maincontent a.RedButton { 
	font-weight: bold;
	color: #FFFF00;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	border-style: solid;
	border-width: 2px;
	background-color: #C00000;
	border-bottom-color: #800000;
	border-left-color: #FF0000;
	border-right-color: #800000;
	border-top-color: #FF0000;
}
#maincontent a.GreenButton:hover {
	text-decoration:none;
}
#maincontent a.GreenButton { 
	font-weight: bold;
	color: #FFFF00;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	border-style: solid;
	border-width: 2px;
	background-color: #00C000;
	border-bottom-color: #008000;
	border-left-color: #00FF00;
	border-right-color: #008000;
	border-top-color: #00FF00;
}
table {
	line-height:30px;
}
#footer {
	clear:both;
	width:100%;
	font-size:12px;
	background-color:#F0F0FF;
	text-align: center;
}
#footer a {
	color:#6666CC;
	background-color:#E0E0FF;
	text-decoration:none;
}
#footer a:hover {
	color:#6666CC;
	background-color:#D0D0FF;
	text-decoration:none;
}
