body {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	background-image:url('img/bg.jpg');
	text-align:center;
}

a:hover, a:visited, a {
text-decoration:none;
}

#everything {
	margin:0px auto;
	position:absolute;
	width:100%;
	height:100%; 
	text-align:center;
}
#wrapper {
	margin:0px 0px 0px 0px;
	text-align:center;
	float:left;
	width:980px;
	height:100%;
}
#wrapperSub {
	background-image:url('img/faux_sub_bg.jpg');
}
ul li {
	line-height:30px;
}
#leftfade {
	margin:0px 0px 0px 0px;
	background-image:url('img/bg_left.jpg');
	width:31px; 
	height:100%;
	/*border:1px solid #bbb;*/
}
#mid { 
	margin:0px 0px 0px 0px;
	text-align:center;
	background-color:#FFFFFF;
	width:1200px;
	height:100%;
}
#rightfade {
	margin:0px 0px 0px 0px;
	background-image:url('img/bg_right.jpg');
	width:30px;
	height:100%;
	/*border:1px solid #bbb;*/
}

h4 {
	margin:0px;
	color:#00489b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
h5 {
	margin:0px;
	color:#006db7;
	font-size:18px;
}
h6 {
	margin:0px;
	color:#006db7;
	font-size:11px;
}
.normal {
	font-size:12px;
	color:#5a6871;
	text-align:justify;
}
.normal2 {
	font-size:14px;
	line-height:18px;
	color:black;
}

.largeTxt {
	font-size:17px;
	line-height:20px;
	color:black;
}


.lightHeading {
	margin:0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.lightTxt {
	color:#ffffff;
	line-height:18px;
}
.lightTxt a:link {
	color:#ffdb8e;
}
.lightTxt a:visited {
	color:#ffdb8e;
}
.lightTxt a:hover {
	color:#bdfdff;
}

.lg {
	font-size:14px;
}




hr { 
	border: none 0; 
	border-top: 1px solid #fff;/*the border*/
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



/* bottom area */
#bottom_nav {
	font-size:14px;
	color:#7590b0;
	padding:5px;
}
#bottom_nav a:link {
	color:#7590b0;
	text-decoration:none;
}
#bottom_nav a:visited {
	color:#54575b;
	text-decoration:none;
}
#bottom_nav a:hover {
	color:#001b5e;
	border-bottom:1px dashed silver;
}
#copyright {
	font-size:11px;
	color:#878787;
}
#copyright a:link {
	color:#7590b0;
	text-decoration:none;
}
#copyright a:visited {
	color:#878787;
	text-decoration:none;
}
#copyright a:hover {
	color:#001b5e;
	border-bottom:1px dotted silver;
}
/* bottom area end */