body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#82A6D2;
}

a:link{ color: #139A51; text-decoration: underline;}
a:visited { color: #139A51; text-decoration: underline;}
a:hover { color: #139A51; text-decoration: underline;}

img {
	border:0;
}

h1 {
	color:#82A6D2;
	font-weight:bold;
	font-size:11px;
}

h2 {
	color:#82A6D2;
	font-weight:bold;
	font-size:11px;
}

h3 {
	color:#82A6D2;
	font-weight:bold;
	font-size:11px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

#container {
	width: 995px;
	margin:0 auto;
	padding: 0 0 0 15px;
	background:url(../images/body-background.gif) repeat-y center;
}

#main {
	float:left;
	width:980px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
}

#header {
	float:left;
	width:980px;
	height:162px;
	background:url(../images/header.jpg) no-repeat;
}

#leftArea {
	float:left;
	width:230px;
	background-color:#D3DDE8;
	border:solid 1px #034EA2;
	padding:10px 10px 10px 10px;
	margin:10px 0 0 10px;
}

#mainArea {
	float:right;
	width:680px;
	margin:10px 0 0 10px;
}

#pageHeading {
	float:left;
	height:45px;
}

#navigation {
	float:left;
	width:670px;
	height:35px;
	text-align:right;
}
#navigation a { font-weight:bold; margin:0 10px 0 0; }
#navigation a:link{ color: #000; text-decoration: none;}
#navigation a:visited { color: #000; text-decoration: none;}
#navigation a:hover { color: #000; text-decoration: underline;}

#contentLeft {
	float:left;
	width:323px;
}

#contentRight {
	float:right;
	width:310px;
	margin:0 10px 0 0;
}

#boxContent {
	float:left;
	width:285px;
	border:solid 1px #034EA2;
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;
}

#footer {
	float:left;
	width:980px;
	border-top:solid 2px #82A6D2;
	text-align:center;
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
}
#footer a { margin:0 5px 0 5px; }
#footer a:link{ color: #139A51; text-decoration: underline;}
#footer a:visited { color: #139A51; text-decoration: underline;}
#footer a:hover { color: #139A51; text-decoration: underline;}
