﻿/* Contains all standard HTML tag CSS */
body 
{    
	font-family: Verdana;
    margin: 0px;
    font-size: 14px;
	margin:0px;
	color:#000000;
	background-color:#003300;
}
#pageWrapper
{
	margin: 0px auto;
	text-align: left;
	width:762px;
}
#header
{
	width:762px;
	height:75px;
	background-color:#FFFFFF;
	border:6px solid #AAAA33;
}
#contentWrapper
{
	width:762px;
	height:100%;
	background-color:#FFFFFF;
	border-left:6px solid #AAAA33;
	border-right:6px solid #AAAA33;
	border-bottom:6px solid #AAAA33;
}
#mainNav
{
	padding-left:5px;
}
a
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	color:#0000ff;
}
#mainNav a {
	color:#000000;
}
#mainNav a:hover
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-color:#B3CEB3;
}
#contentLeft
{
	width:242px;
	height:100%;
	float:left;
	border-right:0px solid #AAAA33;
}
#contentRight
{
	width:517px;
	height:100%;
	float:left;
	border-left:3px solid #AAAA33;
}
#footer
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:20px 0px 10px 0px;
}
img
{
	border:0px solid #FFFFFF;
}
a:link
{
    color: blue;
    text-decoration: underline;	
}
a:visited
{
    color: #purple;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
    color: purple;
}
a:active
{
    text-decoration: underline;
    color: dark blue;
}
/* Use headers in the markup for accessibility reasons but control look with styles below*/
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
   padding:5px 0px 5px 0px;
}
h1
{
    background-repeat:no-repeat;
    font-size:large;
    color:#00446a; 
    text-align:left; 
     
}
h1 a:link,h1 a:visited
{
}
h1 a:hover
{
}
h2
{
	font-size:medium;
    color:#00446a;
	text-align:left;
}
h2 a:link,h2 a:visited
{
}
h2 a:hover
{
}
h3
{
    font-size:medium;
    color:#00446a;
}
h4
{
    font-size:medium;
    color:#00446a;
}
h5
{
	font-size:small;
    color:black;
	
}
table
{
	border:0px;
	padding:0px;
	margin:0px;
	border-spacing:0px;
}
input[type="text"]
{
    background-color:white;
    border:solid 1px black;
}
input[type="text"]:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
input[type="password"]
{
    background-color:white;
    border:solid 1px black;
}
input[type="password"]:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
textarea 
{
    background-color:white;
    border:solid 1px black;
}
textarea:focus
{
    background-color:#F6F6F6;
    border:dashed 1px black;
}
select
{
    background-color:white;
    border:solid 1px black;
}
