html {
		background-color: #e2e2e2;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url(/images/header_repeating_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#outerContainer {
	background-image: url(/images/middle_bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
	margin: 0px auto;
}
#innerContainer {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #333333;
}
#header {
	padding: 104px 123px 11px 37px;
	height: 26px;
}
#nav {
	display: block;
	width: 610px;
	height: 26px;
}
.displace {
	position: absolute;
	left: -5000px;
}
#nav a {
	display: block;
	float: left;
	height: 26px;
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
}
#nav a.button1 {
	width: 53px;
	background-position: 0px 0px;
}
#nav a.button1:hover {
	background-position: 0px -26px;
}
#nav a.button2 {
	width: 85px;
	background-position: -53px 0px;
}
#nav a.button2:hover {
	background-position: -53px -26px;
}
#nav a.button3 {
	width: 103px;
	background-position: -138px 0px;
}
#nav a.button3:hover {
	background-position: -138px -26px;
}
#nav a.button4 {
	width: 128px;
	background-position: -241px 0px;
}
#nav a.button4:hover {
	background-position: -241px -26px;
}
#nav a.button5 {
	width: 40px;
	background-position: -369px 0px;
}
#nav a.button5:hover {
	background-position: -369px -26px;
}
#nav a.button6 {
	width: 94px;
	background-position: -409px 0px;
}
#nav a.button6:hover {
	background-position: -409px -26px;
}
#nav a.button7 {
	width: 107px;
	background-position: -503px 0px;
}
#nav a.button7:hover {
	background-position: -503px -26px;
}
#content {
}
.content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
#sideBar {
	background-image: url(../images/sidebar_middle.jpg);
	background-repeat: repeat-y;
}
.sideBar {
	padding: 5px;
	color: #FFFFFF;
}
* .content {
	font-size: 1.2em;
}
.content h1 {
	font-size: 2.4em;
	border-bottom: 2px solid #333333;
}
.content h2 {
	font-size: 2.0em;
}
.content h3 {
	font-size: 1.8em;
}
.content h4 {
	font-size: 1.4em;
}
#message {
	background: #FFFF99;
	margin: 8px auto;
	padding: 10px;
	border: 2px solid #FFCC00;
	text-align: center;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0px;
}
.copyright {
	font-size: 1.2em;
	color: #666666;
}
.content a:link, .content a:visited {
	color: #0000CC;
	font-weight: bold;
}
.content a:hover {
	color: #CC0000;
	font-weight: bold;
}
.content a:active {
	color: #0000CC;
	font-weight: bold;
}
.copyright a:link, .copyright a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}
.copyright a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}
.copyright a:active {
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}

#adminLink {
	text-align: center;
}
#adminLink a:link, #adminLink a:visited {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
#adminLink a:hover, #adminLink a:active {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"] {
	font: 12px Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}
input[type="submit"], input[type="button"] {
	font: bold 14px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
}
input[type="submit"]:hover, input[type="button"]:hover {
	font: bold 14px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color:#cc0000;	
}
legend {
	color: #000000;
}
#topNav {
	width: 420px;
	margin: 0px auto;
	text-align: right;
	font-size: 1.0em;
}
#topNav a:link, #topNav a:visited {
	color: #fff;
}
#topNav a:hover, #topNav a:active {
	color: #ffff00;
}
.tw {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.content-holder
{
	border: 1px #666666 solid;
	border-top: none;
	background:#FFFFFF;
}
#leftSidebar
{
	border-right: 1px #666666 solid;
	padding: 10px;
	width: 149px;
}
#rightSidebar
{
	border-left: 1px #666666 solid;
	padding: 10px;
	width: 174px;
}


.red
{
	color:#CC0000;
}

.optBox
{
	background-color:#CCCCCC;
	border: 1px #666666 solid;
}

input {
width: 100px;
}
