/* Contains all standard HTML tag CSS */
body 
{
	font-family: Arial;
    margin: 0px;
    font-size: 0.8em;
	margin:0px;
	color:#ffffff;
	background-color:#50912d;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
}

a:link
{
    color: #50912d;
}
a:visited
{
    color: #50912d;
}
a:hover
{
    color: #ffffff;
}
a:active
{
    color: #ffffff;
}
/* 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;
}


#footer
{
	width: 900px;
	color:#C8C8C8;
	height: 89px;
	background: url(Images/footer.jpg) no-repeat;
	font-weight:bold;
}
#footer p
{
	padding-top:10px;
	padding-left:100px;
	margin:0px;
}
#footer a
{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

html* img
{
	margin-bottom: -3px;
}


#nav a
{
 padding: 0px 10px 0px 10px;
 font-size: 11px;
 text-decoration:none;
 font-weight:bold;
 color:White;
}

#nav a:hover
{
 color:#50912d;
}
#nav a:active
{
 color:#50912d;
}
#nav
{
 padding: 19px  0px 0px 76px;
}
