@charset "utf-8";
/* CSS Document */


body {
	background-color:#E9E9E9;
	}

.style1 {
	color: #FFFFFF;
	padding-top: 8px;
	font-size: small;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {font-size: 14px}
.style6 {font-size: 18px}
.style7 {
	color: #BC0311;
	font-style: italic;
	font-size: 18;
}
.style8 {
	color: #F0F0F0;
	font-weight: bold;
	font-size: 18px;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
.style11 {color: #1A0B9B}


h1 {
	margin-top:10px;
	margin-bottom:0px;
	font-size:18px;
	color:#FF0000;
	font-weight:bold;
	border-bottom: solid #0155b2;
	margin-left: 10px;
	margin-right: 10px;
    }	
	
h2 {
	margin-top:0px;
	color:#000000;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 0px;
    }	

h3 {
	margin-top:8px;
	color:#0155b2;
	font-weight:bold;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 5px;
    }	
	
	h4 {
	margin-top:0px;
	color:#000000;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: small;
	margin-bottom: 0px;
    }
	
	h5 {
	margin-top:8px;
	color:#0155b2;
	font-weight:bold;
	font-weight:bold;
	text-decoration:underline;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 5px;
    }	

	li {
    margin-top:0px;
	color:#000000;
	font-weight:normal;
	margin-left: 10px;
	margin-top: 10px;
	font-size: small;
	}

#welcome {
	width:800px;
	height:145px;
	background-image:url(images/header.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}


#navigation {
	width:800px;
	height:8px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #000066;
    }

#maincontainer {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: ffffff;
    }
	
#leftcontainer {
	width:160px;
	float:left;
	margin-left:auto;
	padding-right:auto;
	background-color: #1A0B9B;
	height: 830px;
	}

#rightcontainer {
	width:640px;
	float:right;
	margin-right:auto;
	margin-bottom:auto;
	height: 830px;
	background-color: #ffffff;
	clear:right;
    }	

#contactcontainer {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 15px;
	height: auto;
	background-color: #ffffff;
    }	
	
#contactFormArea{
    width: 400px;
    margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	}

#clear {
	clear:both;
	}
	
#footer {
	width:800px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
    }
