@charset "utf-8";
body {
	background-image: url(../images/background1.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*  General Styles */
* {
	padding:0;
	margin:0;
}
p {
	display:block;
	font-size:14px;
	margin-bottom:10px;
	text-align: left;
}
#container {
	width: 850px;
	margin: 20px auto;
	text-align: left;
}
/*  Text Styles  */
#text { padding: 2px 2px 2px 16px; text-align: justify; }
#text h2 { font-size: 16px; font-weight: bold; }

/* Header Styles */
#header {
	margin: 0px;
	padding: 0px;
	height: 83px;
	background-image:url(../images/header_2.jpg);
	color:#FFFFFF;
}
#header a {
	color:#ffffff;
}
#header h1 {
	margin: 0;
	font-style: italic;
	font-size: 36px;
	font-family: "Book Antiqua", Verdana, Arial;
	font-weight: bold;
	color: #FF0;
}
#logo {
	float: left;
	padding: 10px 0 0 25px;
}
#contact {
	float:right;
	text-align:center;
	padding: 25px 20px 0;	
}


/* Navigation Styles */
#nav {
	padding: 2px 0 0px 0;
	height: 35px;
	background-image:url(../images/nav_bg_wbanner_1.jpg);
	border:none;
	font-size:16px;
	clear:both;
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	border-right:1px solid #ffffff;
	height:25px;
}
#navlist a { 
	padding: 3px 20px 3px 20px;
}
#navlist a:link, a:visited {
	color: #ff0;
	text-decoration: none;
}
#navlist a:hover {
	color:#fff;
	font-weight: bold;
}
.bold { 
	color:#3FF;
	font-weight: bold;
	
}

/* Main Content Styles */
#content {
	/*margin: -19px 0 -19px 0;*/
	width: auto;
	padding: 10px 4px 4px 4px;
	background:url(../images/content_background.jpg);
	overflow: hidden;
}
#content a:visited {
	color:#00C;
}
#inner_content_r {
	float: right;
	width: 415px;
	padding: 2px;
	margin 0;
}
#inner_content_l {
	width: 396px;
	padding: 2px 6px 2px 16px;
	margin: 0;
	text-align: justify;
}
.referlink {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/* FAQ Classes */
#faqlist { 
	padding: 2px 2px 2px 16px;
	text-align: justify; 
}
#faqlist h2 { 
	font-size: 16px;
	font-weight: bold;
}
#faqlist ul {
	list-style: none;
	text-decoration: none;
	color: #03F;
	font-size: 16px;
	padding-bottom: 2px;
	
}
#faqlist a:visited {
	color: #009;
}
.faqlisttop {
	font-size: 12px;
	color:#009;
	text-decoration: underline;
}

/* Footer styles */
#footer {
	margin: 0;
	padding: 25px 0px 0px 0px;
	height: 126px;
	text-align: center;
	font-size: 14px;
	background-image:url(../images/footer_background_1.jpg);
	color:#ffffff;
}
#footer a {
	color:#FFF;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#copyright {
	float:right;
	font-size: 10px;
	font:Verdana, Geneva, sans-serif;
	text-align:right;
	color:#ffffff;
}


