a:hover {
       text-decoration:underline;
}

a: {
	color: #0000CC;                             /* --- change the link color here --- */
	text-decoration:none;
	}

body {
	background-color: #336699 ;          /* --- change the behind the page color here --- */
	margin: 0;
	padding: 0; 
        /* --- Netscape 4, and IE 4 - 6(quirks mode) add a text-align on the body to center --- */
	text-align: center;
	}

#area_page {
	text-align: left;
	padding: 0;
        /* --- following three lines make the page a fixed width and centered --- */
	width: 1009px;
	margin-left: auto;
	margin-right: auto;
	}

#area_banner {
	width: 1009px;
	height: 162px;
	margin: 0;
	padding: 0;
	}

#pagebody{
	margin: 0px;
	padding: 0;
	background-color:#FFFFFF;             /* must match background color of area_content */
	overflow:hidden;
	width:1009px;
}

#area_content1{
	background-color:#FFFFFF;
	width:809px;
	border-left:200px solid #739CD0;        /* The width and color of the side menu */
	margin-left: -200px;
	float:right;
}

#area_content2{
	position: relative;
	left: 10px;
	top: 10px;
	background-color:#FFFFFF;
	width:789px;
	margin-bottom: 20px;
}

#area_side1{
	width:200px;
	float:left;
	background-image : url(/images/menutop1.jpg);
	background-repeat: no-repeat;
	background-color: #739CD0;             /* must match border color of area_content */
}


#area_side2{
	width:190px;
	float:left;
	position: relative;
	left: 5px;
	top: -5px;
}

#area_side2 a {
	color: #FFFFFF;
	}

