@charset "utf-8";
/*-----------Global Styles--*/
html{
	overflow:-moz-scrollbars-vertical;
}

textarea{
	overflow:auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/BG.jpg);
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a{
	white-space:nowrap;
}
p {
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}


/*-----------Layout Styles--*/
#divSideBanner {
	position: absolute;
	height: 405px;
	width: 50px;
	left: 50%;
	margin-left: -425px;
	z-index: 10;
	top: 112px;
}
#divContainer{
	overflow:hidden;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

#divTopNav {
	width: 300px;
	position: absolute;
	top: 59px;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

#divHeader {
	text-align: left;
	margin-top: 39px;
}
#divSubNav {
	background-image: url(images/ContentBG.gif);
	text-align: left;
	padding-left: 20px;
	padding-bottom: 1px;
}

#divContentTop {
	background-image: url(images/ContentTop.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#divContent {
	background-image: url(images/ContentBG.gif);
	padding-bottom: 1em;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
}
#divContentFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/ContentBG.gif);
	padding: 10px;
}

#divContentBottom {
	background-image: url(images/ContentBottom.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
}





/*-----------Text Styles--*/
#divTopNav a {
	float: left;
	margin: 0px;
	width: 75px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(images/Tab.gif);
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#divTopNav a:hover {
	color: #666666;
}
#divTopNav a.selected {
	background-image: url(images/TabCurrent.gif);
}
#pSubNavRight {
	float: right;
	padding-right: 20px;
	font-size: 9px;
}
#pSubNavRight a:link, #pSubNavRight a:visited {
	color: #666666;
	font-size: 9px;
}


#divContentFooter  a, #divSubNav a {
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 11px;
}
#divContentFooter a:hover, #divSubNav a:hover {
	color: #999999;
}
