body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #38111e;
}
a:link{
	color: #00467f;
	text-decoration: none;
}
a:hover  {
	color: #00467f;
	text-decoration: underline;
}
 a:visited{
	color:#660033;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #d81960;
}

h2{
	font-size: 114%;
	color: #d81960;
}


h3{
	font-size: 120%;
	color: #d81960;
}
.contentb {
	font-size: 120%;
}
.factb {
	font-size: 120%;
	color: #000000;
}

h4 {
	font-size: 120%;
	color: #d81960;
	font-weight: bold;
	padding-top: 5px;
}


ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #3e001a;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
div#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	bottom: auto;
	background-color: #FFFFFF;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#navBar{
	height: auto;
	width: 160px;
	font-size: small;
	font-weight: bold;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}
#facts {
	padding: 5%;
	float: none;
}



/*************** #pageName style **************/

#pageName{
	padding: 10px 0px 10px 10px;
	font-size: 150%;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************** .feature style ***************/

.feature{
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.featureb {
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.feature h3{
	font-size: 120%;
	font-weight: bold;
}


.feature img{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	padding: 0px;
	float: left;
	margin-right: 15px;
}
.featureb img {
	float: right;
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 10px;
}

.fimgt {
	float: right;
	display: block;
}



/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	padding: 10px;
	clear: both;
	vertical-align: middle;
}


#siteInfo img{

}
.inlist {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 15px;
}

.navlow {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 100%;
	color: #000000;
	background-color: #e5a9c1;
	min-height: 100%;
	padding-right: 10px;
}
.navlowimg {
	display: block;
	margin-bottom: 10px;
}

/* menu box */

.menu-box {
	background: url(images/menu-top.png) top left no-repeat;
	font-weight: bold;
	margin-bottom: 15px;
	width: 160px;
	margin-top: 5px;
}

.menu-box ul {
	background: url(images/menu-bottom.png) bottom left no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
}

.menu-box ul li a:link,
.menu-box ul li a:visited,
.menu-box ul li span,
.menu-box ul.allmenu li {
	display: block;
	width: 136px;
	margin: 0;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}

.menu-box ul li {
	background: url(images/menu-background.png) 0 0 no-repeat;
}

.menu-box ul li span,
.menu-box ul li.selected {
	background: url(images/menu-background.png) -400px 0 no-repeat;
}

.menu-box ul li a:hover,
.menu-box ul li a:active,
.menu-box ul li.error {
	background: url(images/menu-background.png) -200px 0 no-repeat;
}
div.tright {
	clear: right;
	float: right;
	border-top-width: 0em;
	border-right-width: 0px;
	border-bottom-width: 0.8em;
	border-left-width: 0.8em;
	margin-left: 0.5em;
}
div.tleft {
	float: left;
	clear: left;
	border-bottom-width: 0.8em;
	border-left-width: 0.8em;
	margin-right: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
}
div.thumbinner {
	border: 1px solid #cccccc;
	padding: 6px;
	background-color: #FFFFFF;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

html .thumbimage {
	border: 1px solid #660033;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 6px;
	font-size: 85%;
}
.captionb {
	font-size: 50%;
}
