ul#menu
		{
		top: 112px;
		padding-bottom:0px;
		height: 24px;
		list-style:none;
		margin-bottom: 0px;
		border-right: 4px;

		
		}
		ul#menu li
		{
		float:left;
		height: 24px;
		background:url(images/img3.gif);
		text-align:center;	
		margin-bottom: 5px;
		padding-bottom:5px;
		padding-right:5px;
		
		}
		ul#menu li.active
		{
		background:url(images/img3.gif);
		text-align:center;
		color:#ffffff;
		margin-bottom: 0px;
		}
		ul#menu li.active a
		{
		color:#ffffff;
		}

		ul#menu li a
		{
		display: block;
		float: left;
		font-family:Verdana, Tahoma;
		font-size:14px;
		font-weight: bold;
		color: #ffcc00;
		text-decoration: none;
		width:150px;
		height:24px;
		text-align:center;
		padding-top:8px;
		
		}
		ul#menu li a:hover
		{
		text-decoration:none;
		background:url(images/img4.gif);
		width:150px;
		height:20px;
		text-align:center;
		color: #ffffff;
		vertical-align:text-top;
		}
		#list-menu {width: 143px;
}
#list-menu {
width: 180px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
} 
#list-menu li {
margin: 0px 0px 0px 2px;
} 
#list-menu a {
display: block;
width:200px;
padding: 9px 30px 7px 10px;
border: 0px solid #1085e4;
border-style:solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none; /*lets remove the link underlines*/
color: #000000;


} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}


.list-menu a:active{
background: #ffffff;
border: 0px solid #107802;
border-style:dotted;
}

.list-menu a:visited{
background: #ffffff;
border-bottom: 0px solid #107802;
border-style:dotted;
}

#list-menu a:hover {
border: px solid #1085e4;
border-style:solid;
background:;
color: #ffffff;
width:200px;
text-decoration:none;

} 

 .rightcontainer {
background-color:#efefef;
border:1px solid #000000;
color:#868686;
margin-bottom:2px;
margin-top:0px;
margin-left:3px;
margin-right:3px;
padding:3px;
vertical-align:top;

} 

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 10px 0px 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}

#sidebar li li a {
	margin: 0px;
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat left 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration:underline;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5E510E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 20px;
}

#table {
	border: 1px dashed #000000;

