body {
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*  Page styles  */

#mainpageholder {
	width: 790px;
	margin: 0px auto 0px auto;
}
#bodyholder {
	margin-top: 10px;
}
#copyright {
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	color: #666666;
}
#pagebody {
	width: 600px;
	float: left;
}
.homepageicons {
	width: 25%;
	float: left;
	font-size: 14px;
}
.homepageicons a {
	color: #487BA6;
	text-decoration: none;
}

/*  Header  */

#header {
	padding: 0px;
	text-align: center;
	height: 30px;
}
#headergraphic {
	float: left;
	width: 195px;
	padding-left: 5px;
}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 5px 0px 0px 200px;
}

/*  Top Menu  */

#topmenu {
	height: 60px;
	background-image: url(images/menu_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.menuholder {
	width: 191px;
	float: left;
}
.menuspacer {
	background-color: #CCCCCC;
	margin: 15px 0px 15px 0px;
	height: 30px;
	width: 2px;
	float: left;
}
.menuholder a {
	height: 37px;
	padding-top: 23px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuholder a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/*  Left Menu  */

#leftmenu {
	width: 190px;
	float: left;
}
#leftmenu a {
	color: #487BA6;
	font-size: 14px;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #0033CC;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 10px;
}
#footer a {
	color: #487BA6;
	text-decoration: none;
}
#footer a:hover {
	color: #0033CC;
	text-decoration: underline;
}

/*  Standard Styles  */

.left {
	float: left;
}
.right {
	float: right;
}
.rightimage {
	float: right;
	margin: 0px 5px 5px 0px;
}

/* HTML Styles */

h2 {
	color: #666666;
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #666666;
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}