html {
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
body {
	background-image: url(../images/bg_top.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000033;
	}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#33257A;
	}

#container_top {
	width:710px;
	margin:0px auto;
	text-align:left;
	min-height: 100%;
	height: 25px;
	padding-top: 5px;
	}
#container_mainpage {
	width:710px;
	margin:0px auto;
	text-align:left;
	min-height: 100%;
	}
#container_logoarea {
	width:710px;
	margin:0px auto;
	text-align:left;
	padding-bottom:10px;
	}
#navigation {
	height:26px;
	}
#content {
	width:690px;
	background-image:url(../images/bg_main_top.gif);
	background-repeat:repeat-x;
	padding: 10px;
}
#pagetitle {
	width:445px;
	padding-bottom:20px;
	font-size:1.4em;
	color:#000033;
	padding-top: 10px;
	}
#column_one {
	width:215px;
	float:left;
	}
#column_two {
	width:215px;
	float:left;
	margin-left:15px;
	}
#column_width {
	width:430px;
	float:left;
	}
#page_end {
	background-image:url(../images/bg_main_bottom.gif);
	background-repeat:repeat-x;
	height:30px;
	border-top: 1px solid #ABABAB;
	margin-top: 10px;
	}
#footer {
	text-align:center;
	padding:10px 0px 20px 0px;
	font-size:0.8em;	
	}
#column_three {
	float:right;
	width:215px;
	}

/* TEXT STYLES */

.highlight_font {
	font-family:"Trebuchet MS";
	}
.col {
	color:#8B99E1;
	}
.bold {
	font-weight:bold;
}

	
