/* CSS Document */
body { 
  background-color: #d8e8ff ;
  color: #000080;
  font-family: arial,Verdana;
  font-size: 11pt;
}
h1  {
  color: #306080;
  font-size: 28pt;
 
  font-weight:bold;
 }

h2  {
  color: #3060B0;
  font-size: 20pt;
  
  font-weight:bold;
  
 }
td {
  color: #505030;
 
  font-weight: bold;
  font-size: 9pt;
}

th  {
  border:0;
  color: #7050a0;
 
  font-weight: bold;
  font-size: 11pt;
}
.baselinks  {
  font-size:9px;
  color:#000000;
  
  text-align: center;
}

a.baselinks:link  {
  font-size:9px;
  color:#000000;
  
  text-align: center;
}

a.baselinks:hover  {
  font-size:9px;
  color:#e555e5;
  
  text-align: center;
}

a.baselinks:active  {
  font-size:9px;
  color:#eeeeee;
 
  text-align: center;
}

a.baselinks:visited  {
  font-size:9px;
  color:#555555;
  
  text-align: center;
}

.header  {
  color: #306080;
  font-size: 28pt;
  
  font-weight:bold;
  text-align: center;
 }
 #content {
	
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 225px;
	z-index: 50;
}
#content h2 {
	color: #3060B0;
}
#content h1 {
	color: #8C2122;
	margin-left: 9px;
	padding-bottom: 4px;
}
#content p {
}

#content .homepage-box {
	float: left;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A9877;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 6px;
	border-left: solid #8A9877 1px;
}
#content .homepage-box img{
	border: solid #306080 1px;
	float: right;
	margin: 3px 0px 3px 6px;
	padding: 3px 3px 3px 3px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #306080;
	position: relative;
	width: 95%;
	left: 5px;
	margin-left: 40px;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}
