﻿/* CSS layout */
#footer {
	left: 0px;
	bottom: 0px;
	background-color: #003366;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: normal;
	font-variant: normal;
	border-width: thin;
	border-color: #C0C0C0;
	border-style: dashed none none none;
	height: 30px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#masthead {
	background-color: #FFFFFF;
}
#top_nav {
	background-image: url('images/marketing_11.gif');
	font-weight: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: inherit;
	color: #FFFFFF;
	font-style: inherit;
	font-size: inherit;
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: 38px;
	left: 0px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}


