﻿/* CSS layout */

#page_container {
	position: absolute;
	width: 705px;
	top: 0px;
	left: 20px;
}

/* page heading */
#top_container {
	position: relative;
	width: 700px;
	top: 0px;
	height: 300px;
	left: 0px;
	float: left;
	text-align: left;
}

#top_logo {
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	position: absolute;
	width: 300px;
	height: 80px;
	top: 0px;
	left: 0px;
	float: left;
}
#top_nav {
	position: absolute;
	width: 402px;
	left: 301px;
	font-size: small;
	color: #000080;
	font-family: Tahoma;
	text-align: right;
	top: 50px;
	float: left;
	height: 30px;
}
#masthead {
	background-image: url('../images/topgraphic.jpg');
	background-repeat: no-repeat;
	width: 702px;
	height: 214px;
	color: #FFFFFF;
	font-family: Tahoma;
	float: left;
	position: absolute;
	top: 80px;
}

#masthead h1 {
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
}
#masthead h1 {
	color: #66CC33;
	font-size: large;
	font-weight: bold;
}

#masthead h1 em {
	color: #003366;
	font-size: xx-large;
	font-weight: bold;
}

/* body contents */
#body_container {
	position: relative;
	width: 700px;
	top: -90px;
	left: 0px;
	color: #002E62;
	font-family: Tahoma;
	float: left;
	height: 100%;
	text-align: left;
}

#left_col {
	width: 220px;
	position: relative;
	left: 10px;
	top: 0px;
	line-height: 2em;
	float: left;
	font-weight: bold;
}
#centre_col {
	font-size: small;
	position: relative;
	left: 25px;
	width: 220px;
	top: 0px;
	float: left;
}
#right_col {
	position: relative;
	left: +35px;
	width: 185px;
	top: 75px;
	float: left;
}

#right_col h1 {
	color: #003366;
	font-weight: bold;
	font-size: x-large;
}

#right_col h1 em {
	color: #66CC33;
	font-weight: bolder;
	font-size: 40px;
	font-style: normal;
}
#right_col h2 {
	color: #66CC33;
	font-weight: bolder;
	font-size: 24px;
}

/* footer */
#footer {
	background-image: url('../images/bottom.gif');
	width: 700px;
	height: 128px;
	background-repeat: no-repeat;
	top: -90px;
	font-size: x-small;
	color: #FFFFFF;
	position: relative;
	float: left;
	text-align: left;
}

#footer_2 {
	position: relative;
	top: -110px;
	left: 0px;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

#footer_2 h2 {
	color: #003366;
	font-size: xx-small;
}

.copyright_notice {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
