@charset "utf-8";

.addark {
	color: #00E;
}

.adlight {
	color: #09F;
}

.adurl {
	color: #009;
}

.ademail {
	color: #06C;
}

body {
	font: 1em/150% "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background: #EEFBEC;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 7px;
	margin-bottom: 15px;
}
a img {
	border: 2px solid #CCCCCC;
}

a img.none {
	border: none;
}
/* Main Ids */
#body {
	background: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-right: 1px solid #A2EA97;
	border-left: 1px solid #A2EA97;
	border-bottom: 1px solid #A2EA97;
}
/*Start*/
#logo {
	height: 140px;
	width: auto;
	background: #FFFFFF url(imgs/logo.jpg) no-repeat left center;
	padding-bottom: 12px;
}
	#logo a {
		display: block;
		height: 140px;
		width: auto;
	}
/*End*/
/*Start*/
#contain {
	background: #FFFFFF;
	padding: 0px;
	width: auto;
}
	#contain #main {
		width: auto;
		padding: 25px 55px 55px;
	}
	
	#contain #footer {
		clear: both;
		font-size: 12px;
		font-family: 'Courier New', Courier, monospace;
		text-align: center;
		padding-top: 25px;
	}
/*End*/
/*Pictures id Start*/
#picleft {
	float: left;
	width: 285px;
	margin-left: 10px;
}
#picright {
	float: right;
	width: 285px;
	margin-right: 20px;
}
/*End*/
.underline {
	text-decoration: underline;
}

.note, .snote, .bluebox {
	background-color: #E7EDF5;
	border: 1px solid #006BD7;
	margin-bottom: 10px;
}

.bluebox h3, .bluebox p { margin: 0px 0px 5px; }

.note {
	background-image: url(imgs/note-bk.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding: 16px 3px 3px;
}
.snote {
	background-image: url(imgs/specnote-bk.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 16px 3px 3px;
}

p.typetext {
	float: left;
	width: 500px;
	text-indent: 20px;
	text-align: justify;
}

p.picsright {
	float: right;
	width: 270px;
	text-align: center;
	display: block;
}

p.picsright img {
	border: 3px solid #E9E9E9;
}

p.type {
	text-indent: 20px;
}
.style1 {
	font-size: 1.2em;
}
.sup {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}


/*Support*/
div.main {
	border: 3px solid #97B6FF;
	background: #E7EDF5 url(imgs/background_ads.gif) repeat-y center top;
	margin-top: 10px;
	font-weight: bold;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

div.main div.left {
	/*background: #E7EDF5;*/
	float: left;
	width: 340px;
	height: 100%;
	text-align: center;
	padding-bottom: 16px;
	/*border-right: 2px solid #97B6FF;*/
}

div.main div.right {
	/*background: #E7EDF5;*/
	float: right;
	width: 340px;
	height: 100%;
	text-align: center;
	padding-bottom: 16px;
	/*border-left: 2px solid #97B6FF;*/
}

div.main h3 {
	color: #0033FF;
	background: #C0CFE4;
	height: 25px;
}

div.main div.right p, div.main div.left p{
	margin: 0px;
	padding: 0px;
}

div.main div.lone {
	background: #E7EDF5;
	text-align: center;
	margin-bottom: 16px;
}

