/* CSS Document */

html{
	overflow: scroll;
}

body{
	background-color: #191919;
	background-attachment: fixed;
	background-position: top left;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#MainContainer{
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	height: auto;
	overflow: auto;
	background-color: #e5e4de;
	color: #666666;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
	border-bottom: 8px solid #000;
	overflow: hidden;
}

#TopBar{
	position: relative;
	margin: 0;
	float: left;
	width: 800px;
	height: 50px;
	background-color: #000000;
}

#Header{
	position: relative;
	float: left;
	margin: 0;
	width: 800px;
	height: auto;
	background-color: #000000;
}
	
#nav{
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	width: 800px;
	height: 25px;
	background-image: url(../images/nav_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #990000;
	display: block;
}

#nav_inner{
	position: relative;
	margin-left: 75px;
	padding: 0;
	width: auto;
	height: auto;
}

#nav_inner ul{
	position: relative;
	margin: 0 auto 0 auto;
	display: inline;
	padding: 0px;
}
	
#nav_inner li {	
	display: inline;
	list-style: none;	
	margin: 0;
	padding: 0;
	line-height: 15px;
}
	
#nav_inner a {	
	text-align:center;
	float: left;
	display: block;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #D8D8D8;	
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 5px;
}
	
#nav_inner a:hover {	
	color: #FFFFFF;
}

#nav_inner a:active {	
	color: #FFFFFF;
}

#Content{
	position: relative;
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 800px;
	height: auto;
	background-image: url(../images/highresplat2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#Content2{
	position: relative;
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 800px;
	height: auto;
	background-image: url(../images/highresplat2b.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#column1{	
	position: relative;
	float: left;
	width:  220px;
	height: auto;
	color: #666666;
	margin: 0;
	padding: 10px;
}

#column1 p{
	font-size: 12px;
	text-align: left;
}

#column1 img{
	float: left;
	margin-left: 35px;
}

#column2{	
	position: relative;
	float: left;
	width: 270px;
	min-height: 400px;
	height: auto;
	color: #666666;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
}

#column2 p{
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
}

#column2 a{
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}

#column2 a:hover{
	text-decoration: underline;
}

#column2 li{	
	margin-bottom: 5px;
}

#column3{	
	position: relative;
	margin: 0;
	float: left;
	width: 100px;
	height: auto;
	color: #666666;
	padding: 5px;
}

#column4{
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	float: left;
	width: 800px;
	height: auto;
	color: #000000;
	font-size:medium;	
	background-position: bottom;
	background-repeat: no-repeat;
}

#column4 img{
	position: relative;
	float: left;
	padding-right: 20px;
	margin-right: 15px;
	border-right: 1px dotted #FFFFFF;
}

#column4 p{
	margin: 0 auto 0 auto;
	width: 400px;
	height: auto;
	text-align: center;
}

#column7{
	margin: 0;
	padding-right: 0px;
	
	width: 210px;
	height: auto;
	position: relative;
	float: left;
}
	
#column9{
	margin: 0;
	padding-right: 10px;
	padding-left: 20px;
	width: 500px;
	height: auto;
	position: relative;
	float: left;
	color:Black;
}

h1{
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

h2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 0;
}

h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	
	margin-top: 10px;
}

h4{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

h5{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

h6{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
#Footer{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	float: left;
	width: 800px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB0000;
	text-align: center;
	background-color: #000;
	background-image: url(../images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#Footer a{
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
}

#Footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

#Footer img{
	margin: 0 auto 0 auto;
}

/*-- Classes --*/

.highlights{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 220px;
	height: auto;
	margin-top: 13px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	text-align: left;
	color: #cccccc;
}

.highlights form{
	margin-left: 10px;
}

.highlights a{
	color: #CC3300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.highlights a:hover{
	color: #990000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.highlights ul{
	list-style-image:url(../images/current.jpg);
}

.highlightsnew ul li{
  list-style-image:url(../images/new.jpg);
}

.highlights ul li{
	margin-left: 1px;
	margin-bottom: 5px;
	padding: 3px;
	line-height: 15px;
}

.highlights h2{
	color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
}

.highlights h3{
	color: #990000;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

.highlights h4{
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

.highlights span{
	color: #d0b132;
}

.highlightNew{
	margin: 0;
	list-style-image:url(../images/new.jpg);
}

.highlightNew img{
	margin: 0;
}

.highlightsPDF{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 220px;
	height: auto;
	margin-top: 13px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	text-align: left;
	color: #cccccc;
}

.highlightsPDF form{
	margin-left: 10px;
}

.highlightsPDF a{
	color: #CC3300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.highlightsPDF a:hover{
	color: #990000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.highlightsPDF ul{
	list-style-image:url(../images/pdf.gif);
}


.highlightsPDF ul li{
	margin-left: 1px;
	margin-bottom: 5px;
	padding: 3px;
	line-height: 15px;
}

.highlightsPDF h2{
	color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
}

.highlightsPDF h3{
	color: #990000;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

.highlightsPDF h4{
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}

.highlightsPDF span{
	color: #d0b132;
}

.active{
	background-image: url(../images/active_bg.gif);
	background-repeat: repeat-x;
}

img{
	display: block;
}

#Footer span a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#Footer span a:hover{
	color: #999999;
	text-decoration: underline;
}

#pdf_items li{
	list-style: url(../images/pdf.gif);
	margin-left: 0;
	margin-bottom: 10px;
	}
	
#items li{
	margin-left: 0;
	margin-bottom: 10px;
	
	font-size: 12px;
	color: #990000;
	}
