

* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}


#linkbar {

	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#mainbit {
	margin: 0 auto;
	width: 579px;
	border: 1px solid white;
	border-top: 0px;
	text-align: left;
	padding: 5px;
	color: #c0c0c0;
	padding-top: 0px;
	margin-top: 0;
	}


#navcontainer ul
{
	background-color: #036;
	float: center;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


h1 {
	font-size: 2em;

	padding-left: 50px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}





a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */

.buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

.input { 
 width: 200px;
 height: 17px; 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
} 