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

<style type="text/css">

body {
	background-color: #374e9c;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
}

a  {
	color:  #0B0042; 
	text-decoration: none;
}
a:visited {
	color: #0B0042;
}
a:active {
	color:  #0B0042;
}
a:hover {
	text-decoration: underline;
}

h1 {font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #3953A4;
	text-align: center;
	vertical-align: middle;
}


h2 {font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

h3 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
	
h4 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #0B0042;
	text-align: left;
	vertical-align: top;
}
p {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000;
	text-align: left;
	vertical-align: top;
	
}

ul { font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	list-style-image: url(bullet.jpg);
	list-style-position: inside;
	text-indent: -16px;
}


#container {
	margin: auto;
	padding: 0px;
	width: 902px;
	text-align: left;
    background-color: #ffffff;
    font-family: Helvetica, Arial;
    border: 5px solid #0B0042;
}


#header {
	margin: 0px;
	padding: 15px 0px 0px 0px;
 background-color: #ffffff;
	width: 902px;	
}

.logo {
	margin: 0px auto;
	padding: 0px 0px 15px 15px;
	width: 800px;
float: left;
}

.button {
	margin: auto;
	padding: 15px 0px 15px 146px;
	width: 750px;
	
	color: #ffffff;
	float: right;
}

.button a, .button a:visited {
	color: #ffffff;
}

.button a:hover, {
	color: #ffffff;
	border-bottom: #ffffff 2px solid;
}

.button ul {
    list-style-type: none;
	display: inline;
	font-family: Helvetica, Arial;
	text-transform: lowercase;
	font-size: 14px;
	color: #ffffff;
    text-decoration: none;
}


.button li{
   padding: 15px 20px 15px 20px;
   list-style-type: none;
	display: inline;
	background-color:  #0B0042;
	background-repeat:repeat-x;
}

#main {
	margin: 0px;
	padding: 2px 20px 0px 0px;
	background-color: #ffffff;
	width: 882px;
	float:left;
	
}

.column_left {
	margin: 2px 0px 0px 2px;
	padding: 0px 20px 20px 20px;
	background-color:  #0B0042;
	width: 221px;
	float: left;
}

.column_main {
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 560px;
	float: right;
	background-color: #ffffff;
	background-image: url("tagline.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: top;
}

#footer {
	margin: auto;
	padding: 20px;
	width: 862px;
	background-color: #ffffff;
font-size: 10px;
	color:  #0B0042;
	text-align: center;
}

#footer p a, #footer p a:visited {
	
    color:  #0B0042;
	text-decoration: none;
	border-bottom: 1px solid  #0B0042;
}

#footer p a:hover {
	color: #000000;
}









</style>