body {
	background : #4f7591;
	margin : 0;
	padding : 0;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1 {
	font-family : "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 3em;
}

h2 {
	font-family : "Trebuchet MS", Trebuchet, Helvetica, sans-serif;	
	font-weight : normal;
	font-size : 2em;
}

h3 {
	font-family : "Trebuchet MS", Trebuchet, Helvetica, sans-serif;	
	font-weight : bold;
	font-size : 1.5em;
}

p {
	font-family : Verdana, Arial, Sans-Serif;
	font-weight : normal;
	font-size : 1.1em;
}

#divPage {
	text-align : center;
	margin : auto;
	width : 860px;
	min-height:800px;
	height:800px;
}

div.contentBG1 {
	background : url(../images/bg.jpg);
}

div.contentBG2 {
	background : url(../images/bg2.jpg);
}

div.contentBG3 {
	background : url(../images/bg3.jpg);
}

div.contentBG4 {
	background : url(../images/bg4.jpg);
}

#divPage #divBody {
   height:auto;
}

#divBody {
	padding-top : 200px;
}

#divPanel {
	width : 760px;
	margin : auto;
	text-align : left;
}

#divNav {
	float : left;
	background : yellow;
	background : #666;
	margin : 0;
}

#ulNavigation {
	font-family : Verdana, Geneva, sans-serif;
	font-size : 1.1em;
	display : block;
	margin : 0;
	padding : 0px;	
}

#ulNavigation li {
	display : block;
	float : left;
	list-style-type : none;
	padding : 0px;
	border-right : 1px solid #CCC;
}

#ulNavigation li a {
	display : block;
	padding : 20px 10px 10px 10px;
	color : #333;
	text-decoration : none;		
}

#ulNavigation li a:hover {
	background-color : #CCC;
	color : #000;
}

#divContent {
	width : 760px;
	clear : both;
	float : left;
	background : #4f7591;
	min-height:280px;
	height:auto !important;
	height:280px;
}

#divContentInner {
	padding : 1em;
	margin-top : 0;
}

#divContentInner a {
	color : #CCC;
	text-decoration : none;
	border-bottom : 1px dashed #CCC;
	font-weight : bold;
}

#divContentInner a:hover {
	background-color : #CCC;
	color : #000;
}

ul.sites {
	font-family : Verdana, Arial, Sans-Serif;
	font-weight : normal;
	font-size : 1.1em;
	line-height : 1.7em;
}