body, html {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#F1F8FA;
}

#page {
	width: 800px;
	margin: auto; 
	text-align:center; 
}

#pagecontent {
	width:800px;
	text-align:left;
	background:#F1F8FA;
}

#header {
	height:216px;
	width:800px;
	background-image:url(../images/headerbackground.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	color:#FFFFFF;
	font-size:38px;
	font-weight:bold;
	padding:45px 0px 0 40px;
}
#header h2 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:20px 0px 0 40px;
}

 #left {
	width:160px;
	padding:0px 0px 0px 0px;
	background-color:#80B8D5;
	float:left;
}   
#left .Title {
	background:#31759C;
	height:30px;
}
#left .Title h3 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:6px 10px;
}

#left ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#left li {
	padding-left:10px;
	margin-left:0px;
	padding-bottom:3px;
	list-style:none;
	font-size:13px;
    line-height:20px;
 
}
#left a {
	display: block;
    width:auto;
	background-color: #80B8D5;
	margin:5px 10px 5px 10px;
    border-bottom: 1px dotted #31759C;
    }
 
#left li a:link {
	text-decoration:none;
	color:#ffffff;
}

#left li a:visited {
	text-decoration:none;
	color:#ffffff;
}

#left li a:hover {
	background-color: #C7E4F3;
	color:#000000;
}

#left li a.current {
	color:#00000;
}
#left .extras marquee {
 font-size:9px;
 font-weight:bold;
 padding:10px 10px 0px 10px;
 color:#ffffff; }
 
#left .extras p {
 font-size:9px;
 padding:0px 10px 10px 10px;
 text-align:justify;
 color:#ffffff; }
   

#center {
	width:440px;
	padding:8px 8px 8px 8px;
	background-color:#F1F8FA;
	float:left;
}

#center h1 {
	color:#15190A;
	font-weight:bold;
	font-size:18px;
    }

#center h2 {
	color:#15190A;
	font-weight:bold;
	font-size:14px;
	}

#center p {
	margin-top:10px;
    line-height:150%;
}
#center ul {
    list-style:disc;
    padding-left:45px;
    line-height:180%;
    font-size:11px;
    font-weight:bold;
    }
    
#center a:link {color:#173374; text-decoration:underline}
#center a:visited {color:#173374; text-decoration:underline}
#center a:hover {color:#173374; text-decoration:none}

#right {
	width:170px;
	padding:8px 0px 0px 0px;
	float:left;
    background-color: #F1F8FA;
}
#right p {
	margin-top:0px;
	margin-bottom:10px;
}

#footer {
	width:800px;
	margin:auto;
    height:56px;
	background:url(../images/menuBackground.gif) repeat-x;
    float:left;
    text-align:center;
}
#footer p {
	padding-top:10px;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
	background:#C7E4F3;
