﻿/* CSS layout */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#pageName {
    display: none;
}
#masthead {
}

#page {
	margin: 0 auto;
	background: #666;
	width: 910px;
}

#top_left {
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;

}

#header {
	margin-left:301px;
	position: absolute;
	top: 10px;
	left:0px;
	width:400px;
	overflow: auto;
	text-align: right;
    float: right;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #008080;
}


#top_nav {
	position: absolute;
	top: 10px;

}

#container {
	position: absolute;
	width: 100%;
	top: 220px;

}

#left_col {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 300px;
	margin-left: 300px;
}

#right_col {
	width: 300px;
	position: absolute;
	left: 600px;
	top: 0px;
}

#footer {
	position: absolute;
	top: 565px;
	color: #5C5C66;
	padding: 4px;
	font-size: .75em;
	font-weight: bold;
	float:right;
	text-align: right;
}

