/*
-----------------------------------------------
FAQ Basic Styles
Author:   Alexander Pisculla
Version:  5 August 2005
----------------------------------------------- */


/*
------------ Clearing the way to content ----------------*/
.hide	{
	display:none;
}


/*
---------- General Page Layout -----------*/

body {
	margin:0; 
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;	
	font-style: normal;
	line-height: 1.6em;
	color: #000;
	text-align: center;	
	background-color: #e7e9d6;
}

#rap	{
	background-color: #fff;	
	margin: 0 auto;
	border: 1px solid #CFC6B5;
	text-align: left;
	color: #333;
	width: 750px;
	w\idth:748px;
}

#header	{
	background: #E3DDCB url(header_ac.jpg) no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #AFA186;
	height:121px;
}

#header h1 {
	padding-top: 80px;
	padding-left: 10px;
	margin: 0;
	font-size: 2em;
	text-align: left;
}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	}

.faqlist h3 {
	font-size:120%;
	font-weight: bold;
	color: #666;	
}	
	

#content_rap	{
	margin:0 10px 0 0;
	padding:0 10px 0 10px;
}

#left	{
	float:left;
	width: 500px;
}

#content	{
	background: url(two_column.gif) repeat-y;
	background-color: #fff;
	margin: 0px;
	padding:5px; 
	height: 100%;
	float: left;
	width: 748px;
	w\idth: 738px;
	}

#right	{
	float:right;
	width: 230px;
	}


.menu_links	{
	margin: 0px;
	padding:5px;
	font-size:.9em;
	color:#FFF;
	}

.menu_links img	{
	margin: 0 0 0 -15px;
	padding: 0;
	}

/*----------End General Page Layout-----------*/


/*--------Start of Main Index CSS elements---------------*/

#left a:link	{
	text-decoration:underline;
	color: #228B22;
	}

#left a:visited	{
	text-decoration:none;
	color: #999;
	}

#left a:hover	{
	text-decoration:none;
	color: #FF8C00;
	}

#left a:active	{
	text-decoration:none;
	}

#left h2 {
	font-size: 1.2em;
	color: #333;
	line-height: 1.2em;
	}

#left h3 {
	font-size: 100%;
}

.improve {
	color: #999;
	margin: 10px 20px 10px 0;
	font-size:90%;
}

.category {
	color: #999;
	font-size: 80%;
	margin: 15px 0 0 0;
}

/*-------Next up, the Sidebar Template elements------------*/

#right h2 {
	color: #333;	
	font-size: 120%;
}

#right h3 {
	color: #333;	
	font-size: 120%;	
}

#right ol, #right ul	{
	list-style: none;
	}
	
#right a {
	 color: #333;
    bac\kground:url("icon_offsite.gif") no-repeat 1px .5em;
    padd\ing-left: 18px;
}	

#right a:link, a:visited {
	text-decoration: none;
	color: #000;
	}

#right a:hover	{
	text-decoration:none;
	color: #fff;
	background-color: #348B2E;
	}

#right a:active	{
	text-decoration:none;
	}
	
#right ul	{
	margin: 0 0 10px 0;
	padding: 0;
	}

#right ul li {
	list-style: none;
	line-height: 1.4em;
	}

#right ul li ul	{
	list-style: none;
	margin: -15px 0 15px 20px;
	}


/*
-------- Footer Template --------------------------*/
#footer	{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	font-size:80%;
	line-height: 1.6em;
	color: #666; 
}


#footer a:link, a:visited {
	text-decoration: none;
	color: #999;
}

#footer a:hover	{
	text-decoration:none;
	color: #000;
}

#footer a:active	{
	text-decoration:none;
}

/*
---------- Form Template --------------------------*/
#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

#formarea label	{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
}

.form-button {
	display: block;
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 2px 0 0 0;
	voice-family: ""}"";
	voice-family: inherit;
	font-size: small;
}