
body { font-family:Verdana; font-size:14px; margin:0;}

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

img {
    border: none;
}



#header {
	height:59px;
	width:760px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: rgb(240,240,240);
	background-image: url(bg_head_top.jpg);
}



ul#menu {
	width: 760px;
	height: 43px;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 0px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	padding: 5px 15px 0;
	background-color: #FFF;
	background-image: url(current-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {margin:0 auto; width:760px;}

#mainContent {
	height:auto;
	margin-bottom:5px;
	width: 760px;
}
#sidebar {
	float:left;
	width:200px;
	height:auto;
	margin: 0px;
	background-color: #edeef0;
}
	
#sidebar li a {
	height: 32px;
  	height: 22px;
	text-decoration: none;
	}	
	
#sidebar li a:link, #sidebar li a:visited {
	color: #666;
	display: block;
	padding: 2px 0 0 2px;
	background-image: url(sidebar.gif);
	}
	
#sidebar li a:hover {
	color: #000;
	padding: 2px 0 0 2px;
	background-image: url(sidebar.gif);
	background-position: 0 -32px;
	}

#content {
	margin:0px!important;
	margin:0px;
	height:600px;
	width: 540px;
	padding: 0px;
	float: right;
	background-color: #FFFFFF;
}
#footer {
	clear:both;
	width:760px;
	height:25px;
	background:rgb(225,225,225) url(bg_foot.jpg) no-repeat;
	font-size:12px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
#footer p {line-height:normal; text-align:center; color:rgb(125,125,125); font-weight:normal; font-size:12px;}
#footer p.credits {font-weight:normal;}
#footer a {text-decoration:underline; color:rgb(125,125,125);}
#footer a:hover {text-decoration:none; color:rgb(0,0,0);}
#footer a:visited {color:rgb(0,0,0);}