/* CSS FOR VERSION 5 BROWSERS */
/* BODY BACKGROUND */
body {
	background-color : #FFFFFF;
	background-image : url(assets/repeat.jpg);
	background-repeat : repeat-x
}
/* MAIN CONTENT LAYER */
.maindiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 15px;
}
.maindiv p { line-height : 128%; margin-top : 6px
}
.maindiv h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	margin-bottom : 12px;
	margin-top : 0px
}
.maindiv h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}
.maindiv a:link {
	color : #0000CC;
	text-decoration: underline;
}
.maindiv a:visited {
	color : #FF00FF;
	text-decoration: underline;
}
.maindiv a:hover {
	color : #FF00FF;
	text-decoration: underline;
}
/* SIDEBAR LAYER */
.navDiv {
	color : #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 14px}
.navDiv p { margin-bottom : 12px; margin-top : 6px
}
.navDiv h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	margin-left : 0px;
	margin-top : 0px
}
.navDiv h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 24px
}
/* PARAGRAPH FOR MAIN SECTION LINKS */
p.navButts {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-top : 6px}
.navButts a {
	background-color : #19B397;
	border : 0px none 0;
	color : #000000;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	text-decoration : none;
	width : 100%
}
.navButts a:hover {
	background-color : #88D9C6;
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}
/* PARAGRAPH FOR SUBSECTION LINKS */
p.navSubs {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}
.navSubs a {
	background-color : #FFFFFF;
	color : #000000;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	width : 100%
}
.navSubs a:hover {
	background-color : #88D9C6;
	color : #000000;
	text-decoration : none
}
/* PARAGRAPHS FOR STATIC DOWN-STATE MAIN SECTION LINKS */
p.navViz {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px;
}
.navViz a {
	background-color : #88D9C6;
	color : #000000;
	display : block;
	padding-bottom : 6px;
	padding-left : 12px;
	padding-top : 6px;
	text-decoration : none;
	width : 100%;
	font-weight: bold;
}
/* PARAGRAPHS FOR COPYRIGHT SECTION */
p.copyrights {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	margin-bottom : 12px;
	margin-top : 12px;
	text-decoration: none;
}
p.footer {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	margin-top : 6px;
	text-decoration: none;
}
/* TURNS OFF BORDERS AROUND HYPERTEXT LINDED IMAGES */
img { border : 0px; display : block
}
.inlinimg { display : inline
}
/* FORM ELEMENTS */
form {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}
input { background-color : #FFFFFF; border : 1px solid #000000
}
input:focus { background : #FFFFFF
}
textarea { 
	background-color : #FFFFFF;
	border : 1px solid #333333; 
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px 
}
.checks { background-color : #FFFFFF
}
.formBut { background-color : #CCCCCC
}
/* FLOAT IMAGES LEFT OR RIGHT */
.imgfloatright { float : right
}
.imgfloatleft { float : left
}
