body
{
	background: #E7E7E7 url('images/body.jpg') top left;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}

table, thead, th, tbody, td, tr { margin: 0; padding: 0; position: relative; text-align: left; }

a
{
	color: #DB7093;
}
a:visited
{
	color: #c43300;
}
a:hover
{
	color: #c43300;
}
a:active
{
	color: #000000;
}

h1
{
	font-size: 11px;
	text-transform: uppercase; /*border-top:1px solid #564b47; border-bottom:1px solid #564b47;*/ /*padding:5px 15px;*/
	margin: 0px;
}

h2
{
	color: #9A1212;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

img.download
{
	vertical-align: middle;
}

/* ----------container to center the layout-------------- */
#container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #E8E8E8 url('images/menubottom.jpg') no-repeat bottom left;
	border: 1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner
{
	height: 114px;
	text-align: center;
	background: #e1ddd9 url('images/header.jpg') no-repeat bottom center;
	padding: 0px;
	margin: 0px;
}
#banner img
{
	padding: 10px 0px;
}
#bannertitlesm
{
	padding-top: 35px;
	font-size: 14px;
	color: #9A1212;
}
#bannertitle
{
	font-size: 2em;
	font-weight: bold;
}

/* -----------------content--------------------- */
#content
{
	background: #ffffff url('images/content.jpg') no-repeat top right;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}
div#content
{
	min-height: 600px; /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre
{
	padding: 5px 10px;
	margin: 0px;
}

/* --------------left navi------------- */
#left
{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: #E8E8E8;
	height: 90%;
}

/* -----------footer--------------------------- */
#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 35px;
	text-align: right;
	background: url('images/footer.gif') repeat-x;
}
#footer h1 a
{
	color: #ffffff;
	font-weight: bold;
}
#footer h1
{
	padding: 5px 5px 0px 0px;
}
/**********vertical menu***************/
.verticalmenu ul
{
	list-style: none; /*list-style-image: url("bullet.gif")*/
	padding: 10px;
	margin: 0px;
}

.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover
{
	display: block;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9A1212;
	text-decoration: none;
	text-align: left;
	width: 140px;
	height: 32px; /*background: url('menuhover.gif') no-repeat;*/
}

.verticalmenu a:hover
{
	background: url('images/menuhover.gif') no-repeat;
	color: #dc4d1b;
}

p.specialtext
{
	color: #9A1212;
}

p.specialtext a
{
	color: #9A1212;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}

.wodpin
{
	float: left;
}
span.sponsortitle
{
	font-weight: bold;
	font-style: italic;
}

a.bodylinks:link
{
	color: #9A1212;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}
a.bodylinks:visited
{
	color: #9A1212;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}
a.bodylinks:hover
{
	color: #9A1212;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	text-decoration: none;
}

.gslogo
{
	padding-left: 12px;
	padding-top: 15px;
}

input { font: 11px Georgia; color: #6A6A6A; }

.spiral a { color: #9a1212; }
.spiral a:hover { text-decoration: none; }
.spiral { color: #7D7E7E; }
.spiral table { margin: 10px 0 0 0; text-align: center; border: 2px solid #9a1212; }
.spiral thead { background: #C9E2ED; }
.spiral tbody { background: #E1ECF3; }
.spiral th { font: bold 12px Verdana; color: #333; padding: 5px; background: #f1f1f1; border: 1px solid #333; border-bottom-width: 2px; }
.spiral td { font: 11px Verdana; text-align: left; color: #7D7E7E; padding: 6px; line-height: 14px; border: 1px solid #333; background: #f1f1f1; }

.clr { clear: both; font-size: 1px; position: absolute; }
.input { margin: 5px 0 5px 0; }
.labels { font-weight: bold; color: #333; }
.textbox, .textarea { width: 90%; padding: 5px; font-size: 12px; font-family: Monaco, Courier, Times New Roman, serif; color: #000; border: 1px solid #9a1212; background-color: #f1f1f1; }
.textbox-small { width: 45%; padding: 5px; font-size: 12px; font-family: Monaco, Courier, Times New Roman, serif; color: #000; border: 1px solid #9a1212; background-color: #f1f1f1; }
.submit-button { font-size: 14px; color: #FFF !important; padding: 10px; border: 1px solid #9a1212; background-color: #9a1212; }