@charset "utf-8";
/* CSS Document */
body {
	margin:2em auto;
	background:#000000;
	color:#353535;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#64748B;
	text-decoration:underline;
}

img {
	padding:0;
	border:none;
}

h1{
	color:#000000;
	font-size:18px;
	margin:0;
	padding:0;
	line-height:1.4em;
}

h2 {
	color:#000000;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.4em;
}

h3 {
	color:#996600;
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.4em;
}


ul {
	margin: 0;
	padding: 0;
	list-style-type:square;
}

li { margin: 0 16px; }

#body-wrap {
	margin:auto;
	width:964px;
	height:inherit;
	background:url(elements/body-bg.gif) repeat-y;
}

#header {
	margin:auto;
	width:964px;
	background:url(elements/header-bg.jpg) top left no-repeat;
	height:120px;
}

#navcontainer { 
	margin-left:8px;
	padding:10px 0;
	float:left;
	width: 180px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 100%;
	color:#FFFFCC;
	text-decoration: none;
}

#navcontainer a:hover {
	color:#996633;
	background-color:#CC9900;
	text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 165px;
	color: #FFFFCC;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color:#996633;
	background-color:#CC9900;
	text-decoration: none;
}

#main-content {
	padding:2em 1.5em 8px .5em;
	color:#353535;
	width:700px;
	float:right;
	line-height:1.4em;
	text-align:justify;
}

#footer {
	clear:both;
	margin:auto;
	width:964px;
	height:10px;
	background:url(elements/footer-bg.gif) left bottom no-repeat;
	
}
