/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');



/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body{
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center; /* horizontal centering for IE Win quirks */
	vertical-align: text-top;
	line-height:16px;
}

p{
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align: left;
	margin-top:8px;
}
a:link {
	color: #669933;
	text-decoration: none;
	line-height:16px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #669933;
	line-height:16px;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #333333;
	line-height:16px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #669933;
	line-height:16px;
	font-weight:bold;
}

strong {
	line-height:16px;
}

#holder{
	width:800px;
	margin:0px auto;
	background-color:#FFF;
	text-align:left;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.clear{
 	clear:both;
}

ul{
	margin:8px 0px 0px 0px;
	padding:0px;
	padding-bottom:20px;
	list-style-position: outside;
	list-style-type: decimal;
	l
	color:#333333;
}

li{
	margin:0px 0px 0px 15px;
	padding:0px;
	padding-bottom:8px;
	line-height:16px;
	list-style-position: outside;
	list-style-type: disc;
	color:#333333;
}

ul li p {
	color:#666666;
	margin:0px;
	padding:0px;
}


/* =2 Links–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

	
#footer a, #footer a:link, #footer a:visited,  #footer a:hover, #footer a:active{
	 color:#FFFFFF;
	 text-decoration:none;
}

/* =3 Headings–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

h1{
	font-size:14px;
	color:#99CC33;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h2{
	font-size:14px;
	color:#669933;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h3{
	font-size:14px;
	color:#5B8246;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h4{
	font-size:14px;
	color:#336666;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h5{
	font-size:14px;
	color:#1C4242;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
h6{
	font-size:14px;
	color:#032D47;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}

/* =4 Header–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


#logoholder{
	width:800px;
	margin: 0px 0px;
}
	
#logo{
	width:800px;
}

#flash{
	width:800px;
	margin: 0px 0px;
}

/* =6 Middle–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#contentholder{
	width:800px;
	margin: 0px 0px;
}
#contentleftholder{
	width:187px;
	margin: 0px 0px;
	float:left;
}
#contentrightholder{
	width:613px;
	margin: 0px 0px;
	float:right;
}
#contentmiddle{
	width:390px;
	margin: 0px 0px;
	float:left;
}
#contentright{
	width:223px;
	margin: 0px 0px;
	float:right;
	background-image:url(../images/corner_bg.gif);
	background-repeat:no-repeat;
}
#content{
	width:370px;
	margin: 0px 0px;
	float:right;
	padding:10px;
}


/* =8 Text–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.bodycopy{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 16px;
}

/* =3 Footer–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer{
	height:25px;
	background-color:#000000;
	line-height:15px;
	color:#FFFFFF;
  }

#footer p{
	 width:400px;
	 padding:5px 25px;
	 font-size:10px;
	 margin:0px;
}     

#footer a {
	text-decoration:none;
	color:#FFFFFF;	
	margin:0px;
}



.dhtmlgoodies_question{	/* Styling question */	
	overflow:hidden;
	cursor:pointer;	
	font-size: 11px;
	color: #669933;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:13px;
}
.dhtmlgoodies_answer{	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left:0px;
	color: #666666;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
	margin-left:0px;
}