/**************Code to reset Tags ************/
* {
	padding:0;
	margin:0;
}
body {
	padding:5px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0;
}
li, dd, blockquote {
	margin-left: 20px;
}
fieldset {
	padding:10px;
}
/**************************/

/********* Main Structure ********/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	line-height: 140%;
	background-color: #333333;
}
#center {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	overflow: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 70%;
}
#main {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	color: #2d006b;
	font-size: 140%;
}
#header {
	background-image: url(images/header-bg.gif);
	background-position: 1px 1px;
	float: left;
	background-repeat: no-repeat;
	height: 23px;
	width: 585px;
	overflow: visible;
	border-bottom: 10px solid #722219;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 45px;
	padding-top: 65px;
}
#leftcol {
	width: 400px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#rightcol {
	width: 187px;
	border-top: 1px solid #FFFFFF;
	float: right;
	padding: 10px;
}
#rightcol img {
	position: relative;
	top: -50px;
	left: 54px;	
}

#footer {
	width: 630px;
	height: 10px;
	clear: both;
	border-top: 1px solid #FFFFFF;
	background-color: #722219;
}
.highlight {
	padding: 5px;
	margin: 0px 25px;
	border: 2px solid #722219;
	background-color: #EDBEBE;
}
.highlight form {
	margin: 0px;
}
/************** TEXT STYLES ************************/
.check{
	font-weight: bold;
	color: #00FF00;
}
.linksmall {
	color: #FFFFFF;
	text-decoration: none;
}
#main a:link, #main a:visited {
	color: #028CC8;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover {
	color: #EA2D2D;
	text-decoration: none;

}
h1 {
	font-size: 115%;
	border-bottom: 2px solid #722219;
	margin: 20px 0px;
}
h2 {
	font-size: 100%;
	margin-top: 30px;
	background-color: #ededed;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
	color: #722219;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: square;
}
#rightcol h4 a:link, #rightcol h4 a:visited {
	border: 1px solid #EA2d2d;
	display: block;
	padding: 5px;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #EA2d2d;
}
#rightcol h4 a:hover {
	background-color: #EDBEBE;
}
#rightcol h4 a:link.current, #rightcol h4 a:visited.current {
	border: 1px solid #FFFFFF;
	background-color: #EA2d2d;
	color: #FFFFFF;
}
#rightcol ul {
	margin: -15px 15px 15px;
	font-size: 90%;
	line-height: 125%;
	font-weight: bold;
}
#rightcol li {
	padding: 3px 0px;
}
#rightcol li a:link, #rightcol li a:visited, #rightcol ul {
	color: #EA2d2d;
	list-style-type: none;
}
#rightcol li.current {
	list-style-type: square;
}



/*********** FORM ELEMENTS ************************/
label {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0px 0px;
	vertical-align: top;
}
input.box, textarea.box {
	border: 1px solid #722219;
}
.Row {
	text-align: right;
	margin: 15px 60px 15px 0px;
}
select {
	background-color: #ededed;
}
option {
	padding: 2px;
}
#hform {
	display: none;
}