/* CSS Document */

body {
	margin-top: 50px;
	background-color: #F2F6F5;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 20px;
	text-align: center;
}

.maintable {
	background-color: #F2F6F5;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	align: center;
}

.leftcolumn {
	background-image: url(../images/site/background_left.gif);
	background-repeat: repeat-x;
	background-position: top right;
	background-attachment: scroll;
	background-color: #F2F6F5;
	width: 49%;
	margin: 0;
	padding: 0;
}

.rightcolumn {
	background-image: url(../images/site/background_right.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	background-color: #F2F6F5;
	width: 50%;
	margin: 0;
	padding: 0;
}

.bordertopbottom {
	background-color: #00252E;	
	width: 818px;
	height: 2px;
	margin: 0;
	padding: 0;
}

.borderleftright {
	background-color: #00252E;
	width: 2px;
	margin: 0;
	padding: 0;
}

.innerbackgroundtopbottom {
	background-color: #F2F6F5;
	width: 814px;
	height: 7px;
	margin: 0;
	padding: 0;
}

.innerbackgroundleft {
	background-image: url(../images/site/innerbackground_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	background-color: #F2F6F5;
	width: 7px;
	margin: 0;
	padding: 0;
}

.innerbackgroundright {
	background-image: url(../images/site/innerbackground_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #F2F6F5;
	width: 7px;
	margin: 0;
	padding: 0;
}

.headercell {
	background-image: url(../images/site/header.gif);
	background-color: #FFAD1D;
	height: 200px;
	width: 800px;
	vertical-align: bottom;
	margin-bottom: 10px;
	margin-left: 0px;
	marging-right: 10px;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F2F6F5;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F2F6F5;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F2F6F5;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
	background-color: transparent;
	border-color: #CC8617;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	border-color: #CC8617;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.orangeline {
	background-color: #CC8617;
	width: 800px;
	height: 5px;
}

.whiteline {
	background-color: FFFFFF;
	width: 800px;
	height: 5px;
}

.bodycell {
	background-image: url(../images/site/body_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: scroll;
	background-color: #DFE9E8;
	width: 800px;
	margin-bottom: 50px;
	margin-left: 10px;
	marging-right: 10px;
	margin-top: 10px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 60px;
}

.bodycell a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #00252E;
	background-color: transparent;
	border-color: #CC8617;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.bodycell a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #00252E;
	background-color: transparent;
	border-color: #CC8617;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.bodycell a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	border-color: #CC8617;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer {
	width: 800px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #BFBFBF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}

.footerleftright {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.footer a:link {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #BFBFBF;
}

.footer a:visited {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #BFBFBF;
}

.bottomline {
	background-color: #DFE9E8;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	align: center;
}

.contactTable td {
	height: 30px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
