/* CSS Document */

body{
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	
}

/* Links */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5B3F2A;
	cursor: pointer;
	cursor: hand;
	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC0000;
	cursor: pointer;
	cursor: hand;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}



/* end Links */


/* HEADER */

td.header {
	height:110px;
}

/* END HEADER */




/* NAVIGATION */

td.leftnav {
	width:155px;
	height:35px;
	background-color:#014F70;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align:left;
	text-indent: 15px;
}
td.leftnavbottom {
	width:155px;
	height:1400px;
	background-color:#014F70;
	border-right: 1px solid white;
	vertical-align:text-top;
	text-align:left;
}

/* END NAVIGATION */


/* body layout */

td.bodycolumn0 {
	width:20px;
	background-color:#013449;
}

td.bodycolumn1 {
	width:358px;
	background-color:#013449;
	vertical-align: top;
	padding-top:35px;
}

td.bodycolumnwide {
	width:605px;
	background-color:#013449;
	vertical-align: top;
	padding-top: 35px;
}

td.bodycolumn2 {
	width:246px;
	background-color:#013449;
	padding-top:35px;
	vertical-align: top;
}

/* end body layout */


/* body copy */

.bodyheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#ffffff;
	font-style: italic;
	font-weight: bold;
}

.bheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:#ffffff;
	font-style: italic;
	font-weight: bold;
}

.bodylist {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#ffffff;
	line-height: 22px;
}

.bodylist2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#ffffff;
	list-style-type: circle;
	list-style-position: inside;
}


/* end body copy */

