/* Left hand Menu */
#menu {
	float: left;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	text-align: center;
	display: block;
	width: 130px;
	padding-top: 4px;
	background-image: url(../images/menuback.gif);
	height: 21px;
	margin-top: 2px;
}

#menu a:hover {
	background-image: url(../images/menubackhov.gif);
}

#menulinks {
	width: 130px;
	margin-top: 10px;
}

/*Main Contents of Page */

#content {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 590px;
}


/*Image Links in Main Content*/
#imgbuttons {
width: 590px;
padding-top: 15px;
margin-top: 10px;
border-top: 1px solid #cccccc;
}

#content tr {
	text-align: center;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
}

#content td a:visited {
	color:#0033CC;
}

#content td a:hover {
	text-decoration: underline;
}


/* Bottom of the Page*/
#footer {
	width: 750px;
	text-align: center;
	margin-top: 40px;
}

#footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	color: #0000CC;
}

#footer a:hover {
	text-decoration:underline;
}