body {
	background: #FFFFFF url(/images/bg2.gif) repeat-x;
	margin: 0px;
	border: none;
	padding: 0px;
	}

/* Type Styles 
** ------------------------------- */
h1 {
	font-family: arial,verdana,helvetica,lucidia;
	font-size: 18px;
	color: #66CC33;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	border: none;
	padding: 0px;
	}

h3 {
	font-family: arial,verdana,helvetica,lucidia;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select, a, .content, .contentb, .ghost, .error, .white {  
	font-family: verdana,helvetica,arial,lucidia, sans-serif;
	font-size: 11px;
	color: #000000;
	}
a             {color: #0000ff; text-decoration:underline;}
a:Visited     {color: #9900cc; text-decoration:underline;}
a:Active      {color: #ff6600; text-decoration:underline;}
a:Hover       {color: #ff6600; text-decoration:none;}

.ghost {
	font-family: verdana,helvetica,arial,lucidia, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.white {
	font-weight: bold;
	color: #FFFFFF;
	}
a.white             {color: #FFFFFF; text-decoration:none;}
a.white:Visited     {color: #FFFFFF; text-decoration:none;}
a.white:Active      {color: #FFFFFF; text-decoration:none;}
a.white:Hover       {color: #99FF66; text-decoration:underline;}


/* Body Areas 
** ------------------------------- */
#footer {  
	/*width: 100%;*/
	margin: 25px 0px 0px 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	background-color: #EEEEEE;
	padding: 15px;
	text-align: center;
	}

/* Home Page News
** ------------------------------- */
.newsholder {
	width: 100%;
	margin: 3px;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #eeeeee;
	display: block;
	}
.newsholder img {
	width: auto;
	border: 0px;
	padding: 0px 3px 0px 0px;
	display: block;
	float: left;
	}
.newscontent {
	width: auto;
	font-family: verdana,helvetica,arial,lucidia, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	border: 0px;
	padding: 5px;
	display: block;
	}
.newsdivider {
	font-size: 1px;
	margin: 0px; 
	border: none; 
	padding: 0px;
    clear: both; 
    height: 0; 
    width: auto;
	}