body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #1c5fa2;
	margin: 0px;
	padding: 0px;
	border: thin groove #003063;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}
a:active {
	color: #0033FF;
	text-decoration: underline;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}
#header {
	background-color: #003366;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navbar {
	font-size: small;
	font-weight: bolder;
	color: #000000;
	background-color: #0099cc;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #009EC6;
	border-bottom-color: #1c5fa2;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navbar a:link {
	color: #181CA5;
	text-decoration: underline;
}
#navbar a:visited {
	color: #000099;
	text-decoration: underline;
}

#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00009C;
}
#navbar a:active {
	color: #00CC00;
	text-decoration: underline;
}

#text {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	
}
#footer {
	color: #CCCCCC;
	background-color: #003063;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #009EC6;
	border-bottom-color: #1c5fa2;

}
#footer p {
	margin: 0px;
	padding: 0px;
}




#left {
	float: left;
	width: 100px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #003063;
}


#right
{ margin-left: 210px; }



.copy {
	font-size: small;
	text-align: center;
}
.bordercolor {
	border: thin inset #FF0000;
}

.color {	color: #0066FF;
	font-size: smaller; }.center {
	text-align: center;
}
.right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.textxsmall {
	font-size: x-small;
	color: #000000;
}
.textsmall {
	font-size: small;
	color: #000000;
}
.textitalics {
	font-size: small;
	color: #000000;
}
.indent {
	margin-right: 25px;
	margin-left: 25px;
}
.indentsmall {
	font-size: small;
	margin-right: 25px;
	margin-left: 25px;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
}
td {
	vertical-align: top;
}
.bgcolor {
	color: #CCCCCC;
	background-color: #003063;
}
.white {
	color: #FFFFFF;
}
hr {
	color: #000066;
	width: 70%;
	text-align: center;
}
.largertext {
	font-size: 20px;
}
.smallertext {
	font-size: 14px;
	margin-left: 20px;
}
.headingtext {
	color: #003063;
}
.tablebackgroundcolor {
	background-color: #009EC6;
	width: 85%;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.BorderBlue {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}

