﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: white;
	font: small Helvetica, Arial, Verdana, sans-serif;
	background-color: #000000;
	height: 100%;
}

#wrapper {
   	width: 100%;
	height: 100%;
	}

#content {
	width: 760px;
	height: 100%;
	margin: 0 auto;	
	}

#ContentArea {
	width: 762px;
	background-image: url(../images/content_background.gif);
	}
	
#FlashArea {
	width: 758px;
	float: right;
	margin-right: 1px;
	}

#menu {
	margin: 0 0 0 0;
	width: 740px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
}

#menu ul {
	height: 20px;	
	margin: 0;
	padding: 15px 0px 10px 10px;
	list-style-type: none;
	
}

#menu li {
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	padding-right:5px;
	list-style-type: none;
	text-decoration: none;
	display: inline;
}

#menu a {

	text-decoration: none;

}

#menu a:link, #menu a:visited {

	color:white;
	
}

#logo {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-image: url(../images/headerBackground.jpg);
	background-repeat: repeat-x;
	height: 80px;
	width: 760px;
	padding: 20 20 20 20;
}

#ImageArea {
	float:right;
	width: 170px;
	height: 100%;
	}
	
#MainContent {
	float: left;
	width: 740px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}
	
#MainContent h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#MainContent h2 {
	font-size: 95%;
	color: #FFFFFF;	
}

#MainContent p {
	font-weight: normal;
}

#MainContent a:link, #MainContent a:visited {
	color:000000;
}

#MainContent a:hover {
	text-decoration:none;
	color: #CCCCCC;
}

#MainContent ul {
	padding-left: 47px;
	list-style-image: url(../images/bulletBoxGreen.gif);
	margin-left: 0;
	line-height:1.5em;
}

#MainContent li {
	font-size: 95%;
	color: #FFFFFF;
	padding-left: 10px;
}

table.coverage {
border-collapse: collapse;

      }	
	  
table.coverage td {
	border-bottom: 1px #FFFFFF solid;	
      }		  

#footer {
	background-image: url(../images/3boxes.png);
	background-repeat: no-repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 27px;
	width: 760px;
	clear: both;
	}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.style2 {
	padding: 2px 10px 3px 10px; 
	border: 2px outset #CCCCCC; 
	background: #FFFFFF; 
	color: #000000; 
	text-decoration: none; 
	font: Arial;
	height: 19px; 
	vertical-align: bottom; 
	font-size: 80%;
}

.style2 {
	padding: 2px 10px 3px 10px; 
	border: 2px outset #CCCCCC; 
	background: #000000; 
	color: #FFFFFF; 
	text-decoration: none; 
	font: Arial;
	height: 19px; 
	vertical-align: bottom; 
	font-size: 80%;
}

.Hlink
{
    color:#02B041;
}