/*
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
*/
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font:normal;
}
P, UL, OL {
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.text1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	}
.text1 a {
	font-weight:bold;
	color: green;
	text-decoration:none
}
.text1 a:hover {
	color:#3366CC;
}
.text2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#033D41;
	}
.text3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#063B3F;
	font-weight:bold;
	}
.header1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	border-bottom:1px solid black;
	font-weight:bold;
	}
.header2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	border-bottom:1px solid #053C3F;
	font-weight:bold;
	color:#BCA351;
	}
.header3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#053C3F;
	}
/*
END CMS REQUIRED STYLES
Add Custom Site Styles BELOW
*/
html,body		{
			/*background:url(../images/background.jpg) repeat;*/
			height:100%;
			}
.maintable	{
			background:url(../images/mainbg.jpg) repeat-y;
			width:880px;
			}

.menucell	{
			font-weight:bold;
			font-size:12px;
			}
.menucell a	{
			display:block;
			width:131px;
			height:17px;
			padding:4px;
			text-align:left;
			text-transform:uppercase;
			text-decoration:none;
			color:#000;
			background:url(../images/menubg.jpg) top left no-repeat;
			}
.menucell a:hover	{
			background:url(../images/menubg_over.jpg) top left no-repeat;
			}
.footer		{
			text-align:center;
			font-size:9px;
			}
.breadcrumb	{
			font-size:14px;
			color:#000;
			margin-left:24px;
			margin-top:12px;
			}
input{float:left;}
textarea{float:left;}
input.text{margin-left:15px;}