/* CSS Styles */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: black;
	background-color: #B4CFF5;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#header {
	width: 900px;
	margin: 0 auto;
    height: 146px;
	text-align: left;
}

#menubox {
	background-color: #114891;
/*    border: 1px solid black; */
    padding: 2px;
    line-height: 1em;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}

#menubox a{ color: white; text-decoration: none;
}

#menubox a:hover{ color: #6a8fc0; text-decoration: none;
}

#wrapper-menu-top, #wrapper-content, #wrapper-footer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-header {
/*	background-color: #33CC66; */
  	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: transparent url('images/MainHeader.jpg') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: black;
	text-align: center;
/*	font-size: 230%; */
}

#header h2 {
   	margin: 0 0px;
	padding: 0;
	line-height: 2em;
	color: black;
	text-align: center;
	font-size: 130%; 
}
#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
} 

#content {
  	background-color: white; 
/*	background: transparent url('images/bg02-white-right.png') no-repeat right top; */
	padding: 10px; 
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 auto;
	background-color: #e5f0fc;
	line-height: 1em;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 150%; }
h3 { font-size: 100%; }

#main-table a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}

#main-table a:hover { color: #666; text-decoration: none; }

a:link, a:visited { color: blue; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }
