body {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #EAEAEA;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/background_tile.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
h3 {font-size: 19px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}

strong, b { font-weight: bold; }
p {
	line-height: 17px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.screen {border: 1px solid #000; margin: 5px;}


a { color: #e8a13e; }
a:hover { color:#000000; }
div.clearer {font-size:1px; line-height:0px; clear:both; position:relative;}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 671px;
	}
#footer {
	position:relative;
	width:100%;
	font-size: 10px;
	text-align: right;
	margin-top: 40px;
	padding-top: 5px;
	border-top:1px solid #ccc;
	color: #ccc;
	}
#top {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #a3e066;
	background-position:bottom;
	background-repeat:no-repeat;
	height: 160px;
	}
div.login, div.filter {
	font-size:10px;
	float:left;
	padding: 0px 10px 0px 0px;
	}
div.support{
	font-size:10px;
	float:left;
	padding: 0px 10px 0px 0px;
	text-align:right;
	}
input, select {
	font-size:10px;
	}
.textBox {border:#7f9db9 solid 1px;}

.messagealert
{
	border-style:outset;
	border-color: red;
	border-width:5px;
	padding: 10px 10px 10px 10px;
}

div#hdrbar_tryforfree {
	margin: 0px;
	padding: 0px;
	background-image:url(images/hdrbar_bg_tryforfree.gif);
	background-color:#d6d6d6;
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	}

div#hdrbar_tryforfree img.button{
	margin-left:25px;
	vertical-align:middle;
	border:none;
	}

div#hdrbar_tryforfree div.text{
	display:inline;
	margin-left:15px;
}




/* BEGIN COLUMN LAYOUT */


#left 
{
	position: absolute;
	top: 195px;
	left: 0px;
	margin: 20px 20px 20px 0px;
	width: 160px;
	border-top: 1px solid #a3e066;
}

#lefthigh
{
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 20px 20px 20px 0px;
	width: 160px;
	border-top: 1px solid #a3e066;
}
	
	
	
#middle_3col { /* USE IF THIRD COLUMN EXISTS */
	margin: 20px 170px 20px 180px;
	}
#middle_2col { /*USE IF THIRD COLUMN DOES NOT EXIST */
	margin: 20px 0px 20px 180px;	
	}
	
#middle_1col { /*USE IF FIRST COLUMN DOES NOT EXIST */
	margin: 20px 0px 20px 0px;	
}
#right {
	position: absolute;
	top: 195px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px 0px 20px 20px;
	width: 150px;
	}
/* END COLUMN LAYOUT */

/* BEGIN LEFT COLUMN NAVIGATION */
a.nav1, a.nav2, a.nav1on, a.nav2on {
	font-size: 10px;
	color:#000;
	text-decoration:none;
	display:block;
	padding: 10px 15px 10px 5px;
	border-bottom: 1px solid #a3e066;
	background-image:  url(images/nav_bullet.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
a.nav2, a.nav2on {
	padding: 10px 15px 10px 25px;
	}
a.nav1on, a.nav2on {
	background-color: #e0f5cc;
	font-weight:bold;
	}
a.nav1:hover, a.nav2:hover, a.nav1on:hover, a.nav2on:hover {
	background-color: #FFB;
	text-decoration:underline;
	}
a.navoff {display:inline; height:0px; visibility:hidden; background-color:#333333; font-size:0; line-height:0; margin:0px; padding:0px;}
/* END LEFT COLUMN NAVIGATION */

/* BEGIN SPECIFIC TO FAQ SECTION */

#article_categories {float:right; width:150px;} 

/* END SPECIFIC TO FAQ SECTION */