body {
	margin: 0;
	font-size: 125%;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial;
	background:url(img/bg.jpg);	
	background-color: #32347F;
	background-repeat: repeat;
}

/*template*/
#page {
	width:780px; 
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	margin-top:80px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url("img/body.jpg") no-repeat center #32347F;
	}

.menu {float:left; position: relative; top:140px; left: 20px; width:300px;}
.maincontent {float:left; position: relative; top:150px; left: 26px; }

#menu ul, #menu li {
float:left;
height:1.5em;
text-decoration:none;
color:black;
list-style-type:none;list-style-image:none;
}	

img {border:0;}

h1 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none;}
#links ul, #links li {color: #FFFFFF;font-size:10px; border:0;margin:0;padding:0;list-style-type:none;list-style-image:none;}

a         {color: #FFF9AD;text-decoration: none}
a:visited {color: #FFF9AD;text-decoration: none}
a:hover   {color: #FFFFFF;text-decoration: underline}
a:active  {color: #FFF9AD;text-decoration: none}

.date {font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;}

.title {font-family: Arial, Helvetica, sans-serif;  color: #FFFFFF; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:link {color: #996633; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:visited {color: #996633; font-size: 12px; font-weight: bold; text-decoration: none;;}
.title a:active {color:#996633; font-size: 12px; font-weight: bold; text-decoration: none;}
.title a:hover {color:#996633; font-size: 12px;font-weight: bold; text-decoration:underline;}

.subtitle {color: #996633;font-size:10px; font-weight: bold;}