
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #346083;
	background: url("bg.jpg");
	margin: 0 0 10px 0;
}

a:link, a:visited, a:active {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {
color: #346083;
font-weight:600;
font-size: 1.0em;
padding: 0px 50px 10px 0px;
margin-right: 30px;
}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("bg.jpg");
}

#banner {
	text-align: left;
	height: 162px;
	border: 0px solid #000;
	background: url("logo_bg.jpg") repeat-x;
}

#content {
	font-size: 1.0em;
	margin-left: 0px;
	line-height: 150%;
	margin-top:0px;
	padding: 0px 400px 60px 80px;
	text-align: left;
	clear: right;
	background: url("planning.jpg") no-repeat bottom right;
}

#content li {
	font-size: 1.0em;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */


#footer { 
text-align: center;
	font-size: 14px;
	color: #346083;
	border-top: 0px solid #555;
	padding: 25px 0px 5px 0px;
	clear: both;
	background: url("navi_bg.jpg") repeat-x;
	height: 86px;
}

#footer a { 
text-decoration: none;
}

#madeby { 
text-align: center;
font-size: 10px;
color: #346083;
text-decoration: none;
margin-top: -40px;
}

#madeby a{ 
color: #346083;
text-decoration: none;
}


#navContainer {
width: auto;
display:block;
height: 86px;
padding: 0px;
margin:0px;
background: url("navi_bg.jpg") repeat-x;
clear:both;
}

ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav {
	padding:0;
	margin: 0px 0px 0px 80px;
}
#nav ul {
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	font-size: 14px; 
	text-transform: uppercase;
	width: 990px;
	position: relative;
}
#nav ul li {float: left; padding: 0; margin:0; color:#346083; text-align: left; font-weight: bold;
	border: 0px solid #555;
}
#nav ul li a {display: block; color:#346083;  font-weight: bold;
margin: 23px 30px 0px 0px;
border: 0px solid #555;
text-decoration: none;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { color: #4b4c4d;}
#nav li a:active, #nav ul li a.active { color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #fff;}
#nav li.menu-current a		{font-weight: bold;} 
