html,body{
margin: 8px;
padding:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1B1F23;
	background-color: White;
}

#container {
	width: 775px;
}

#content {
	width: 775px;
	background-image: url(../images/background.gif);
	margin-top: 0px;
}

#header {
	width: 775px;
	height: 153px;
}

#footer {
	height: 16px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #04618B;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.content {
width: 700px;
border: 1px none #8B0000;
}

#bottom {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1B1F23;
	padding-top: 8px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1B1F23;
}

div.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	width: 175px;
}

div.white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	width: 155px;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 1px;
}


/* links */

a:link {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #13465E;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #13465E;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #DDF0D0;
   text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #DDF0D0;
   text-decoration: none;
}

a:link.body {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #227DA6;
	text-decoration: none;
}

a:visited.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #227DA6;
	text-decoration: none;
}

a:hover.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #477625;
	text-decoration: underline;
	
}

a:active.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
   color: #477625;
	text-decoration: underline;
}

/* small */

a:link.small {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #227CA6;
	text-decoration: none;
}

a:visited.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color: #227CA6;
	text-decoration: none;
}

a:hover.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color: #487726;

}

a:active.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color: #487726;

}

