@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#9edcff;
	margin:0 0 20px 0;
	background-image:url(images/pageBg.jpg);
	background-repeat:repeat-x;	
}

h1, h2, h3{
	margin-bottom:10px;
}

h1{
	color:#063078;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-2px;
	border-bottom:1px solid #4B9BD1;
}

h2{
	color:#559000;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom:1px solid #559000;
	margin-top:20px;
}

h3{
	font-size:14px;
	border-bottom:1px solid #4B9BD1;
	margin-top:15px;
}

a{
	font-weight:bold;
	color:#063078;
	text-decoration:underline;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

p{
	text-align:justify;
	color:#063078;
	font-size:12px;
	margin:10px 0px;
	line-height:15px;
	font-size:12px;
}

table{
	border-collapse:collapse;
}

td{
	color:#063078;
	padding:2px 0;
	vertical-align:top;
	font-size:12px;
}

table.simple td{
	border-bottom:1px solid #063078;
}

li{
	color:#063078;
	font-size:12px;
	margin:5px 0;
}

ul{
	margin-left:20px;
}

#header{
	position:relative;
	width:800px;
	margin:0 auto 10px auto;
	padding:10px 0 0 0px;
	text-align:center;
}

#container{
	width:800px;
	margin:0 auto;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

#containerHead{
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	height:68px;
	width:800px;
	margin:0 auto;
}

#menuArea{
	float:left;
	width:184px;
	background-image:url(images/menuBg.gif);
	background-repeat:repeat-y;
	margin:0 15px 15px 0;
}

#menu{
	margin:0 0px 0 10px;
}

#menu ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}

#menu li{
	margin:0;
	padding:1px 0;
	background-image:url(images/linkline.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:20px;
}

#menu a{
	font-size:16px;
	display:block;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	padding:8px 0;
	letter-spacing:-1px;
}
#menu a:link{
}
#menu a:visited{
}
#menu a:hover{
	color:#063078;
}
#menu a:active{
}


#newsletter{
	background-image:url(images/menuBottom.gif);
	background-repeat:no-repeat;
	height:71px;
	padding:40px 10px 20px 10px;
}

#menuBottom{
	background-color:#ffffff;
	background-image:url(images/leftBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:17px;
}

#content{
	background-color:#E5F5FF;
	float:left; 
	width:585px;
	margin:-40px 0 0 0;
	position:relative;
}

#bottomEdge{
	background-image:url(images/bottomEdge.gif);
	background-repeat:no-repeat;
	height:19px;
}

#footer{
	width:740px;
	margin:0 auto;
	padding-left:60px;
}

#footer p{
	text-align:center;
}

#page{
	padding:0 10px;
	margin-bottom:-15px;
}

.mceContentBody{
	background-image:none;
	background-color:#E5F5FF;
}

.boxTop{
	background-image:url(images/boxTopX.gif);
	background-repeat:no-repeat;
	height:16px;
	margin-bottom:-5px;
}
.boxBottom{
	background-image:url(images/boxBottomX.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:16px;
	margin-bottom:-18px;
}

.floater{
	padding:5px;
	border:1px solid #4B9BD1;
	background:#ffffff;
}

.floater a{
	word-spacing:normal;
}