﻿/* Include Page CSS layout */
@import url("page.css");
/* Master CSS layout */
body {
	margin: 0;
	padding: 0;
}

#main1 {
	width: 715px;
	border-left-style: solid;
	border-left-width: thick;
	border-left-color: #006699;
	position: relative;
	margin-left: 10px;
}
#main2 {
	width: 700px;
	margin-left: 3px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
	position: relative;
	padding-left: 10px;
}
#container1 {
	width: 700px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container2 {
	position: relative;
	width: 700px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#container3 {
	position: relative;
	width: 700px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	border-width: 0px;
	position: relative;
		width: 150px;
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
	height: 37px;
}
#header {
	margin-left: 165px;
	width: 535px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-align: right;
}
#nheader {
	width: 535px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
#menu {
	position: relative;
	float: left;
	width: 132px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	margin-left: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 535px;
}
#breadcrumb {
	position: relative;
	width: 535px;
	clear: both;
	margin-right: auto;
	margin-left: 165px;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
/* Navigation Header Styles */
#nheader a {
	color: #006699;
	text-decoration: none;
}
#nheader a:hover {
	color: #006699;
	text-decoration: underline;
}
/* Breadcrumb Styles */
#breadcrumb p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
#breadcrumb a {
	color: #006699;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #006699;
	text-decoration: underline;
}
/* Menu Styles */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#menu_sub {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-indent: 10px;
}
#menu_end {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#menu a {
	color: #006699;
	text-decoration: none;
}
#menu a:hover {
	color: #006699;
	text-decoration: underline;
}
/* Footer Styles */
#footer p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}




