@charset "UTF-8";
/* CSS Document */

body {
	background-color:#868974;
	background-image:url(../images/BG.jpg);
	margin: 0;
	padding:0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}

.container {
	width: 988px;
	margin-left:10%;
	height:620px;
	}


.topblackbar{
	width:988px;
	height:74px;
	padding:0;
	margin:0;
	background-image:url(../images/i_topBlackBar.jpg);
	text-align:left;
	position: relative;
}
/* Main page links */
a:link {
	color: #663;
	text-decoration: none;
	background-color: transparent
}
 a:visited { color: #699; text-decoration: none; background-color: transparent }
 a:hover {
	color: #900;
	text-decoration: underline;
	background-color: transparent
}
 a:active { color: #900; text-decoration: underline; background-color: transparent } 
 
 
 
/* Header navigation */
ul#navsmall, ul#navsmall li{
	float:right;
	list-style: none;
	padding: 0.2em 0 0 1.5em;
}
ul#navsmall{
	font-size:11px;
	}
	
	ul#navsmall li a{
	color:#FFF;
	text-decoration: none;
	}
	ul#navsmall li a:hover{
	text-decoration:underline;
	color:#882041;
	}


.footer{
	width:988px;
	height:29px;
	background-color:#000;
	margin-top:0px;
	text-align:left;
	background-image:url(../images/i_footer.png);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	}





p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-left:4px;
	text-align:left;
	line-height: 1.5em;
}
p#list{
	margin:0;
	padding:0;
	line-height:22px;
}
p#footer, p#footer a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCC;
	text-align: left;
}
	
p#footer a{
	color:#FFF;
	text-decoration:none;
}
p#minibox{
	font-size:11px;
}
	
p#bold{
	font-weight:bolder;
}
#red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

/* NAVIGATION */
.rednavbackground{
	width:988px;
	height: 30px;
	background-color:#882041;
	text-align:left;
	margin-bottom: 2px;
	position: relative;
	padding: 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height:15px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0  1em 0;
	background-color: #882041;
	color: White;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background-color: #868974;
	color: #fff;
}
/* Left sub menu */
.leftcolnav{
	width:200px;
	margin: 20px 2px 0 0px;
	height: 550px;
	float: left;
	overflow: hidden;
	padding-left: 7px;
}

ul#subnav, ul#subnav li{
	margin:0 2px 2px  0;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;
	background-color:#FFF;
	width:190px;
	line-height:2em;
	list-style: none;
	overflow: hidden;
}
ul#subnav li a{
	float:left;
	color:#333;
	padding-left:10px;
	background-image: url(../images/i_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	overflow: hidden;
}
ul#subnav li a:hover{
	color:#900;
}
 li#indent a{
	text-indent:1em;
	list-style: none;
	font-size:10px;
}
.middlesection {
	width: 480px;
	float:left;
	text-align: left;
	margin: 20px 7px 0 2px;
	border: 0 1px 0 1px;
	border-color: #666666;
	overflow: hidden;
}
.middlesectioncolums{
	width:600px;
	float:left;
	text-align:left;
	margin:20px 10px 0 2px;
}


.minibox{
	width:250px;
	float:left;
	background-image: url(../images/i_minibox1.png);
	background-repeat: no-repeat;
	height: 150px;
	padding: 40px 15px 2px 15px;
}

.minibox2 {
	width:250px;
	float:left;
	background-image: url(../images/i_minibox2.png);
	background-repeat: no-repeat;
	height: 150px;
	padding: 40px 15px 2px 15px;
}
.minibox3{
	width:250px;
	float:left;
	background-image:url(../images/i_minibox3.png);
	background-repeat:no-repeat;
	height:150px;
	padding:40px 15px 2px 15px;
}

.rightcol{
	width:260px;
	margin: 20px 0 0 5px;
	padding: 0;
	float: left;
	overflow: hidden;
}
p#newsheading{
	font-size:12px;
	text-transform:uppercase;
	color:#882041;
}
p#newsmainheading{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#bullets {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 1.5em;
	padding-left: 2em;
	list-style-image: url(../images/i_bullet.gif);
}
