* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #004a55 url(images/siteBackground.gif) repeat-x left top;
	color: #ffffff;
}
a {
	color:#0192a9;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#0192a9;
	font-size:12px;
	text-decoration:none;
}
#container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD url(images/headerBackground.jpg) no-repeat left top;
	margin-top:72px;
	width:900px;
	height:387px;
	margin-bottom:20px;
}
#logo {
	color:#FFF;
	font-size:36px;
	text-align:right;
	margin-right:40px;
	padding-top:40px;
}
#slogan {
	font-size:12px;
	color:#FFF;
	text-align:right;
	margin-right:40px;
}
#slogan a {
	color:#001279;
}
#sidebar1 {
	float: right; 
	width: 252px; 
}
.sidebarTitle {
	background:#63c895;
	min-height:45px;
}
.sTitle {
	float:left;
	padding:10px;
}
h3 {
	color:#000000;
	font-size:12px;
	padding-top:13px;
}
.sidebarBody {
	background:#0192a9;
	padding:10px;
	margin-top:2px;
	margin-bottom:20px;
}
.sidebarBody li {
	list-style:none;
	margin:10px 0;
	background:url(images/pList.jpg) no-repeat left 3px;
	padding-left:20px;
}
.sidebarBody li a{
	color:#FFF;
}
#mainContent {
  	margin: 0 272px 0 0; /* the left margin will look best if you match the padding amount to the header and footer. */
} 
#footer { 
	background:#0192a9;
	margin:5px 0 20px 0;
	padding:20px;
} 
#footer p {
	text-align:center;
}
#footer a {
	color:#001279;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	padding:244px 0 0 10px;
}
ul#navlist{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	font-size:24px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background:url(images/buttonBackground.jpg) repeat-x left top;
	text-decoration: none;
	padding:14px; 
}
#navlist a:hover {
	color: #fff;
	background:url(images/buttonActive.jpg) repeat-x left top;
	text-decoration: none;
	padding:25px 14px 14px 14px;
}
#navlist #active a {
	color: #fff;
	background:url(images/buttonActive.jpg) repeat-x left top;
	text-decoration: none;
	padding:25px 14px 14px 14px;
}
.pTitle {
	float:left;
	padding:0 10px 0 0;
}
h2 {
	color:#45aa74;
	font-size:12px;
	padding-top:5px;
}