a {
 background-color: inherit;
 color: #0000AA;
 text-decoration: underline;
 }
 
a:hover {
 text-decoration: none;
 }

a.boxlink {
 background-color: #EEEEEE;
 border: 1px solid #C0C0C0;
 display: block;
 color: #000000;
 font-size: 12px;
 margin: 0 0 20px 20px;
 padding: 10px;
 text-decoration: none;
 }
 
a.boxlink span {
 display: block;
 }
 
a.boxlink span.header {
 font-size: 12px;
 font-weight: bold;
 text-transform: capitalize;
 }
 
a.boxlink span.link {
 background-color: inherit;
 color: #0000AA;
 text-decoration: underline;
 }
 
a.boxlink:hover span.link {
 text-decoration: none;
 }
 
body {
 /*background: #EEEEEE url("images/background2.gif") top center repeat-y;*/
 background-color: #EEEEEE;
 color: #000000;
 /*font: 13px Arial, sans-serif;*/
 /*font: 14px Verdana, Arial, Helvetica, sans-serif;*/
 font: 14px Arial, sans-serif;
 margin: 0;
 }
 
h3 {
 clear: left;
 margin: 10px 0 10px 0;
 text-transform: capitalize;
 }
 
#banner {
 background-color: #FFFFFF;
 color: #0033FF;
 }
#banner h1 {
 height: 95px;
 margin: 0;
 padding: 0;
 }
	 
#banner h1 a {
 background: transparent url('images/banner4.png') top left no-repeat;
 display: block;
 height: 95px;
 }
		 
#banner h1 span {
 display: none;
 }
 
#container {
 background-color: #FFFFFF;
 border-left: 3px double #C0C0C0;
 border-right: 3px double #C0C0C0;
 color: #000000;
 left: 50%;
 margin: 0 0 0 -372px;
 position: absolute;
 width: 744px;
 }
 
#content {
 margin: 20px 20px 20px 20px;
 }
 
#content img {
 border: 1px solid #C0C0C0;
 float: left;
 margin: 0 20px 20px 0;
 padding: 1px;
 }
 
#extra {
 display: block;
 float: right;
 margin: 0;
 width: 250px;
 }
 
#footer {
 background-color: #EEEEEE;
 border-top: 1px solid #C0C0C0;
 clear: both;
 color: inherit;
 font-size: 12px;
 padding: 4px;
 text-align: center;
 }
 
#footer a {
 background-color: inherit;
 color: #000000;
 }
 
#menu {
 background-color: #EEEEEE;
 border-top: 1px solid #C0C0C0;
 color: inherit;
 font-size: 14px;
 font-weight: bold;
 padding: 4px;
 text-align: center;
 }
 
#menu a {
 background-color: inherit;
 color: #000000;
 padding: 0 20px 0 20px;
 text-decoration: none;
 text-transform: capitalize;
 }
 
#menu a:hover, a#thisPage {
 color: #0000AA;
 }
 
#splash {
 background: #FFFFFF url("images/splash/splash-02.jpg") no-repeat;
 color: #FFFFFF;
 height: 95px;
 margin: 0;
 }