/* ----------------|GLOBAL|----------------- */
body {
	margin:0;
	padding:0;
	background:white url(../images/main.gif) repeat-x top left;
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	text-decoration:none;
}
div, img, ul, ol, li, a, h1, h2, h3, h4, h5, h6, p, a, form, lebel, input, select, textarea, span, blockquote, map, area {
	padding:0px;
	margin:0px;
}
blockquote {
	margin-left:3em;
	margin-right:3em;
}
hr {
}
img {
	border:none;
}
map {
	cursor:pointer;
}
ul {
	padding:0px;
	margin:0px;
}
li {
	list-style-type:none;
}
h1 {
	font:bold 24px/24px "Georgia";
	color:#83E4FC;
	text-decoration:none;
}
h1 span {
	color:white;
}
h2 {
	font:normal 22px/22px "Georgia";
	color:#CAAF7C;
	text-decoration:none;
	padding:5px 0 0 0;
}
h3 {
	font:normal 18px/22px "Georgia";
	color:#695935;
	text-decoration:none;
	padding:0px;
	margin:0px 0px 13px 0px;
}
h3 img {
	float:left;
	margin:0 12px 0 0;
}
h3 span {
	color:#2D6988;
}
h4 {
	font:normal 18px/20px "Georgia";
	color:#2D6988;
	text-decoration:none;
	padding:0px;
	margin:0px 0px 5px 0px;
}
h5 {
}
p {
	margin:0;
	padding:0;
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	text-decoration:none;
}
a {
	color:#F00006; /*color:inherit; color:#0099cc;*/
	text-decoration:underline;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color:#001C2B;
	text-decoration:none;
}
a img {
	border:none;
}
strong {
	font-weight:bold;
}
b {
	font-weight:bold;
}
center {
	text-align:center;
}
big {
	font:normal 26px/26px Georgia, "Times New Roman", Times, serif;
}
.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}
.clear {
	height:20px;
	clear:both;
}
.floatL {
	float:left;
	border:1px solid #7B00A0;
	background:white;
	padding:1px;
	margin:0px 7px 0px 4px;
}
.fR {
	float:right;
	margin:0 0 0 12px;
}
.error {
	color:#FC0101;
}
.red {
	color:red;
}
.fL {
	float:left;
	margin:0 12px 0 0;
}
.fLBorder {
	float:left;
	padding:3px;
	margin:0px 11px 0px 0px;
	border:1px solid #D2D2D2;
	background:white;
}
.fRBorder {
	float:right;
	padding:3px;
	margin:0px 0px 0px 11px;
	border:1px solid #D2D2D2;
	background:white;
}
/* ----------------|MAIN|----------------- */
#html {
	width:100%;
	height:auto;
}
#warp {
	width:100%;
	height:auto;
	color:white;
	margin:0 auto;
	padding:0px;
}
#main {
	width:970px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
/* ----------------|HEADER|----------------- */
#header {
	width:100%;
	height:554px;
	margin:0;
	padding:0px;
}
.headerTop {
	width:970px;
	height:143px;
	margin:0 auto;
	padding:0px;
}
.logo {
	height:130px;
	padding:0px 0px 13px 0px;
	margin:0px;
	float:left;
	width:300px;
}
.logoColRght {
	height:111px;
	padding:28px 0px 4px 0px;
	margin:0px;
	float:left;
	width:345px;
	float:right;
	text-align:right;
}
.logoRghtTagL {
	height:auto;
	padding:0px;
	margin:10px 10px 16px 0px;
	float:right;
	width:324px;
	float:right;
	text-align:right;
}
.logo h1 {
	padding:0px;
	margin:0px;
	width:300px;
	height:130px;
}
#logo h1 a {
	display:block;
}
#logo h1 a:hover {
}
#banner {
	width:1400px;
	height:411px;
	text-align:center;
	padding:0px;
	margin:0 auto;
}
.fLWdth {
	float:left;
	width:648px;
	margin:0px 21px 0px 0px;
	text-align:right;
	padding:15px 0px;
}
.fLWdth h1 {
	font:normal 29px/30px "Times New Roman", Times, serif;
	color:#8C03BA;
	padding:0px;
	margin:0px;
	font-style:italic;
	width:auto;
	height:auto;
	float:right;
}
.fLWdth h1 span {
	color:#0694D6;
}
/* ----------------|HEADER NAVIGATION|----------------- */
#nav {
	width:auto;
	height:34px;
	margin:0px;
	padding:0px;
	text-align:center;
	float:left;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}
#nav ul li {
	list-style-type:none;
	display:inline;
	float:left;
	padding:0px 3px 0px 0px;
	font:normal 14px/33px "Georgia";
	color:white;
	background:url(../images/navOff.gif) no-repeat top left;
	height:34px;
	width:110px;
}
#nav ul li a {
	font:bold 14px/33px "Georgia";
	color:white;
	text-decoration:none;
}
#nav ul li a:hover {
	background:url(../images/navOn.gif) no-repeat top left;
	height:34px;
	width:110px;
	display:block;
}
#nav ul li span {
	background:url(../images/navOn.gif) no-repeat top left;
	height:34px;
	width:110px;
	display:block;
}
#nav ul li.last {
	padding:0px;
	margin:0px;
}
/* ----------------|BODY|----------------- */
#bodyContainer {
	width:970px;
	height:auto;
	margin:0 auto;
	padding:22px 0px 10px 0px;
	color:black;
	float:left;
}
.bodyTpBannerArea {
	width:970px;
	height:147px;
	float:left;
	padding:0px;
	margin:0 auto;
}
.bodyTpBannerArea img {
	float:left;
	padding:0px;
	margin:0px 30px 0px 0px;
}
.bodyTpBannerArea img.lastImg {
	float:left;
	padding:0px;
	margin:0px;
}
.contentArea {
	width:970px;
	height:auto;
	padding:0px;
	margin:20px 0px 0px 0px;
	float:left;
	font-weight:normal;
	color:#626262;
}
.contentAreaInner {
	width:970px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	font-weight:normal;
	color:#626262;
}
.leftColumn {
	width:635px;
	height:auto;
	float:left;
	padding:0px 33px 0px 0px;
	margin:0px;
	background:url(../images/contDividerBG.gif) right top repeat-y;
}
.leftColumn p {
	font-weight:normal;
	padding:0;
	margin:0;
	line-height:15px;
}
.leftColumn p img {
	float:left;
	margin:0px 8px 0px 0px;
	padding:0px;
}
.leftColumn p span {
	color:#3689B0;
}
.rightColumn {
	width:302px;
	height:auto;
	float:right;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.linkMore {
	background:url(../images/arrow.gif) right 6px no-repeat;
	display:block;
	color:#F00006;
	text-decoration:underline;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding:0px 12px 0px 0px;
	margin:0px;
	float:right;
}
.linkMore:hover {
	color:#001C2B;
	text-decoration:none;
}
/* ----------------|Right Column|----------------- */
.rghtClmnBox {
	background:url(../images/rightMenuBoxBG.jpg) top left no-repeat;
	width:272px;
	height:122px;
	padding:15px;
	margin:0px 0px 19px 0px;
	color:#fff;
}
.rghtClmnBox .title {
	font:normal 13px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#FFECA2;
	text-decoration:none;
}
.rghtClmnBox ol {
	padding:5px 0 0 15px;
	margin:0;
}
.rghtClmnBox ol li {
	padding:0 0 5px 5px;
	margin:0px 0px 0px 5px;
	list-style:decimal;
	font-weight:bold;
}
.rghtClmnBox ol li a {
	color:white;
	text-decoration:none;
	font:bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
}
.rghtClmnBox ol li a:hover {
	color:#F00006;
}
.rghtClmnBoxNewsL {
	background:url(../images/rightMenuBoxBG_1.jpg) top left no-repeat;
	width:272px;
	height:108px;
	padding:15px;
	margin:0px;
	color:#fff;
	font:normal 12px/13px "Arial";
}
.rghtClmnBoxNewsL a {
	margin:0px;
	padding:0px;
	font:normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:underline;
}
.rghtClmnBoxNewsL a:hover {
	color:#F00006;
	text-decoration:none;
}
.rghtClmnBoxNewsL img {
	float:left;
	margin:1px 5px 0px 0px;
	padding:0px;
}
.paddBtm {
	padding:0 0 12px 0px;
}
.paddTopBtm {
	padding:5px 0px 12px 0px;
}
.right {
	text-align:right;
	padding:0 5px 0 0;
}
/* ----------------|Right Column Form|----------------- */
.input {
	background:#FDFBF9 url(../images/input.gif) top left repeat-x;
	border:#96805A 1px solid;
	height:15px;
	padding:8px;
	font:normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	text-decoration:none;
	margin:0px;
}
.textarea {
	background:#FDFBF9 url(../images/input.gif) top left repeat-x;
	border:#96805A 1px solid;
	height:33px;
	padding:0px 8px;
	font:normal 12px/33px Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	text-decoration:none;
	margin:0;
}
.goButton {
	background:url(../images/btnGoBG.gif) top left no-repeat;
	border:none;
	height:25px;
	width:33px;
	padding:0px 0px 3px 0px;
	margin:0;
	font:bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.button {
	background:url(../images/buttonBG.gif) top left no-repeat;
	border:#00131E 1px solid;
	height:27px;
	padding:0px;
	margin:0;
	font:bold 12px/27px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
/* ----------------|FOOTER|----------------- */
#footer {
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../images/footerBG.jpg) repeat-x top left;
	height:91px;
	margin:0px;
	float:left;
}
.footerContainer {
	width:970px;
	height:72px;
	padding:0px;
	background:url(../images/footerLogo.jpg) no-repeat right top;
	margin:9px auto 0;
}
#footer ul {
	margin:0px 0 0 0;
	padding:0px;
	list-style-type:none;
}
#footer ul li {
	display:inline;
	padding:0px 16px 0px 0px;
	margin:0px;
	font:normal 13px/40px "Georgia";
	color:#fff;
	text-decoration:none;
}
#footer li a {
	font:normal 13px/13px "Georgia";
	color:#fff;
	text-decoration:none;
}
#footer li a:hover {
	color:#84DBFB;
}
#footer li span {
	color:#84DBFB;
}
#footer li.last {
	padding:0px;
	margin:0px;
}
.copyRight {
	width:400px;
	font:normal 12px/12px "Georgia";
	color:#fff;
	text-decoration:none;
	padding:0;
	margin:0px;
}
.copyRight span {
	color:#84DBFB;
}
.ash {
	color:#C6C6C6;
}

												/* ----------------|END OF STYLESHEET|----------------- */
