@charset "utf-8";
/* CSS Document */

/*
START CMS EDITOR AREA CODE
*/
.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
/*
END CMS EDITOR AREA CODE
*/
/*
START CMS REQUIRED STYLES
*/
/*html, body {
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/background.jpg) repeat top left;
}*/
html {
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/background.jpg) repeat top left;
}

P {
	margin:0;
	padding:0;
}
UL, OL {
	padding:5;
}
.text1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5d5d;
	line-height:18px;
	}
.text1 a {
	font-weight:bold;
	color:#235595;
	text-decoration:none
}
.text1 a:hover {
	color:#000;
}


.text2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
.text2 a {
	font-weight:bold;
	color: #4c2570;
	text-decoration:none
}
.text2 a:hover {
	color:#3366CC;
}


.text3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5d5d;
	line-height:18px;
	}
.text3 a {
	font-weight:bold;
	color:#235595;
	text-decoration:none
}
.text3 a:hover {
	color:#000;
}


.header1	{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	display:block;
	margin:0;
	color:#235595;
	margin-bottom:4px;
	}
.header1 a {
	font-weight:bold;
	color:#235595;
	text-decoration:none
}
.header1 a:hover {
	color:#3366CC;
}


.header2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	border-bottom:1px solid #336699;
	font-weight:bold;
	color:#336699;
	}
.header2 a {
	font-weight:bold;
	color: #336699;
	text-decoration:none
}
.header2 a:hover {
	color:#3366CC;
}


.header3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#82D128;
	}
.header3 a {
	font-weight:bold;
	color: #82D128;
	text-decoration:none
}
.header3 a:hover {
	color:#3366CC;
}
/*
END CMS REQUIRED STYLES
Add Custom Site Styles BELOW
*/


.fullheight{
		height: 100%;
		}
.maincell {
		background:url(../images/main_background.jpg) repeat-y top left;
		height:100%
		}
.footer {
		height:108px;
		background:url(../images/main_footer.jpg) top left no-repeat;
		font-size:10px;
		}
.menu 	{
		text-transform:uppercase;
		color:#55a0e6;
		font-size:12px;
		}
.menu a {
		text-decoration:none;
		color:#55a0e6;
		display:block;
		width:180px;
		padding-left:20px;
		background:url(../images/bullet.jpg) left no-repeat;
		}
.menu a:hover {
		background:url(../images/bulletRO.jpg) left no-repeat;
		color:#82e021;
		}	
.regions {
		color:#FFF;
		width:177px;
		}
.regions a {
		background:#55a0e6;
		border:1px solid white;
		display:block;
		width:100%;
		line-height:24px;
		height:24px;
		text-decoration:none;
		color:#fff;
		padding-left:5px;
		width:172px;
		text-align:center;
		}
.regions a:hover {
		background:#336699;
		}