/**
 * Style default
 */

body {
	margin: 0;
	padding: 0;
	background: none #f2f2f2;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	overflow-y:auto;
}

#container {
	margin: 0 auto;
	background: url(/images/container.back.png) repeat-y  #fff 0 0;
	padding:0 20px;
	width:1006px;
	border-left:#f2f2f2 3px solid;	
	border-right:#f2f2f2 3px solid;	
	
}

#header {
	height: 211px;
	margin: 0 auto;
	background: url(/images/header.png) no-repeat;
	width: 999px;
	float:left;
	border-bottom:4px solid #fff;
}

#main {
	float:left;
	background: url(/images/back.png) no-repeat bottom left;
	_height: 325px;
	min-height: 325px;
	width:999px;
	margin:0;
	padding:4px 0;
}

#menu {
	width: 244px;
	float:left;
	margin-right: 11px;
}

#menu ul {
	list-style:none;
}

#menu ul li a {
	color: #BECBD3;
	font-size:12px;
	font-weight:bold;
	background: url(/images/menu.back.png) no-repeat transparent 0 2px;
	padding:0 0 0 24px;
	display:block;
	line-height:24px;
}

#menu ul li.selected a{
	color: #00324D;
	background: url(/images/menu.back.selected.png) no-repeat transparent 0 2px;
}

#menu ul li.selected ul a{
	color: #BECBD3;
	font-size:12px;
	font-weight:bold;
	background: url(/images/menu.back.png) no-repeat transparent 0 2px;	
}

#menu ul li.selected ul li.selected a, 
#menu ul li ul li.selected a{
	color: #00324D;
	background: url(/images/menu.back.selected.png) no-repeat transparent 0 2px;
}

#content {
	float:left;
	width:734px;
}

h1 {
	border-bottom:1px solid #BFCCD4;
	color:#E38702;
	font-size:14px;
	margin:0;
	padding:4px 0 3px 8px;
	font-weight:bold;
}

h2 {
	border-bottom:1px solid #BFCCD4;
	color:#E38702;
	font-size:13px;
	margin:0;
	padding:4px 0 2px 8px;
}

h3 {
	border-bottom:none;
	color:#E38702;
	font-size:12px;
	margin:0;
	padding:4px 0 0 8px;
}

p {
	padding:2px 0 2px 8px;
}

#footer
{
	height: 36px;
	margin: 0 auto;
	background: url(/images/footer.png) repeat-x;
	width: 993px;
	
	text-align:center;
	font-size: 14px;
	color: #00334B;
	font-weight:bold;
	float:left;
	line-height: 36px;
	border-top:4px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

.clear {
	clear: both;
}
