body {
	margin:0; 
	padding:0; 
	font-size:14px;
	font-family:"trebuchet ms", Arial, sans-serif;
/*	use this for solid blue background*/
/*	background-color:#4573B3;*/
/*  use this for gradient ...*/
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
/*  ...use this for gradient */
	vertical-align:top;
}

a {
	color:#7798C7;
	text-decoration:none;
}

a:hover {
	color:#7798C7;
	text-decoration:underline;
}

h1 {
	color:#7798C7;
	font-size:100%;
}

/*********main table**************/
#table956{
	text-align:left;
	width:956px;
	margin:13px auto; /*centers the main part of the page. 13px top and bottom, left and right equal */
	margin-top:95px;
	background-color:#ffffff;
	padding:27px 0 0 0;
	background-image:url(images/white_top_956.jpg);
	background-position:top;
	background-repeat:no-repeat;
	line-height:26px;
}
/*********end main table**************/

.mainNav{
	text-align:left; 
	list-style:none;
}
.mainNav a{
	text-decoration:none;
}
.mainNav img{
	border:0;
}

.centerTable{
	
}
.centerTable td{
	text-align:center;
}

.boardBox{
	padding-top:25px; 
	color:#FFFFFF; 
	background-color:#4374B4; 
	background-image:url(images/blue_top_228.gif); 
	width:228px; 
	background-repeat:no-repeat; 
	position:relative; 
	left:20px;
}

.boardBox a{
	color:#FFFFFF;
}
/***************footer links*****************/
#footerdiv{
	width:100%;
	background-color:#ffffff;
}

#footer{
	margin-top:18px;
	width:538px;
	float:right;
}

#footul{
	margin:0;
	width:538px;
}

#footul li{
	display:inline;
	color:#A09864; 
	padding-left: 10px;
	padding-right: 25px;
}

#footul li a{ 
	color:#666666;
	font-size:90%;
	text-decoration:underline;
}

#footul li a:hover{ 
	text-decoration:none;
}
/***************end footer links*****************/

#copyright{
/*	use this for solid blue background*/
/*	color:#FFFFFF;*/
/*  use this for gradient ...*/
	color:#707B3F; 
/*  ...use this for gradient */
	font-size:11px;	
	width:900px;
	margin:13px auto; /*centers the main part of the page. 13px top and bottom, left and right equal */
}

#copyright a{
/*	use this for solid blue background*/
/*	color:#FFFFFF;*/
/*  use this for gradient ...*/
	color:#707B3F; 
/*  ...use this for gradient */
	text-decoration:underline;
}

#copyright a:hover{
	text-decoration:none;
}

#webaward{
	color:#707B3F; 
	font-size:11px;	
	line-height:15px;
	margin:25px 0 -15px;
	width:400px;
}
#webaward div{
	padding-top:11px;
}
#webaward a{
	color:#707B3F; 
	text-decoration:underline;
}

#webaward a:hover{
	text-decoration:none;
}
#webaward a img{
	border:none;
}

