/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5a5a5a;
	background-image:url(../art/Background.gif);
	background-repeat:repeat-x;
}
a{
	color:#582bc6;
	text-decoration:none;
}
#page{
	width:800px;
	background-image:url(../art/LeftNav_bg.jpg);
	background-repeat:repeat-y;
}
#header_container{
	width:800px;
}
#header_top{
	width:760px;
}
#header_bottom{
	height:40px;
	width:760px;
	background-image:url(../art/BannerBottom.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#body_container{}
#navigation{
	width:170px;
	float:left;	
}
#navigation a{
	color:#ffffff;
	font-size:10px;
}
#navigation div.out{
	width:123px;
	height:15px;
	padding:2px 0 0 10px;
	margin:0 0 -1px 0;
}
#navigation div.over{
	width:123px;
	height:15px;
	padding:2px 0 0 10px;
	margin:0 0 -1px 0;
	background-color:#5a00c6;
}
#main_container{
	width:630px;
	float:left;
	clear:none;
	padding:0 0 0 0;
	margin: 0;
}
#main_content{
	width:630px;
	clear:both;
	padding:0 0 0 0;
}
#footer{
	width:800px;
	clear:both;
}
/*
text="#696969" link="#582BC6" vlink="#582BC6" alink="#582BC6"
*/
