/* CSS Document */
/*layout css*/

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #700000;
	margin:0px auto;
	}
	
a:link {
	color: #FF9900;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #CC9900;
	font-weight:bold;
}
a:active {
	color: #FF9900;
}

#container{
	width:900px;
	text-align:center;
	margin:0px auto;
	height:100%;
}

#header{
width:900px;
text-align:center;
height:110px;
background:url(images/top-banner.jpg) no-repeat;
margin:0px auto;
}

#top-nav{
width:900px;
height:24px;
background:url(images/nav-bg.jpg) repeat-x;
}

.nav-top{
	font:Arial, Helvetica, sans-serif;
	color:#800000;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	position: relative;
	height: 18pt;
}

.main{
color:#000000;
text-align:left;
}

#m-container{
width:900px;
margin:0px auto;
height:100%;
}

#left-nav{
width:174px;
background-color:#800000;
float:left;
text-align:left;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}

.nav-left{
color:#FFFFFF;
font-size:14px;
}

.end {
clear: both;
}

#bottom-nav{
width:900px;
height:148px;
text-align:left;
background:url(images/bottom-bg.jpg) repeat-x;
}

.minibox{
width:250px;
text-align:left;
height:135px;
float:left;
padding:5px;
}
.minibox2{
width:600px;
text-align:left;
height:135px;
float:left;
padding:5px;
}

.black-heading{
color:#000000;
font-weight:bold;
font-size:16px;
text-align:left;
}

#footer{
width:900px;
background:url(images/footer-bg.jpg) repeat-x;
background-color:#76080b;
}

.foot{
font-size:12px;
color:#FFFFFF;
text-align:center;
}

.featured{
color:#800000;
font-weight:bold;
font-size:16px;
}

.left-heading{
color:#FFFFFF;
font-weight:bold;
font-size:14px;
text-align:left;
}

.answer {color: #800000}