/* Tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
}

input, select, textarea {
	background-color: #FFD2A6;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

li {
margin-top: 0px;
margin-bottom: 0px;
}



/* IDs */

#wrapper {
	width: 757px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 100px;
	background-color: #FF9900;
	border: 1px solid #000000;
}

#menu {
	background-color: #FF9102;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

#leftside {
	float: left;
	width: 200px;
}

#rightside {
	float: right;
	width: 550px;
	height: 100%;
}

#footer {
	clear: both;
	background-color: #FF9102;
	font-size: 10px;
	border: 1px solid #000000;
	padding-bottom: 1px;
	padding-left: 3px;
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
}

#content {
	height: 100%;
}



/* Classes */

.sidebartop {
	float: left;
	width: 200px;
	background-color: #330066;
	background-image: url(/images/topsidebar.jpg);
	background-position: top;
	height: 100%;
}

.sidebarmiddle {
	float: left;
	width: 200px;
	background-color: #330066;
	min-height: 372px;
}

.sidebarmiddle2 {
	float: left;
	width: 200px;
	background-color: #330066;
	min-height: 472px;
}

.sidebarmiddle3 {
	float: left;
	width: 200px;
	background-color: #330066;
	min-height: 416px;
}

.sidebarmiddle4 {
	float: left;
	width: 200px;
	background-color: #330066;
	min-height: 427px;
}

.sidebarmiddle5 {
	float: left;
	width: 200px;
	background-color: #330066;
	min-height: 407px;
}

.sidebarmiddle6 {
	float: left;
	width: 200px;
	background-color: #330066;
	height: 381px;
}

.sidebarbottom {
	float: left;
	width: 200px;
	background-color: #330066;
	background-image: url(images/bottomsidebar.jpg);
	background-position: top;
	margin-bottom: 4px;
	height: 100%;
}

.contenttop {
	float: right;
	width: 550px;
	background-color: #330066;
	background-image: url(/images/topmainbar.jpg);
	background-position: top;
	height: 100%;
}

.contentmiddle {
	float: right;
	width: 550px;
	background-color: #330066;
	min-height: 372px;
}

.contentbottom {
	float: right;
	width: 550px;
	background-color: #330066;
	background-image: url(/images/bottommainbar.jpg);
	background-position: top;
	margin-bottom: 4px;
	height: 100%;
}

.contentheading {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 3px;
	font-weight: bold;
}

.contenttext {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
}

.image {
	border: 1px solid #000000;
}



/* IE Hacks */

*html .sidebarbottom {
	margin-bottom: 3px;
}

*html .sidebarmiddle {
	height: 372px;
}

*html .sidebarmiddle2 {
	height: 530px;
}

*html .sidebarmiddle3 {
	height: 416px;
}

*html .sidebarmiddle4 {
	height: 479px;
}

*html .sidebarmiddle5 {
	height: 410px;
}

*html .sidebarmiddle6 {
	height: 395px;
	background-color: #330066;
}

*html .contentbottom {
	margin-bottom: 3px;
}

*html .contentmiddle {
	height: 390px;
}



/* Links */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

.contenttext a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.contenttext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.contenttext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contenttext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}