/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}

#main_table {

}

body {
	margin:0px;
	background:transparent url(/images/bg_page.jpg) 0 0 repeat-x;
}

#menu_bar {
	margin-left:6px;
	width:175px;
	height:300px;
	float:left;
	border-right:1px solid #006699;
	background:white url(/images/menu_bar_bg.jpg) bottom right no-repeat;
	overflow:visible;
}

.menu_bar_item, .menu_bar_sub_item  {
	padding:2px;
	border-bottom:1px solid #ccc	;
	border-left:3px solid #006699;
	margin-right:10px;
	height:12px;
}

.menu_bar_sub_item {
	border-bottom:1px solid white;
	border-left:3px solid #CCC;
}

#content {
	width:660px;
	border-right:1px solid #006699;
	clear:right;
	padding-right:10px;
	margin-bottom:100px;
	margin-left:10px;
	height:100%;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#006699;
	text-align:right;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#666666;
}



#menu_bar a:link,#menu_bar a:hover, #menu_bar a:visited, #menu_bar a:active {
	color:#333;
	text-decoration:none;
}

#menu_bar a:hover {
	color:#006699;
}

a:link, a:hover, a:visited, a:active {
	color:#006699;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0px solid white;
}

img {
	margin:5px;
	border:1px solid #666666;
}

#logo {
	border:0px solid;
}