/*
{
	border: 1px solid black;
}*/
body
{
	behavior:url('csshover.htc.php');
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 750px;
	font-family: georgia, serif;
}

#container
{
	margin: 1em auto;
	width: 750px;
	padding: 0px;
}

#titleBar
{
	width: 750px;
	height: 172px;
	background: url("images/header.jpg");
}

#content *, #body *
{
	margin: 0px;
}

#body
{
	width: 748px;
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu
{
	float: left;
	width: 110px;
	margin-top: 40px;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	margin-left: -40px !important;
	margin-left: 0px;
	width: 110px;
	height: 30px;
	text-align: center center;
	font-weight: bold;
	color: #555;
}

#menu .root, #menu .hide
{
	background: url("images/button.jpg");
	background-repeat: no-repeat;
	position: relative;
}

#menu .root:hover, #menu .hide:hover
{
	background: url("images/button_down.jpg");
	background-repeat: no-repeat;
}

#menu ul ul
{
	display: none;
}

/*crazy hack for ie7*/
#menu ul li ul
{
	/*width: 70px; */
	text-align: left;
}

#menu li:hover ul
{
	display: block;
	background: #00cafc;
	border: 1px solid black;
	position: absolute;
	top: 0px;
	left: 110px;
}

#menu li:hover ul li
{
	border-bottom: 1px solid black;
}

#menu li:hover ul li:hover
{
	background: #4bdefe;;
}

#menu a
{
	text-decoration: none;
	color: #555;
	font-weight: bold;
	position: relative;
	top: 5px;
}

#content_border
{
	width: 635px;
	text-align: left;
	height: 50px;
	margin: 0px 0 0 113px !important;
	margin: -310px 0 0 113px;
	background: url("images/content_border_test.gif");
}

#content
{
	width: 635px;
	height: auto;
	margin: 0px 0 0 113px;
	background: #deecf3;
	text-align: left;
	font-size: 0.9em;
}

#content ul
{
	margin-left: 0px !important;
	margin-left: 50px;
}

#content dl{margin-left: 100px;}
#content dt{padding-left: 12px; background: url("images/arrow.gif") center left;background-repeat: no-repeat;}
#content dd{margin-left: 15px; padding-bottom: 10px;}
#content img{margin-left: 80px; border: 1px solid #000;}

#main_bottom
{
	height: 40px;
	margin-top: 0px;
	background: url("images/main_bottom.gif") no-repeat bottom left;
}

h1{font-size: 1.5em;text-align: right;color: #999;}
#content_border h2{font-size:1.2em;color: #999;padding-left: 50px;}
