/* MAIN  HTML SETTINGS */

html { height: 100%; margin-bottom: 1px; }
body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #5b73ba;
	color: #000;
	text-align: center;
	margin: 0;
}
img { border: none; }

h1 { color: #5b73ba; font: normal 28px Georgia, Georgia, serif; text-align: left; margin-top: 0; }
h2 { color: #5b73ba; font: normal 20px Verdana, Arial, sans-serif; text-align: left; margin-top: 0; }
h3 { color: #acacac; font: normal 20px "Comic Sans MS", "Trebuchet MS", sans-serif; text-align: left; }
h4 { color: #5b73ba; font: normal 14px Georgia, Georgia, serif; font-weight: bold; margin-top: 0; }
a { color: #33467d; text-decoration: none; font-weight: bold; }
a:hover { color: #6f706f; text-decoration: underline; font-weight: bold; }
.wrapper { width: 750px; background: url('images/background.jpg'); color: #000000; text-align: left; margin: auto; }

/* GLOBAL LINK SETTINGS */

.global 
{
	background-color: #5b73ba;
	color: #ffffff;
	font-size: 90%;
	text-align: right;
	padding: 5px 10px 0px 0px;
}
	
.global a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* MAIN NAVIGATION SETTINGS */

.mainnav 
{
	background-image: url('images/navbar.jpg');
	padding: 25px 0px 0px 0px;
	height: 25px;
	letter-spacing: 1px;
	text-align: center;
}

.mainnav a
{
	color: #5b73ba;
}

/* MAIN IMAGE AREA SETTINGS */

.mainimage 
{
	background-image: url('images/headerimage.jpg');
	font-family: Times New Roman, Times, Serif;
	font-size: 26px;
	color: #ffffff;
	padding: 50px 0px 0px 30px;
	height: 150px;
}

.mainimage p {padding: 0px; margin: 0px 0px 15px;}

span.long
{
	color: #5b73ba;
	font-size: 38px;
	letter-spacing: 5px;
}

#slogan
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	letter-spacing: 3px;
	width: 400px;
	text-align: center;
}

/* CONTENT AREA SETTINGS */

.content
{
	width: 470px;
	float: right;
	padding: 0px 20px 20px 10px;
	text-align: justify;
	border-left: solid 1px #c0c0c0;
}

.contentwide { width: 710px; float: left; padding: 0px 20px 20px 20px; }
.contentleft
{
	width: 470px;
	float: left;
	padding: 10px 10px 20px 20px;
	text-align: justify;
	border-right: solid 1px #c0c0c0;
}

/* SIDEBAR AREA SETTINGS */

.sidebar
{
	float: left;
	width: 210px;
	padding: 10px 10px 20px 20px;
	font-size: 90%;
	text-align: center;
}

.sidebarright
{
	float: right;
	width: 210px;
	padding: 0px 20px 20px 10px;
	font-size: 90%;
	text-align: center;
}

/* FOOTER AREA SETTINGS */

.footer 
{
	clear: both;
	background-image: url(images/footer.jpg);
	color: #000000;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 55px;
	padding-top: 20px;
}

.footer p {	margin: 0; padding: 0; }

/* PTS LINK SETTINGS */
.pts
{
	font-family: Trebuchet MS, Verdana;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}

.pts a { color: #ffffff; text-decoration: underline; }
.pts a:link { color: #ffffff; text-decoration: underline; }
.pts a:visited { color: #ffffff; text-decoration: underline; }
.pts a:hover {color: #ffffff; text-decoration: none; }

/* FEATURE TABLE SETTINGS */
.featuretable
{
	width: 90%;
	margin: auto;
	background-color: #eeeeee;
	border: 3px double #c0c0c0;
}

.featurehighlight
{
	color: #000099;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* FAQ Page Settings */
.FAQQuestion { font-size: 1em; font-weight: bold; margin-bottom: 5px; }
#featureProduct { padding-top: 15px;} 
#featureProductText {text-align: center; margin: auto; font-size: 12px;}