﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 8pt;
}

#masthead {
	height: 130px;
	width: 1000px;
	text-align: center;
}

#top_nav {
	height: 20px;
	width: 1000px;
	text-align: left;
	background-color: #552E0B;
	border-bottom-color: #f8b6d7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sub_nav {
	height: 20px;
	width: 995px;
	text-align: right;
	background-color: #F8F3EC;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #9f7441;
	padding-right: 5px;
	padding-top: 4px;
}
#container {
	min-width: 600px;
	width: 1000px;
}
#page_content {
	background-color: #F8F3EC;
	width: 988px;
	margin-left: 0px;
	margin-right: 0px;
	color: #552E0B;
	text-align: left;
	min-height: 640px;
	padding-left: 6px;
	padding-right: 6px;
}
#vid_content {
	background-color: #F8F3EC;
	width: 1000px;
	margin-left: 0px;
	margin-right: 0px;
	color: #552E0B;
	text-align: left;
	height: 385px;
	padding-left: 0px;
	padding-right: 0px;
}
#footer {
	clear: both;
	font-size: 8px;
	color:#552E0B;
	text-align: center;
}
h1 {
	font-family: Verdana;
	color: rgb(217, 141, 196);
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;}

h4 {
	font-family: Verdana;
	color: rgb(153,102,102);
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;}

h5 {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;}
	
h6 {
	color: rgb(122,122,122);
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;}

a:link.col {
	font-family: Verdana;
	color: #F8DBEC;
	font-weight: normal;
	text-decoration: none;
}
a:visited.col {
	font-family: Verdana;
	color: #F8DBEC;
	font-weight: normal;
	text-decoration: none;
}
a:hover.col {
	font-family: Verdana;
	color: #4171ac;
	font-weight: normal;
	text-decoration: underline;
}
a:link {
	color: rgb(191,39,126);
	text-decoration: none;}

a:visited {
	color: rgb(191,39,126);
	text-decoration: none;}
 
a:active {
	color: rgb(191,39,126);
	text-decoration: none;}
	
a:hover {
	color: rgb(156,0,107);
	text-decoration: underline;}

hr {
	color: rgb(255,204,204);
	height: 1px}
p.quote {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 7pt;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}
p.form {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 8pt;
	font-style: normal;
	border: 1px #552E0B solid;
	background-color: #F8DBEC;
	text-align: center;
	margin-right: 16px;
	padding: 5px;
}


