body {
	color: #2F3733;
	padding: 0px;
	margin: 0 auto;
	font-size: 9pt;
	line-height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}
#SpamTrap {display: none;}
#container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background:#999999 url("/assets/body_bg_gray1.gif") top repeat-x;
	padding-bottom: 12px;
}	
h1 {
	color:#4B588B;
	font-weight: bold;
	font-size: 105%;
	text-align: left;
}
h2 {
	color:#4B588B;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
}
h3 {
	color:#6e7cb0;
	font-weight: bold;
	font-size: 105%;
	padding-left: 6px;
	padding-right: 6px;
	border:1px solid #ddd;
	background-image:  url("/assets/td_bg.gif");
	background-repeat:repeat-x;
	height: 40px;
	vertical-align: bottom;
	line-height: 40px;
	text-align: left;
}

#header {
	position:relative;
	width:900px;
	height:132px;
	margin:0 auto;
	text-align:left;
}
#body {
	position:relative;
	top:0px;
	background-color: #FFFFFF;
	width: 840px;
	padding: 10px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #666666;
}

#body .content {
	position: relative;
	top: 10px;
	line-height:17px;
}

.homepage {
	width: 410px;
	float: left;
	vertical-align: top;
	margin-bottom: 6px;
	text-align: left;
	border: 1px solid #eeeeee;
	}
.homepage_left {
	width: 400px;
	height: 320px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
	}
.homepage_right {
	width: 400px;
	height: 320px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
	float: right;
	}
	
.homepage_sep {
	width: 16px;
	float: left;
	height: 100%;
	}
		
.homepage_left p , .homepage_right p {
	padding-left: 12px;
	padding-right: 12px;
	}
	
.gallery {
	background-color: #000000;
	padding: 12px;
	font-size: 6pt;
	color: #ffffff;
	font-style: italic;
	}	

#body .footer {
	position: relative;
	top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 840px;
	text-align:center;
	margin:0 auto;
	font-size:smaller;
	color:#999999;
	border-top: 1px dotted #cccccc;
	
}


/*------------------TEXT STYLES----------------------*/

ul.indent li {
	margin-left:40px;
	border-bottom:1px solid #ccc;
	margin-top:7px;
	line-height:1em;
	list-style-position:inside;
	list-style-image:  url("/assets/littlearrow.gif");
}
ul.indent>li {
	margin-left:0;
	margin-top:-1px;
	border-top:1px solid #ccc;
	line-height:2em;
}

ul.indent li a {
	margin-left:5px;
	line-height:1em;
}

.content p {
	padding-right:10px;
	text-align:left;
}

.content td p {
	padding-right:10px;
}
.content td.panelleft {
	padding-right:10px;
}
.content td.panelmiddle {
	padding-left:10px;
	padding-right:10px;
	border-left:1px dotted #ccc;
}
.content td.panelright {
	padding-left:10px;
	padding-right:10px;
	border-left:1px dotted #ccc;
}
.content li {
	margin-left:-10px;
}

.content strong {
	color:#333;
}


.footer a {
	padding-left:5px;
	padding-right:5px;
	line-height:1.75em;
	color:#999999;
}

.footer a:link, .footer a:visited {
	text-decoration:underline;
}

.footer a:hover, .footer a:active {
	color:#666666;
	text-decoration:underline;
}

.content a:link, .content a:visited {
	text-decoration:none;
	color: #2952ec;
}
.content a:hover, .content a:active {
	text-decoration:underline;
	color: #2952ec;
}

.menu1bar a {
	padding: 10px;
	text-decoration:none;
}
.menu1bar a:link, .menu1bar a:visited {
	color: #6e7cb0;
}
.menu1bar a:hover, .menu1bar a:active {
	color:#993300;
}
.menu2bar {
	position:relative;
	top:0px;
	width: 840px;
	margin:0 auto;
	text-align:left;
	color: #6e7cb0;
}
.menu2bar a {
	font-style: italic;
	color: #6e7cb0;
	font-style: normal;
	text-decoration:underline;
}
.menu2bar a:link, .menu2bar a:visited {
	color: #6e7cb0;
	text-decoration:underline;
}
.menu2bar a:hover, .menu2bar a:active {
	color:#993300;
	text-decoration:underline;
}


/*-----------------------ELEMENT PLACEMENTS----------------------------*/

.logo {
	position:relative;
	width: 422px;
	height: 82px;
}
.search {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}	
.menu1bar {
	height:25px;
	position:absolute;
	top:99px;
	left: 15px;
	width: 840px;
	font-weight: bold;
}
.side_gallery {
	font-style: italic;
	font-size: 8pt;
	color: #0066CC;
	padding: 3px;
}
#faq {
	background: #999999 url("/assets/body_bg_gray1.gif") top repeat-x;
	width: 99%;
	margin: 0;
	text-align: left;
	height: 380px;
	overflow: visible;
}
#faq .body {
	padding-top: 55px;
	padding-bottom: 8px;
	}
#faq .body p {
	padding: 12px 12px 0 12px;
	}
#faq .body a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
