/* Main */

body {
	margin: 0 0;
	padding: 0;
	background: #060624 url(images/bg.jpg) repeat-x;
	font-size: 14px;
	color: #333;
}

#top{background:url() repeat-x; height:0px;width:100%;}

body, th, td, input, textarea, select, option {
	text-transform: none;
	font-family: "Arial";
	font-size: 13px;
}

h1{
	font-size: 20pt;
	color: #333333;
	text-transform:none;
	letter-spacing: -2px;
	line-height:87%;
	font-weight:normal;
	font-family: "Arial";
}

h2 {
	font-size: 12pt;
	color:#000000;
	text-transform:none;
	letter-spacing: -1px;
	line-height:100%;
}

h3 {
	font-size: 20pt;
	color: #000000;
	text-transform:none;
	letter-spacing: -2px;
	line-height:132%;
}


p {
	line-height: 130%;font-family: "Arial";font-size:13px;
}


a {
	color: #072A5E;
	text-decoration: underline;
	font-weight:bold;
	
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #083A82;
}

/* Header */

#header {
	background: url(images/header.png) no-repeat center;
	width: auto;
	height: 164px;
}


/* Page */

#page {
	width: 866px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(images/pagebg.png) repeat-y;
	}

/* Menu */

#menu { height: 40px; width: auto; text-align:center; margin-left: 0px; background:url(images/menubg.jpg)  no-repeat center;
}
.menu { height: 40px; width: auto; text-align:center; margin-left: 0px; background:url(images/menubg.jpg)  no-repeat center;
}
#menu a { display: block; height: 40px;text-decoration: none; float:left;}

.C_navLink1 { width: 79px; background: url(images/navLink1.png) no-repeat; }
.C_navLink1:hover { background: url(images/navLink1On.png) no-repeat; text-decoration: none; }
.C_navLink1active { width: 79px; background: url(images/navLink1On.png) no-repeat; text-decoration: none; }

.C_navLink2 { width: 119px; background: url(images/navLink2.png) no-repeat; }
.C_navLink2:hover { background: url(images/navLink2On.png) no-repeat; text-decoration: none; }
.C_navLink2active { width: 119px; background: url(images/navLink2On.png) no-repeat; text-decoration: none; }

.C_navLink3 { width: 66px; background: url(images/navLink3.png) no-repeat; }
.C_navLink3:hover { background: url(images/navLink3On.png) no-repeat; text-decoration: none; }
.C_navLink3active { width: 66px; background: url(images/navLink3On.png) no-repeat; text-decoration: none; }

.C_navLink4 { width: 100px; background: url(images/navLink4.png) no-repeat; }
.C_navLink4:hover { background: url(images/navLink4On.png) no-repeat; text-decoration: none; }
.C_navLink4active { width: 100px; background: url(images/navLink4On.png) no-repeat; text-decoration: none; }

.C_navLink5 { width: 85px; background: url(images/navLink5.png) no-repeat; }
.C_navLink5:hover { background: url(images/navLink5On.png) no-repeat; text-decoration: none; }
.C_navLink5active { width: 85px; background: url(images/navLink5On.png) no-repeat; text-decoration: none; }

.C_navLink6 { width: 99px; background: url(images/navLink6.png) no-repeat; }
.C_navLink6:hover { background: url(images/navLink6On.png) no-repeat; text-decoration: none; }
.C_navLink6active { width: 99px; background: url(images/navLink6On.png) no-repeat; text-decoration: none; }

.C_navLink7 { width: 103px; background: url(images/navLink7.png) no-repeat; }
.C_navLink7:hover { background: url(images/navLink7On.png) no-repeat; text-decoration: none; }
.C_navLink7active { width: 103px; background: url(images/navLink7On.png) no-repeat; text-decoration: none; }

.C_navLink8 { width: 149px; background: url(images/navLink8.png) no-repeat; }
.C_navLink8:hover { background: url(images/navLink8.png) no-repeat; text-decoration: none; }
.C_navLink8active { width: 149px; background: url(images/navLink8.png) no-repeat; text-decoration: none; }


/* Content */

#content {
	float: left;
	width: 866px;
	height: auto;
	margin: 0 auto;
	padding: 0px 20px 20px 15px;
	background: #fff ;
	border-left: 0px solid #000;
	background: url(images/pagebg.png) repeat-y;		
}


/* Footer */

#footer a {
color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover {
color:#FFFFFF; text-decoration:underline;
}

#footer {
background:url(images/footer.png) no-repeat center top;
	clear: both;
	width: 866px;
	height: 90px;
	text-align: left;
	line-height:150%;
	font-size:14px;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
}

