@charset "utf-8";
body {
	background-color: #CEEFFF;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #003E5B;
}
#container {
	width: 900px;
	margin: 10px auto;

}
#maintext a {
	color: #000033;
}

#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/whitebutton.jpg);
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	background-position: center top;
	height: 26px;
	padding-top: 5px;
	font-weight: bolder;
}
#links a:hover {
	background-image: url(../images/yellowbutton.jpg);
}
#links .active a  {
	background-image: url(../images/bluebutton.jpg);
}
#content {
	width: 900px;
	background: white;
}



#links {
	margin: 5px auto;
}


#header {
	height: 260px;
	background-position: center bottom;
}

img {
	border: none;
}
#leftcolumn {
	float: left;
	width: 238px;
	margin: 0 0 25px 0;
	color: #333333;
	background-image: url(../images/leftboxtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#rightcolumn {
	margin-left: 270px;
	padding: 0;
	background-color: white;
	background-image: url(../images/bodybottom.gif);
	background-position: center bottom;
}
#fixfloats {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	background-color: #CEEFFF;
}
#rightcolumn h1 {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display: block;
	width: 580px;
	font-size: 24px;
	background-image: url(../images/bodytop.gif);
	padding: 20px 25px 5px 25px;
	margin: 0;
}
.floatright {
	margin: 4px;
	padding: 4px;
	float: right;
	border: 1px solid #333333;
}
.boxbottom {
	background-image: url(../images/leftboxbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 10px 0;
}
#leftcolumn p {
	padding: 0px 14px;
	margin: 10px 0;
}
#leftcolumn h2 {
	padding: 2px 15px;
	margin: 15px 5px;
}
#welcome {
	background-image: url(../images/welcome.jpg);
	margin-left: 270px;
	padding: 40px 15px 0 200px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
}
#maintext {
	padding: 0px 10px 10px 10px;
}

#maintext p {
	padding: 10px 0;
	margin: 5px 0;
}

#maintext h3 {
	padding: 10px 0;
	margin: 5px 0 0 0;
}

#welcome p {
	font-size: 125%;
	padding: 0px;
	margin: 0;
	color: #B74242;
}
.highlight {
	color: #360;
}
#maintext .highlight a {
	color: #033;
}
