/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; color: #0f60b0; }
a:link:hover, a:visited:hover { text-decoration: none;  color: #8b9fb3;}

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

ul li {
	padding: 3px 0;
}

/*-------
// custom styles
//-----*/

html { height: 100.01%; }
body {
	font-family: Trebuchet MS, Geneva, sans-serif;
	background: #000000;
}
#page {
	width: 778px;
	margin: 0 auto;
	font-size: 12px;
	color: #003366;
	background: #6d9ecf;
}

#top {
	position: relative;
	z-index: 10;
	background: url(../img/header.png) 0 0;
	height: 230px;
}
	#logo {
		padding: 27px 0 0 5px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 194px;
			height: 121px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo.gif) no-repeat 0 0;
			}


#wrap {
	width: 100%;
	overflow: hidden;
	background: #6d9ecf url(../img/bg.png) no-repeat 0 0;	
	float: left;
}
	#content {
		width: 516px;
		overflow: hidden;
		float: right;
	}


	#faqbox {
		width: 516px;
		background: #c5d8ec url(../img/shadeback.gif) repeat-y 0 0;
		overflow: hidden;
	}
		#faqbox2 {
			background: url(../img/shadebottom.gif) no-repeat 0 100%;
			overflow: hidden;
		}
			#faqbox3 {
				background: url(../img/shadetop.gif) no-repeat 0 0;
				padding: 28px 25px 10px 28px;
				overflow: hidden;
			}

#text_home {
	width: 460px;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:12px;
}

#content p {
	line-height: 1.7;
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	color: #003366;
}

form{
	width: 350px;
}

input {
}

#footer {
	padding: 10px 0 5px;
	text-align: center;
}
	#footer p {
		margin: 0 0 5px;
	}
		#footer a:link, #footer a:visited {
			color: #fff;
		}
	#footer p.links {
		color: #fff;
		text-transform:uppercase;
	}
		#footer p.links a:link, #footer p.links a:visited {
			text-decoration: none;
			padding: 0 .3em;
		}
		#footer p.links a:link:hover, #footer p.links a:visited:hover {
			text-decoration: underline;
		}
	#footer p.copyright, #footer p.copyright a {
		color: #ffffff;
		text-decoration: none;
	}

	#footer p.copyright a:hover {
		text-decoration: underline;
	}


/*-------
// custom styles
//-----*/


