﻿/* CSS layout */
.aboutus {
	background-color: #E2E8EF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	border: thin solid #003366;
	color: #1132B5;
}

#masthead {
	background-position: 0px 0px;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url('images/Masthead new 1.jpg');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #1132B5;
}
#top_nav {
	padding: 0px;
	margin: 0px;
	background-color: #DBE9FA;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #153C79;
	font-style: italic;
	font-size: medium;
	height: px;
	background-image: url('images/Navbar blue.jpg');
}

#container {
	background-color: #FFFFFF;
	width: 940px;
	left: 10px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #AFD4FC;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #A8B2C2;
}
#page_content {
	padding: 10px;
	border: thin solid #00038A;
	background-color: #FFFFFF;
}
#footer {
	padding: 0px;
	margin: 0px;
	background-color: #DBE9FA;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	color: #304C78;
	background-image: url('images/Navbar blue.jpg');
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #113285;
}
#Leftcolumn {
	padding: 5px;
	width: 400px;
	float: none;
	border: thin solid #E4E4E4;
	top: 80px;
	left: 50px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none; 
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #800000;
	font-style: italic;
}
.divleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E6F2FF;
	border: thin solid #C0C0C0;
	padding: 5px;
	width: 400px;
	clip: rect(auto, auto, auto, 0px);
	float: left;
	margin: 5px;
}
.divright {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: ;
	padding: 5px;
	width: 440px;
	left: px;
	right: 5px;
	float: none;
	margin-left: 50px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
	text-align: center;
	font-weight: bold;
}
.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px;
	margin: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: medium;
	border-left-width: thin;
	border-bottom-color: #454545;
	border-left-color: #C0C0C0;
	background-color: #F0F8FF;
}
#divtop {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 40px -50px;
	background-color: #FFFFFF;
}
.divbig {
	background-color: #C6D1DF;
}
.clear {
	clear: left;
	text-align: center;
	margin: 10px;
}
.parchment {
	background-image: none;
	background-position: center;
}
.newgraphic {
	background-color: #E4E4E4;
}

