/* Logo Area */

#HeaderArea {
	margin: 0;
	background-position: top;
	height: 41px;
	position: relative;
	left: 0px;
	top: 0px;
}

#HeaderCenter {
	background-image: url(/css/logo_area.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 778px;
	position: relative;
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: center;
}

TD.toptable {
	background-image: url(/css/bgd.gif);
	background-repeat: repeat-x;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #777777
}

/* END logo area */


/* General Layout */

body
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, serif;
	background-color: #dedede;
	color: #737367;
	background-image: url(/css/bgd.gif);
 }

a:link, a:visited {
	color: #59594F;
	text-decoration: none;
}

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

a:active {
	color: #6329F7;
	text-decoration: none;
}

a.menulink:link, a.menulink:visited, a.menulink:hover, a.menulink:active {
	font-family: Verdana, Tahoma, serif;
	font-size: 8pt;
	font-weight: normal;
}

#maincontent
{
	margin: 0;
	padding: 12px;
	top: 0px;
}

#sidebar
{
	background-image: url(/css/menu_bg.gif);
	background-repeat: repeat-x repeat-y;
	height: 100%;
	width: 195px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	font-weight: normal;
}

#sidebar-top
{
	background-image: url(/css/images/menu_bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 3px 7px;
	margin: 0px;
	border-color: #FFFFFF;
	color: #000000;
}

#sidebar .menu_body
{
	padding: 5px;
	clear: both;
	margin: 0px;
	border-color: #FFFFFF;
	color: #000000;
}

#sidebar .menu_body a
{
	font-weight: normal;
	text-decoration: none;
}

#sidebar .menu_body a:link {
	color: #59594F;
}

#sidebar .menu_body a:visited {
	color: #59594F;
}

#sidebar .menu_body a:hover {
	color: #FF6600;
}

#sidebar .menu_body a:active {
	color: #6329F7;
}

