/* ------------------ default styling ----------------- */

body	{
	margin: 0 auto;
	padding: 0;
	}

body, td	{
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;
	}
	
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}

p	{}

a:link 		{color: #000; font-weight: bold; text-decoration: none;}
a:visited	{color: #000; font-weight: bold; text-decoration: none;}
a:hover 	{color: #000; font-weight: bold; text-decoration: underline;}
a:active	{color: #000; font-weight: bold; text-decoration: none;}

.redtext	{color: #c00;}

.cantseeme	{visibility: hidden;}

.noborder	{border: 0px;}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}

/* ------------------ layout ----------------- */

#container	{
	width: 768px;  
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#header		{
	background: url(../images/header.jpg) no-repeat;
	width: 768px;
	height: 121px;
	margin: 0;
	padding: 0;

	}
 
#main	{ 
	width: 748px;
	margin: 0;
	padding: 10px;

	}

#content	{
	float: left;
	width: 402px;
	margin-left: 10px;
	padding: 10px;
	border: 2px solid #CC9EC2;
	background-color: #F7EEF4;
	}
	
#image	{
	width: 149px;
	float: right;
	padding-left: 5px;
	}
	
#datetime	{float: right;}

#main_bottom	{
	width: 768px;
	height: 25px;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	}	
	
#main_bottom a {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer	{
	background: url(../images/footer.jpg) no-repeat;
	width: 768px;
	height: 69px;
	margin: 0;
	font-size: 9px;
	color: #666;
	}
	
#footer_text {
	width: 390px;
	float: right;
	text-align: right;
	}


/* ------------------ start menu classes for standard menus ----------------- */

#menu {
	width: 763px;
	height: 39px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	color: #000;
	float: left;
	background-image: url(../images/menu.jpg);

	}
					
#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 3px;
	padding-top: 8px;
	height: 30px;
	}	

#menu li {
	display: inline;	
	font-size: 12px;
	background-image: url(../images/menu_left.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	}
	
	
#menu a:link 	{
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;

	
	}
	
#menu a:visited	{
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#menu a:hover 	{
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
#menu a:active	{
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	}
	
			
/* ------------------ ^^ end menu classes for standard menus ^^ ----------------- */
	

/* --------------------^^ start subnav code ^^ ---------------------------------- */

#subnav {
	width: 138px;	
	border: 2px solid #CC9EC2;
	background-color: #580972;
	float: left;
	color: #FFFFFF;
	}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px;

	}	

#subnav li {
	display: block;	
	font-size: 12px;
	width: 138px;
	}
	
	
#subnav a:link, #subnav a:visited, #subnav a:active	{
	color: #fff; 
	display: block;
	width: 135px;
	font-weight: bold; 
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #ffffff;
	}
	
#subnav a:hover 	{
	color: #fff; 
	display: block;
	font-weight: bold;
	background-color: #CC9EC2;
	text-decoration: none;
	}
.newsItem, .newsItemOdd {
	clear: both;
border-bottom: 1px solid #580972;
padding-bottom: 20px;}