@charset "UTF-8";
/* screen.css 
Color Scheme:
Orange: #5E267A
Brown: 5E267A
Yellow: f1d669
Purple: 5E267A

*/

html{
	margin:0px;
	padding:0px;
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5E267A;
	font-size: 28px;
	line-height:normal;
}
h2	{
	color:#5E267A;
	font-size: 18px;
	line-height:normal;
}
strong{
	color:#5E267A;
}
a	{
	color:#5E267A;
}
a:hover, a:active	{
	color: #FF9900;
}

#container{
	width:850px;
	padding: 0px 20px 20px 20px;
}
#banner{}
#colLeft{
	width:199px;
	float:left;
	background-image:url(images/left-nav-background.gif);
	background-repeat: repeat-y;
}
#colLeftContent{
	padding:10px;
}
#colLeftContent ul	{
	list-style-image: url(images/nav-bullet.gif);
}
#colLeftContent li	{
	padding-bottom:5px;
}
#colLeftContent li a {
	font-size:14px;
	text-decoration:none;
}
#centerBlock	{
	width:633px;
	background-image:url(images/center-background.gif);
	background-repeat: repeat-y;
	float: left;
	position: relative;
}
#colCenter{
	width:400px;
	float: left;
	position: relative;
}
#colCenterSingle{
	width:600px;
	float: left;
	position: relative;
}
#colCenterContent{
	padding-left: 50px;
	padding-right:10px;
}
#colRight	{
	width:200px;
	margin: 50px 6px 0px 0px;
	position: relative;
	float: right;
}
#colRightContent	{
}
#footer	{
	text-align:center;
	color:#666666;
}
#footer p	{
	margin:0px;
}
#footer a	{
	color:#5E267A;
}
#footer a:hover, #footer a:active	{
	color: #CC6600;
}
#subscribe	{
	width:163px;
	background-color: #5E267A;
	padding:2px 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#subscribe input	{
	font-size:12px;
}
.errorText	{
	color:#C00;
}
input, select, textarea	{
	font-size: 11px;
}
table.keyTable td{
	background-color:#5E267A;
	color:#FFFFFF;
	font-weight:bold;
}
.formName{}
.formAddress{}
.formPhone{}
.formEmail{}
.formOccupation{display:none;}
#tenTips	{
	padding:10px;
	margin:25px 0px;
	background-color:#5E267A;	
}
#tenTips p 	{
	font-size:16px;
	font-weight:bold;
	color:#fff;	
}
#tenTips a	{
	color: #C9F;
	font-size:smaller;
	font-weight:normal;
}
#tenTips a:hover, #tenTips a:active	{
	color: #C6F;
}