﻿#container {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 10px auto 0px auto;
	background-image: url('images/introbkg.jpg');
	background-repeat: repeat-y;
	bottom: auto;
	position: relative;
}
#header {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	height: 130px;
	background-image: url('images/header.jpg');
}
#navigation {
	padding: 0px;
	margin: 0px;
	height: 30px;
	background-color: #800000;
}
#content {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 700px;
	float: left;
	background-image: url('images/introbkg.jpg');
	background-repeat: repeat-y;
}
#right_col {
	background-color: #FFFFFF;
	padding: 0px;
	width: 190px;
	float: right;
	background-image: url('images/introbkg.jpg');
	background-repeat: repeat-y;
	margin-top: 40px;
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #800000;
	margin-right: 10px;
}
#footer {
	padding: 0px;
	margin: 0px;
	height: 60px;
	clear: both;
	background-image: url('images/introbkg.jpg');
	background-repeat: repeat-y;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#masthead {
	padding: 0px;
	margin: 0px;
	height: 200px;
	background-color: #000000;
	background-image: url('images/isd1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
	font-family: Pristina;
	font-size: 30px;
	text-indent: 2em;
	background-image: url('images/introbkg.jpg');
	background-repeat: no-repeat;
	color: #3366CC;
	font-weight: 600;
	margin: 0px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-bottom-color: #800000;
	letter-spacing: .1px;
}
h3 {
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CEB817;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px 5px 20px;
	margin: 0px;
	text-indent: 10px;
	font-size: 13px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	height: 60px;
	text-align: center;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CEB817;
}
h6 {
	height: 80px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
h2 {
	padding-top: 0px;
	margin: 0px;
	height: 40px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CEB817;
}

