@charset "utf-8";
/* CSS Document */

body {
	background: #778899;
}

img
{
 border-color: #778899;
} 


#headerDiv {
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #778899;
	color: #6CF;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto ;
    width: 760 ;
}

#mainTextDiv {
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #778899;
	padding: 5px;
	vertical-align: top;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	width: 760 ;
    font-size:16px;

}

#mainTextBoxRows {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #778899;
	padding: 10px;
	vertical-align: top;
	border: medium solid #FFF;
	font-size:16px;
}

#logoDiv {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #100251;
	color: #CC3;
}

#logoTable {
	margin-bottom: 40 ;
	padding-bottom: 40 ;
}

#footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	background-color: #778899;
}

table {
	width: 760px;
	border: 0; /* the auto margins (in conjunction with a width) center the page */
	font-size:14px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: text-top;
}

body p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:14px;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:14px;
	line-height: 1.3em;
}

redbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:14px;
	line-height: 1.3em;
}

#footer p {
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	font-size: small;
}

#headerTable {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
}

a {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #006400;
	text-decoration: none;
        font-size: medium;
}

a:hover, a:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #006400;
	font-size: large;
	margin-top: 0;
	margin-bottom: 0;
}



h2 {
    color: #9BDFFD;
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
}



ul {
color: #FFF;
}

#logoDiv #logoTable tr td p {
	font-size: large;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

#linkToThisPage {
	text-decoration:underline;
}
