* {
	margin: 0;
	padding: 0:
}

html {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.5em;
}

body   {
	background-color: #dee7f1;
}

#header {
	width: 962px;
	border-right:   1px solid black;
	border-bottom:   1px solid black;
}

#headerContent {
}

#nav  {
	width: 160px;
	float: left;
}

#navContent  {
	padding: 20px; 
	line-height: 1.8em;
}


#main  {
	background-color: #ffffff;
	width: 781px;
	margin-left: 180px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}


#mainContent  {
	padding: 20px;
}

h1,h2,h3,h4,h5,h6 {
	color: #3d6591;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #3d6591;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000000;
}

.clear {
	clear: both;
}

