* {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
html { height: 100%; }
body {
	background: #fff;
	color: #000;
	height: 100%;
	text-align: center;
}
body, textarea, input {	font: 62.5%/100% Arial, Tahoma, Verdana, sans-serif; }
h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }
ul { list-style: none; }
a { text-decoration: none; }
img, fieldset { border: none; }
/** INPUT ELEMENTS **/
form label {
	float: left;
	padding-top: 2px;
	width: 140px; 
}
textarea, input, select {
	background: #e3173e;
	border: 1px solid #fff;
	/*color: #352f2f;*/
	color: #fff;
	padding: 2px 0;
}
/** MAIN ELEMENTS **/
#container {
	background: url(../images/contentwrap_bg.png) repeat-y 0 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 800px;
}
#contentWrap {
	background: url(../images/container_bg.jpg) no-repeat 0 100%;
	overflow: hidden;
	/*padding-bottom: 170px;*/
	width: 800px;
}
#rightContent {
	float: right;
	overflow: hidden;
	width: 594px;
}
#header {
	height: 196px;
	width: 594px;
}
#mainContent {
	color: #fff;
	font-size: 1.3em;
	line-height: 120%;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 10px;
	text-align: justify;
	width: 574px;
}
#secondaryContent {
	background: url(../images/secondarycontent_top.png) no-repeat 0 0;
	float: left;
	font-size: 1.3em;
	height: 440px;
	overflow: hidden;
	padding: 140px 0 70px 0;
	width: 200px;
}
#footer {
	color: #fff;
	float: left;
	font-size: 1.3em;
	height: 93px;
	line-height: 120%;
	padding: 87px 0 0 220px;
	text-align: left;
	width: 580px;
}
/** MAINCONTENT ELEMENTS **/
#mainContent a { color: #fff; }
#mainContent h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}
#mainContent h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#mainContent h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
}
#mainContent p {
	padding-bottom: 5px;
}
#mainContent li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 0 10px 5px 0;
}
#mainContent ol {
	margin-left: 20px;
	padding-bottom: 5px;
}
#mainContent .pagenav {
	text-align: center;
}
#mainContent .contact {
	border: 1px solid #fff;
	font-weight: bold;
	padding: 3px;
	text-align: right;
}
#adminMenu {
	border: 1px solid #fff;
	float: left;
	margin-top: 10px;
	padding: 5px;
	width: 564px;
}
/** FOOTER ELEMENTS **/
#footer a { color: #fff; }
/** MAINMENU **/
.glossymenu {
	margin-top: 15px;
	text-align: left;
}
.glossymenu a.menuitem {
	display: block;
	position: relative;
	width: auto;
}
.glossymenu a.menuitem:visited {}
.glossymenu .menuitem:active {
	background: #fff;
	color: #e3173e;
}
.glossymenu a.menuitem .statusicon {}
.glossymenu a.menuitem:hover {
	background: #fff;
	color: #e3173e;
}
.glossymenu div.submenu {}
.glossymenu div.submenu ul {
	line-height: 130%;
	list-style-type: none;
	padding: 5px 0 5px 10px;
}
.glossymenu div.submenu ul li {}
.glossymenu div.submenu ul li a {
	background: url(../images/submenu_arrow.png) no-repeat 0 50%;
	color: #fff;
	display: block;
	height: 17px;
	padding-left: 7px;
	text-decoration: none;
}
.glossymenu div.submenu ul li a:hover {}