body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000066;
	background-image:url(../images/tilebackground.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#disclaimer {
    font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #FFFFFF;
	font-weight: bold;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: overline underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: xx-large;
	color: #000000;
}

#sitebar {
 text-align:center;
 background-color:#000000;
 clear:both;
 color:#FFFFFF;
 font-weight:bold;
 font-size:x-small;
 padding:5px;
}

#sitebar a,
#sitebar a:active,
#sitebar a:visited { 
color: #FFFFFF; 
font-weight: bold; 
font-style:normal;
text-decoration:none; 
}

#logo { 
 height:115px; 
 background-color:#000000; 
 padding: 10px;
 clear: both;
  }
 
#nav { 
margin:0; 
padding:0; 
background:#F9FF21 url(/images/yellowsmall.png); 
float:left; 
width:100%; 
border:1px solid #000000; 
border-width:1px 0;
list-style-type:none; 
}
#nav ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#F9FF21 url(/images/yellowsmall.png);
    }
#nav li {
font-size:14px;
	display:inline;
	margin:0;
	padding:0;
	} 
#nav a { 
color:#000; 
padding:5px 5px 4px 5px; 
float:left; 
width:auto; 
border-right:2px solid #000000;
text-decoration:none; 
font:bold 1em/1em Arial, Helvetica, sans-serif; 
text-transform:uppercase;  
}
#nav a:hover { 
color:#FFF; 
background:#333333; 
} 
#nav a:active { 
color:#000; 
} 
 
/* columns container */
#containermain {
    position:relative;
    clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#containersidebar {
	float:left;
	width:100%;
	position:relative;
	right: 75%;
	background:#FFFFFF; /* column 1 background colour */
}
#sidebarleft {
	float:left;
	width:21%;
	position:relative;
	left:2%;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
#main {
	float:left;
	width:74%;
	position:relative;
	left:100%;
	overflow:hidden;
	padding: 0 0 1em 0; }

#sidebarleft a { 
color:#000;   
text-decoration:none; 
font-family: Arial, Helvetica, sans-serif; 
font-weight:bold;
}
#sidebarleft a:hover { 
color:#FFCC66;  
} 
#sidebarleft a:active { 
color:#000; 
} 

#main a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
#main a:visited {
	color: #990000;
	text-decoration: none;
}
#main a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: overline underline;
}

#wrapper {  
 width: 90%;
 margin-left: auto ;
 margin-right: auto ;
  } 

#footer { 
 width: auto;
 clear: both;
 color: #FFF;
 border: 1px solid #000;
 background: #000000;
 padding: 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10px;
 color: #FFFFFF;
 font-weight: bold;
}

#footer a{color:#FFFFFF; font-weight: bold;}
#footer a:visited{color:#FFFFFF; font-weight: bold;}
#footer a:hover{color:#FFFFFF; font-weight: bold;}

#bar {
 background: url(/images/checkeredbar.jpg);
 width: 100%;
 clear: both;
 height: 23px;
 }
 
#barbottom {
 background: url(/images/checkeredbar.jpg);
 width: 100%;
 clear: both;
 height: 23px;
 } 

a img {
border-style: none;
}

.boxtop {
background-color:#000000; 
color:#FFFFFF; 
font-weight:bold; 
padding:5px 5px 5px 5px;
}

.boxoutline {
border: 3px black solid;
}

.boxcontent {
padding:5px 5px 5px 5px;
}
