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%;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 142px;
}
#nav {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#content {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.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;
}

#rightSidebar
{
	border-left: 1px #666666 solid;
	padding: 10px;
	
}

#leftSidebar
{
	border-right: 1px #666666 solid;
	padding: 10px;
}

.red
{
	color:#CC0000;
}

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

input {
width: 100px;
}