@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

body {
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	background-image: url(../images/sitebg.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: scroll;
}

/* MAIN STRUCTURE */

#wrapper {
	text-align: left;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	height: 100px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#mainLine {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #900;
	padding-top: 0px;
	background-color: #FFF;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#mainLineUnder {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding-top: 15px;
	background-color: #FFF;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 660px;
	border: thin dotted #900;
}



#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #900;
	height: 55px;
	padding-top: 0px;
	background-color: #FFF;
}
#mainBoxText {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #900;
	clear: both;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	width: 949px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#logo {
	height: 95px;
	padding-bottom: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 37px;
	color: #900;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 15px;
	background-image: url(../images/banner.png);
}

/* TOP MENU BAR */

#newMenu {
	display:block;
	background:#FFFFFE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
		   }
#mainInfo {
	display: block;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #900;
}


#leftColumn {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftColumnBig {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightColumn {
	float: right;
	width: 335px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightColumnSmall {
	float: right;
	width: 205px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 600px;
}

.quickLinks {
	list-style-position: inside;
	list-style-type: none;
}
.quickLinks li a {
	color: #900;
	text-decoration: none;
}
.quickLinks li a:hover {
	color: #666;
	text-decoration: underline;
	text-align: right;
}



.subSection {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #900;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#rightColumnSmall .subSection {
	height: 150px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom-style: none;
}



hr.colorHR {
	height:1px;
	background-color: #900;
}



ul#tabs {
	font-size:1em;
	font-weight: bold;
	list-style: none;
	height: 25px;
	background:#FFFFFE;
}

ul#tabs li {
	display: block;
	font-size:10pt;
	font-weight: bold;
	float: left;
	margin: 0;
	height: 15px;
	text-align: center;
	width: 15.5%;
	background:#FFFFFE;
}
.list {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
}


ul#tabs a {
	display: block;
	text-decoration: none;
	color: #900;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

ul#tabs a:hover {
	color:#000;
               }
.partner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainImg {
	clear: both;
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subHeading {
	color: #900;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subHeadingRight {
	color: #900;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFC;
	display: block;
	width: 98%;
}

.normalText {
	text-align: justify;
	padding: 5px;
}

.subImg {
	clear: right;
	float: left;
	margin: 5px;
}
.colorText1 {
	color: #900;
	text-align: center;
}
#aHome {
	color: #900;
	text-decoration: none;
}
.floatRight {
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatLeft {
	float: left;
}
.floatClear {
	float: right;
	clear: left;
}

