/* CSS Document */

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	background: white url(images/pixel_line.gif) repeat-x fixed;
}


img { 
	border: 0;
}


ul { 
    list-style: none; 
}


A:visited {
	COLOR: #009832; TEXT-DECORATION: none;
}

A:link {
	COLOR: #009832; TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #facf4f; TEXT-DECORATION: underline;
}




/*****************************
* MAIN DIVS
*****************************/

#contentcenter {
	
	width: 800px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	text-align:
	background: white;
	background: white;
}

/*<group=top navigation>*/

#header {
	height: 106px;
	background: white;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(images/header.jpg) no-repeat 0px 0px;
}

.showdate {
	width: 170px;
	height: 50px;
	margin-right: 20px;
	margin-top: 69px;
	float: right;
}	

#banner {
	height: 60px;
	background: white;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(images/banner.jpg) no-repeat 0px 0px;
}


#main {
	height: auto;
	background: white;
	margin: 0;
	padding: 0;
	width: 800px;
}



.leftcolumn {
	position:relative; top:0; left:0;
	width: 150px;
	height: auto;
	background: ;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin-left: 0px;
	float: left;
	font-weight: bold;
}

.rightcolumn {
	width: 600px;
	height: auto;
	background: ;
	padding: 0px 10px 0px 10px;
	margin-left: 0px;
	float: left;
}



.footer {
	width: 800px;
	height: 53px;
	background: url(images/footer.jpg) no-repeat 0px 0px;
	clear: both;
}

    p.p1 {font-size: 25px ; color: #464646}
    p.p2 {font-size: 18px ; color: #8C8C8C}
    p.p3 {font-size: 12px ; color: #8C8C8C}
    p.p4 {font-size: 12px ; color: #000000}
    p.p5 {font-size: 16px ; color: #8C8C8C}
	p.p6 {font-size: 10px ; color: #000000; 
	font-weight: bold; 
	line-height:15px ; 
	text-decoration: none; 
	text-transform: uppercase; 
	padding-bottom: 2px }
	p.p7 {font-size: 10px ;}




#navcontainer {
	margin: 0;
	padding: 2;
	width: 800px;;
	font-size:12px ;
	line-height:19px;
	background: url(images/menu.jpg) no-repeat 0px 0px;
}

/*<group=Navigation>*/

ul#navlist
{
white-space: nowrap;
	color: white;
	margin: 0;
	padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px  4px; }

#navlist a:link, #navlist a:visited
{text-decoration: none;
	color: white;
	letter-spacing: 0.em;
}

#navlist a:hover
{text-decoration: none;
	color: #ccffcc;
}

#navlist a:active
{text-decoration: none;
	color: red;
}











