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

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

body{
	background-color:#E2E2E2;
	margin:13px 0;
}

h1{
	color:#202020;
	background-image:url(images/heading.gif);
	background-repeat:no-repeat;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	padding:0 0 0 10px;
}

h2{
	font-size:18px;
	color:#51b948;
	margin:10px 0;
}

h3{
	font-size:14px;
	color:#202020;
	margin:10px 0;
}


h4{
	color:#202020;
	background-image:url(images/heading2.gif);
	background-repeat:no-repeat;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	padding:0 0 0 10px;
}


h5{
	color:#202020;
	background-image:url(images/heading3.gif);
	background-repeat:no-repeat;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	padding:0 0 0 10px;
}

h6{
	color:#202020;
	background-image:url(images/heading4.gif);
	background-repeat:no-repeat;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	padding:0 0 0 10px;
}



p, li{
	color:#202020;
	margin:10px 0;
	font-size:11px;
	line-height:13px;
}

a{
	color:#51b948;
	text-decoration:underline;
	font-weight:bold;
}

a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

ul, ol{
	margin-left:10px;
	padding-left:10px;
}

li{
	line-height:11px;
	margin:3px 0;
}

#container{
	position:relative;
	width:760px;
	height:1%;
	margin:0 auto;
	background-color:#ffffff;
	padding:10px 10px 1px 10px;
}

#header{
	border-bottom:2px solid #E2E2E2;
	margin:0 0 8px 0;
	height:1%;
}

#header p{
	float:right;
	margin:0 10px 10px 0;
	color:#A8A8A8;
}

#header a{
	color:#A8A8A8;
	text-decoration:none;
	font-weight:normal;
}

#leftSide{
	float:left;
	margin:0 7px 0 0;
	width:215px;
}

#rightSide{
	float:left;
	width:536px;
}

.mceContentBody{
	background-color:#ffffff;
}

#rightSide p, .mceContentBody p{
	margin:10px;
}

#rightSide ul, #rightSide ol, .mceContentBody ul, .mceContentBody ol{
	margin-left:20px;
}

#menu{
	position:relative;
	background-color:#51b948;
	padding:5px;
	width:206px;
	height:1%;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	margin-left:5px;
	background-image:url(images/dottedHoriz.gif);
	background-repeat:repeat-x;
	line-height:14px;
	position:relative;
}

#menu a{
	background-image:url(images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
	display:block;
	width:185px;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	padding:3px 0px 1px 15px;
	text-decoration:none;
}

#menu a:link{
}
#menu a:visited{
}
#menu a:hover{
	font-weight:bold;
}
#menu a:active{
}

.list{
	position:relative;
	background-color:#D7D7D8;
	padding:5px;
	width:206px;
	height:1%;
	margin:10px 0;
}

.list h3{
	background-color:#A0A0A1;
	color:#ffffff;
	margin:-5px;
	padding:5px;
	border-bottom:1px solid #ffffff;
}

.list ul{
	margin:0;
	padding:0;
	list-style:none;
}

.list li{
	margin-left:5px;
	background-image:url(images/dottedHoriz2.gif);
	background-repeat:repeat-x;
	line-height:14px;
	position:relative;
}

.list a{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
	display:block;
	width:185px;
	color:#1A1A1A;
	font-size:12px;
	font-weight:normal;
	padding:3px 0px 1px 15px;
	text-decoration:none;
}

.list a:link{
}
.list a:visited{
}
.list a:hover{
	text-decoration:underline;
}
.list a:active{
}

#footer{
	background-color:#EEEEEE;
	position:relative;
	padding:1px 0px 0;
	margin:10px 0 10px 0;
	width:760px;
	height:1%;
}

#footer a{
	text-decoration:none;
	font-weight:normal;
	color:#555555;
}
#footer a:hover{
	text-decoration:underline;
}

.pager{
	text-align:center;
	word-spacing:15px;
}

.pager a{
	word-spacing:normal;
}

table{
	border-collapse:collapse;
}

td{
	font-size:12px;
	padding:2px 3px;
}


.corner{
	position:absolute;
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}

/*CONTAINER*/
#a{
	top:0;
	left:0;
	width:10px;
	height:10px;
	background-image:url(images/topLeftCorner.gif);
}

#b{
	top:0;
	right:0;
	width:10px;
	height:10px;
	background-image:url(images/topRightCorner.gif);
}

#c{
	bottom:0;
	left:0;
	width:10px;
	height:10px;
	background-image:url(images/bottomLeftCorner.gif);
}

#d{
	bottom:0;
	right:0;
	width:10px;
	height:10px;
	background-image:url(images/bottomRightCorner.gif);
}

/*FOOTER*/
#a1{
	top:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/footerTopLeft.gif);
}

#b1{
	top:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/footerTopRight.gif);
}

#c1{
	bottom:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/footerBottomLeft.gif);
}

#d1{
	bottom:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/footerBottomRight.gif);
}

/*MENU*/
#a2{
	top:0;
	left:0;
	width:10px;
	height:10px;
	background-image:url(images/menuTopLeft.gif);
}

#b2{
	top:0;
	right:0;
	width:10px;
	height:10px;
	background-image:url(images/menuTopRight.gif);
}

#c2{
	bottom:0;
	left:0;
	width:10px;
	height:10px;
	background-image:url(images/menuBottomLeft.gif);
}

#d2{
	bottom:0;
	right:0;
	width:10px;
	height:10px;
	background-image:url(images/menuBottomRight.gif);
}

/*LIST*/
.a5{
	top:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/listTopLeft.gif);
}

.b5{
	top:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/listTopRight.gif);
}

.c5{
	bottom:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/listBottomLeft.gif);
}

.d5{
	bottom:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/listBottomRight.gif);
}

/*BLUE*/
.blue, .blue2{
	background-color:#005596;
	padding:5px;
	position:relative;
	margin:10px 0;
	width:206px;
}

.blue h2, .blue2 h2{
	color:#ffffff;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:0;
}

.blue p, .blue2 p{
	color:#BEE2FF;
}

.blue a, .blue2 a{
	color:#ffffff;
}

.blue2{
	background-color:#689AC1;
}

.a3{
	top:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/blueTopLeft.gif);
}

.b3{
	top:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/blueTopRight.gif);
}

.c3{
	bottom:0;
	left:0;
	width:5px;
	height:5px;
	background-image:url(images/blueBottomLeft.gif);
}

.d3{
	bottom:0;
	right:0;
	width:5px;
	height:5px;
	background-image:url(images/blueBottomRight.gif);
}

.a4{
	background-image:url(images/blue2TopLeft.gif);
}

.b4{
	background-image:url(images/blue2TopRight.gif);
}

.c4{
	background-image:url(images/blue2BottomLeft.gif);
}

.d4{
	background-image:url(images/blue2BottomRight.gif);
}