body 			{
		     	background-color: #fff;
		     	color: #000;
				font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
				font-size: 0.85em;
				margin-top: 5px;
				text-align: justify;
				}
	
#wrapper 		{
				}
			
#leftcol 		{
				width: 260px;
				padding: 5px;
				}
			
#rightcol		{
				padding: 5px;	
				}
			
#footer			{
				border-top: 2px solid #000;
				color: #000000;
				height: 116px;
				margin-top: 20px;
				padding-top: 10px;
				}
			
.footercontent	{
				float: left;
				margin-right: 20px;
				margin-left: 5px;
				color: #000;
				}
			
h1				{
				font-size: 1.4em;
				color: #000;
				}
			
h2				{
				font-size: 1.1em;
				color: #FF690B;
				margin: 0px;
				padding: 0px;
				}
			
p				{
				margin-top: 0px;
				line-height: 23px;
				text-align: justify; 
				}
			
.clear			{
				clear: both;
				}
				
img			{
				display: none;
				}



a:link, a:visited, a:active
				{
				color: #000;
				text-decoration: none;
				font-weight: bold;
				background-color: transparent;
				}

a:hover
				{
				background-color: #333999;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				}


/* MENU STYLE	 */			
#vertmenu {
width: 240px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 1.1em;
display: block;
border-bottom: 1px solid #000;
padding: 10px;
text-decoration: none;
color: #000;
width: 240px;
font-weight: bold;
background-color: transparent;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
