@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin: auto;
}
#navigation {
	margin-top: 15px;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 38px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCCC;
	margin-bottom: 25px;
	color: #33CCCC;
}
#navigation ul {
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#leftside {
	width: 300px;
	float: left;
	margin-left: 35px;
}
#rightside {
	margin-right: 50px;
	margin-left: 400px;
}
#copyright {
	clear: both;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontent {
	font-size: 13px;
	line-height: 20px;
}
#onecolumn {
	margin-right: 80px;
	margin-left: 80px;
}



a:link {
	color: #33CCCC;
	text-decoration: none;
}
a:visited {
	color: #33CCCC;
	text-decoration: none;
}
a:hover {
	color: #008484;
	text-decoration: none;
}
a:active {
	color: #33CCCC;
	text-decoration: none;
}
h1 {
	color: #33CCCC;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #33CCCC;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	color: #33CCCC;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.grayborder {
	border: 1px solid #999999;
}
#table1 {
	margin: auto;
}
.largetext {
	font-size: 17px;
	font-weight: normal;
}
.larger {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}
.where {
	margin: auto;
}
#leftsidenarrow {
	width: 225px;
	float: left;
	margin-left: 10px;
}
#rightsidewide {
	margin-right: 50px;
	margin-left: 250px;
}
#table2 {
	margin: auto;
}
.small {
	font-size: 11px;
}
