body	{
    color: #183779;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    text-align: center;
	margin: 0;
	padding:  0;
	background-color: #FFF;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	}

div.main	{
	width: 770px;
	margin: 0 auto;
	/* Counter MSIE hack above */
	padding: 0;
	background-color: #183779;
	text-align: left;
	}

div.border {
	float: left;
	width: 770px;
	border-left: 1px solid #25416A;
	border-right: 1px solid #25416A;
	background-color: #183779;
	}

img {
	border: none;
	}
	
p {
	margin-top: 20px;
	}

div.header {
	background-image: url(../images/header.gif);
	height: 145px;
	width: 770px;
	}

div.content {
	clear: left;
	}

div.left {
	float: left;
	width: 241px;
	background-color: #183779;
	}
	
div.caption {
	width: 179px;
	padding: 0 30px;
	background-image: url(../images/captionbg.gif);
	margin: 0;
	}
	
div.text {
	float: left;
	width: 515px;
	background-color: #FFF;
	background-image: url(../images/textbg.gif);
	background-repeat: no-repeat;
	padding-bottom: 50px;
	}
	
p {
	margin: 20px 80px 20px 80px;
	}

h1 {
	font-family: Arial, Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
    text-transform: lowercase;
    margin: 50px 80px 20px 80px;
    }
    
h2 {
	font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	background-color: #183779;
	border: 1px solid #6F89AF;
	padding: 0 5px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
    }	
    
h3 {
	margin-top: 40px;
	margin-left: 60px;
	}

p.caption {
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	margin: 10px 0 0 0;
	}
    
span.h1 {
	color: #6F89AF;
	}
	
li.list {
	margin: 3px 80px 3px 80px;
	font-size: 11px;
	}
	
a:link {color: #3678AB; text-decoration: underline;}     /* unvisited link */
a:visited {color: #3678AB; text-decoration: underline;}  /* visited link */
a:hover {color: #108BC4; text-decoration: none;}  /* mouse over link */
a:active {color: #3678AB; text-decoration: underline;}   /* selected link */

/* Menu */

#nav { /* all lists */
	list-style: none;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}
	
#nav li { /* all list items */
	width: 125px;
	height: 18px;
	text-align: left;
	background-color: #50709F;	
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	}
	
#nav li ul { /* second-level lists */	
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	position: absolute;
	display: none;
	left: 0;
	}

#nav a:link {color: #FFF; text-decoration: none;}     /* unvisited link */
#nav a:visited {color: #FFF; text-decoration: none;}  /* visited link */
#nav a:hover {color: #FFF; text-decoration: none;}  /* mouse over link */
#nav a:active {color: #FFF; text-decoration: none;}   /* selected link */

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
	
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	}
	
#nav a {
	display: block;
	}
	
#nav li ul a {
	padding-left: 8px;
	}
	
#nav a:hover {
	background-color: #5C9BBE;
	}
	
/* Tables */

td, th {
	font: 0.8em Arial, Helvetica, sans-serif;
}
.datatable {
	border: 3px solid #D6DDE6;
	border-collapse: collapse;
	width: 70%;
	margin-left: 80px;

}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;

		}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable td.bold {
	border: 1px solid #D6DDE6;	
	padding: 4px;
	font-weight: bold;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.datatable td.altcol {
	background-color: #DFE7F2;
	color: #000000;
}