@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
		color: #0C0;
    	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#header {
	height: 100px;
	width: 100%;
	background-image: url(images/header2.jpg);

}

.headinglink {
	color: #000;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;;
}
	
table {
	border: 1px solid #F20000;
	background-color:#EDF7FF;
}

li{
       line-height:200%;
   
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
}
h1 {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #CC0000;
	line-height: 100%;

}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: small;
	font-weight: bold;
	background-color: #E1F1FF;
}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.highlight {
	background-color: #FCDE1D;
}
.headinglink {
	color: #000;
}
.underlining {
	text-decoration:underline;
}

#container1 {
    float:left;
    width:100%;
	background:#fff;
	position:relative;
    right:60%;
	border-right:1px solid #C0C0C0; 
}
#container2 {
    float:left;
    width:100%;
    background:#fff;
	position:relative;
    right:20%;
    border-right:1px solid #C0C0C0;
    
}
#container3 {
    float:left;
    width:100%;
    background:#fff;
	overflow:hidden;
    position:relative;
}
#container4 {
	
    width:100%;
	background:#000;
}

#col1 {
    float:left;
    width:16%;
    position:relative;
    left:82%;
	overflow:hidden;
}
#col2 {
    float:left;
    width:56%;
	position:relative;
    left:86%;
	overflow:hidden;
	
    }
#col3 {
    float:left;
    width:16%;
	position:relative;
    left:90%;
	overflow:hidden;
   }
#footer{
    float:left;
	color: #FFF;
	background-color: #005092;
	height: 100px;
	width: 100%;
	text-align: center;
}
.footerlink {
	color: #FFF;
}
