body { 
 font-family: Arial, Helvetica, sans-serif;
 }
 
 h1 {
	font-size: 24px;
	font-weight: normal;
	color: #6a8ca3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6a8ca3;
}
 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #6a8ca3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a8ca3;
}
p {
	font-size:12px;
	}
p.box {
	color:#000;
	line-height:19px;
	text-align:center;
	}
h1.box {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	border:none;
	letter-spacing:2px;
	border-bottom-style:thin;
	border-bottom-width:1px;
	border-bottom-color:#FFF;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	}
dl {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }
dd {
	padding-left:7px;
	line-height:22px;
	}
/* For right and bottom borders to frame content */
#table1 {
	border-bottom-style:solid;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#1c537c;
	}
/*Border for boxed image*/
#table2 {
	border-top-style:dotted;
	border-top-width:2px;
	border-color:#1c537c;
	}
/*For the hyperlinks */
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0033CC;
	}
a:visited {
	color:#666666;
	}
a:hover {
	color:#009900;
	}

/* For the navigation bar */
ul { 
	list-style-type:none;
	margin:1px;
	padding:3px 3px 0px 3px;
	width:160px;
	border:0px;
	}
li{
	font-size:13px;
	background:#5891bc;
	margin-left:4px;
	margin-bottom:5px;
	padding: 2px 2px;
	border:0px;
	}
li a a:visited a:hover {
	display:block;
	padding:2px 10px;
	}
li a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
li a:visited {
 	color:#FFFFFF;
	}
	
li a:hover {
	color:#FFF;
	background-color:#66CCFF;
	width:135px;
	padding:1px;
	}

ul li {
	font-size:12px;
	text-transform:uppercase;
	}
ul li ul {
	text-transform:none;
	}
ul li ul li {
	font-weight:normal;
	text-transform:none;
	background:#5891bc;
	}
	
#current a {
	color:#FFF;
	background:#333;
	padding: 1px;
	}
/* Container for front page news */
#container {
	width:160px;
	border: 1px solid #009900;
	padding: 2px;
	}
#header {
	background-color:#009900;
	padding:4px;
	}
#conttext {
	padding:2px;
	}
/*Table for contests */
#contest {
	border:0;
	border-collapse:collapse;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px;
	}
th.contest {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color:#009900;
	padding:3px;
	}
td.contest {
	background-color:#EAEAEA;
	border-style:solid;
	border-width:1px;
	border-color:#000033;
	}	