﻿@import url('layout.css');

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	top: 50px;
}
#head {
	text-align: right;
	width: 100%;
	font-size: x-small;
	background-repeat: repeat-x;
	background-image: url('../images/head_back.jpg');
}
#logo {
}
#address {
	font-family: Verdana, Tahoma, Arial;
	font-size: x-small;
	position: absolute;
	top: 12px;
	right: 12px;
	color: #f5f5f5;
}
#container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	padding-top: 6px;
}
#nav_top {
	float: left;
	position: relative;
	clear: both;
}
#nav_left {
	position: relative;
	padding: 3px;
	border: 1px solid #F2F2ED;
	float: left;
	background-color: #fff;
	width: 120px;
	margin-right: 2px;
}
#pageheading {
	padding: 3px;
	position: relative;
	font-family: Verdana, Tahoma, Arial;
	width: 800px;
	height: auto;
	margin-top: 3px;
	margin-bottom: 6px;
	font-size: x-large;
	color: #000080;
	background-image: url('../images/headerGradient.jpg');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: left;
}
#col_left {
	border: 1px solid #F2F2ED;
	padding: 3px;
	position: relative;
	float: left;
	background-color: #fff;
	width: 620px;
	margin-left: 2px;
}
#col_right {
	padding: 6px;
	float: left;
	top: 3px;
	width: 164px;
	margin-left: 4px;
	background-image: url('../images/gray.gif');
}
#footer {
	background-color: #ebebeb;
	padding: 3px;
	position: relative;
	clear: both;
	width: 100%;
	margin-top: 15px;
}




/* Styles for Navigation*/
#nav_top ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav_top li {
	float: left;
}
#nav_top a {
	border-right: 2px solid #C0C0C0;
	text-decoration: none;
		display: block;
		padding: 3px;
		margin-left: 3px;
		margin-right: 3px;
	background-image: url('../images/xp3.gif');
		background-repeat: repeat-x;
}
#nav_top a:hover {
	color: #CC3300;
	text-decoration: none;
	background-image: url('../images/xp4.gif');
	background-repeat: repeat-x;
}

#nav_left ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #2E3091;
}
#nav_left li {
	display: block;
	border: 1px solid #cb8;
}
#nav_left a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, Tahoma, Arial;
	font-size: small;
}
#nav_left a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #CCCCCC;
}
.footer {
	font-family: Verdana, Tahoma, Arial;
	font-size: x-small;
	font-weight: normal;
	color: #808080;
}

/* Styles for Container */
h1 {
	font-size: 18pt;
	color: #000080;
	margin-bottom: 6pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	color: #808080;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	margin-bottom: 6px;
	margin-top: 3px;
}
h3 {
	font-size: 12pt;
	color: #000099;
	font-family: Verdana, Tahoma, Arial;
	margin-top: 3px;
	margin-bottom: 6px;

}
h4 {
	font-size: small;
	color: #469;
	margin-top: 3px;
	margin-bottom: 6px;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-size: small;
}
.pxsmall {
	font-family: Verdana, Tahoma, Arial;
	font-size: x-small;
}

