* 
{
	margin: 0;
	padding: 0;
}

body 
{
	color: #00008B;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url("../images/Body Background.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

p, h3, h4
{
	padding-bottom: 15px;
}

ul 
{
	padding-left: 15px;
}

.emailScript 
{
	display: none;
}

.free 
{
	color: #FF0000;
	font-weight: bolder;
}

.screen img
{
	border-style: none;
	border-width: 0px;
	float: left; 
	padding-right: 15px;
	margin-top: 7px;
	margin-bottom: 0px;
}

#page 
{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	height: 500px;
	background: transparent url("../images/Left Corner.gif") no-repeat left top;
}

#content
{
	margin-left: 100px;
	margin-top: 50px;
}

#content #topImage
{
	overflow: hidden;
	background: transparent url("../images/Panel-top.gif") top left no-repeat;
	width: 622px;
	height: 14px;
	float: left;
}

#content #bodyImage
{	
	background: transparent url("../images/Panel-body.gif") top left repeat-y;
	width: 622px;
	float: left;
}

#content #bottomImage
{
	overflow: hidden;
	background: transparent url("../images/Panel-bottom.gif") top left no-repeat;
	width: 622px;
	height: 16px;
	float: left;
}

#content #bodyImage #bodyContent
{
	padding: 3px 20px 10px 20px;
	width: 580px;
}

#formFeatures #bodyContent div
{
	float: left;
	padding-bottom: 15px;
}

/* Controls */
#header h2
{
	font-family: Tahoma, Arial, sans-serif;
	text-align: right;
	font-style: italic;
	font-size: larger;
	color: #0000FF;
}

#footer 
{
	margin-left: 100px;
	text-align: center;
	font-size: x-small;
}

#tabPanel
{
	position: absolute;
	top: 70px;
	left: 50%;
	width: 600px;
	margin-left: -240px;
	text-align: center;
}

#tabPanel span, #tabPanel a
{
	display: inline;
	float: left;
	height: 22px;
}

#tabPanel a
{
	background: url("../images/barBody.gif") top left repeat-x;
	padding: 0px 7px;
	text-decoration: none;
	font-weight: bolder;
}

#tabPanel span
{
	background: url("../images/barLine.gif") top left no-repeat;
	width: 4px;
}

#tabPanel #barLeft
{
	background: url("../images/barLeft.gif") top left no-repeat;
	width: 7px;
}

#tabPanel #barRight
{
	background: url("../images/barRight.gif") top left no-repeat;
	width: 7px;
}

#tabPanel a:link	{color: #00008B;}
#tabPanel a:visited	{color: #00008B;}
#tabPanel a:hover	{color: #0000FF;}
#tabPanel a:active	{color: #0000FF;}


