body	{
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;

	}
	
#menu	{
	width: 220px;
	float: left;
	background-image: url(images/menubg.jpg);
	height: 1800px;
	background-repeat: no-repeat;
	background-color: #000059;
	margin-left: 0px;
	padding-left: 0px;
	
	}
	
#menu ul{
	list-style-type: none;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	color: white;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 100px;

	}

#menu li{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	color: white;
	margin-right: 120px;
	margin-left: 0px;
	padding-left: 0px;

	font-weight: bold;
	}

#content {
	width: 70%;
	position: absolute;
	left: 240px;
	text-align: left;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	}

#leftcol {
	width: 48%;
	Position: relative;
	float: left;
	display: inline;
	}

#rightcol {
	width: 48%;
	Position: relative;
	float: right;
	display: inline;
	}

#bottom {
	
	Position: relative;
	clear: both;
	display: block;
	}
	
#news {
	Position: relative;
	clear: both;
	display: block;
	background-color: #FFFF99;
	padding: 5px;
	margin-top: 10px;
	}
	

#content h1 {
	
	font-size: 15px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCCCCC;
	color: #4761AD;
	}

#content h2 {
	font-size: 13px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCCCCC;
	color: #4761AD;
	
	}

#content h3 {
	
	font-size: 12px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCCCCC;
	}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCCCCC;
	font-size: 11px;
	margin-top: 15px;
	
	}
	
#imageleft {
	float:left;
	margin-right: 20px;
	}
	
#imageright {
	float:right;
	margin-left: 20px;
	}
	
A:link {
	color: #4761AD; 
	
	}

A:visited {
	color: #4761AD;
	
	}

A:active {
	color: #4761AD;
	}


A:hover {
	color: #4761AD;
	text-decoration: underline; 
	
	}

#menu A:link {
	color: white; 
	text-decoration: none; 
	
	}

#menu A:visited {
	color: white;
	text-decoration: none; 
	}

#menu A:active {
	color: #6699CC;
	text-decoration: underline; 
	}

#menu A:hover {
	color: #6699CC;
	text-decoration: underline;
	}



#leftcol A:link, #rightcol A:link {
	color: #333;
	text-decoration: none; 	
	}

#leftcol A:visited, #rightcol A:visited {
	color: #333;
	text-decoration: none; 
	}

#leftcol A:active, # rightcol A:active {
	color: #333;
	text-decoration: none; 
	}

#leftcol A:hover, #rightcol A:hover {
	color: #333;
	text-decoration: underline;
	}