/* CSS Document */

body
{
	background-color: #CCCCCC;
}

div#site
{
	background-image: url(/gfx/background.jpg);
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	width: 964px;
}

div#top1
{
	background-color: #2A1963;
}

div#top2
{
	background-image: url(/gfx/top2_background.gif);
	height: 29px;
}

div#top3
{
	background-image: url(/gfx/top3_background.jpg);
	height: 36px;
}

div#sidebar
{
	float: left;
	width: 166px;
}

div.sidebar-item
{
	padding: 10px;
}

ul.sidebar-item
{
	list-style-image: url(/gfx/item.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

a.menu
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

a.menu:hover
{
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}

a.submenu
{
	color: #000000;
	text-decoration: none;	
}

a.submenu:hover
{
	color: #000000;
	text-decoration: none;
}

div.submenu
{
	display: none;
}

td.menu:hover div.submenu
{
	display: block;	
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

table.submenu
{
	background-color: #CCCCCC;
}

div#content
{
	margin-left: 166px;
	padding: 10px;
	width: 772px;
}

div#bottom
{
	clear: both;
}
