* {

margin:0;

padding:0;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	color: #333333;

	background: #484848;

	margin:25px 0 0 0;

	height: 100%;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

/*collapsed border model= adjacent table cells share borders. separated model=adjacent cells each have their own distinct borders */

	border-collapse: separate;  

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

hr {

border: 0;

border-top: 1px solid #999;

background-color: #999;

color: #999;

height: 1px;

margin: 1em 0;

clear: both;

}

.clear {

height: 0;

margin: 1em 0;

clear: both;

}

h1 {

	font-size:130%;

	color:black;

	padding:5px 0 0 0;

	margin: 0;

}

h2 {

	font-size:110%;

	color:#006633;

	padding:5px 0 0 0;

	margin:10px 0;

	}

h3 {

	background-color:#CCCCCC;

	color: #333333;

	font-size:0.9em;

	padding:3px;

}

h4 {

	font-size:.85em;

	}

p {

	font-size:.95em;

}

ul{

	margin:0 12px;

}



li {

	font-size:.9em;

	}

a {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration:underline;

	color:#006600;

	font-size:1em;

}

a:hover{

	color: #8C8F62;

}

a:visited{

	color: #41442F;

}

a:active{

	color: #8C8F62;

}

td {

	font-family: Arial, Helvetica, sans-serif;

	vertical-align:top;

}



th {

	font-family: Arial, Helvetica, sans-serif;

}

#container {

	width:994px;

	margin:0 auto 0 auto;

	text-align:center;

	font-family: Arial, Helvetica, sans-serif;

	min-height: 100%;

	background: url(images/backgd_container.jpg) repeat-y;

		}

#sub #container{

	width:994px;

	margin:0 auto 0 auto;

	text-align:center;

	font-family: Arial, Helvetica, sans-serif;

	min-height: 100%;

	background: url(images/backgd_container_sub.jpg) repeat-y;

}

/**************************************************/	

/************** LEFT COLUMN DIVs ******************/

/*************************************************/

#left-column {

	width:585px;

}

#sub #left-column {

	width:604px;

}	

/************** CONTENT DIVs ***********************/



#content {

	text-align:left;

	background: #FFFFFF;

	padding:10px 20px;

}

#content ul {

margin-left:30px;

text-align:left;

}

#content td {

vertical-align:top;

text-align:left;

}



#content img {

margin:0 10px 5px 0;}





#content p {

	text-align:left; margin:5px 0; padding:8px;

}

#content p img{

	border: 1px solid #666666;

	margin:5px 12px;

}

#content p.subnav {

	font-size:.75em;

	text-align:center;

	padding:5px;

	background-color:#333333;

	color:#FFFFFF;

	}

#content p.subnav a {

	color:#FFFFFF;

	}

#content ol {

	margin:5px 10px 0 25px;

	padding:15px;

	}

/************** FORM CLASS ***********************/

.form {

	font:.9em Arial, Helvetica, sans-serif;

}

.form td {

	padding:5px;

	}

.required {

	color:#FF9900;

	font-size:2em;

	}

.form input{

	height:35px;

	padding:5px 0 0 0;

	}

/************** RIGHT COLUMN DIVs ***********************/

#right-column {

	width:434px;

	background-color:##a9dc80;	

}

#sub #right-column {

	width:390px;	

}

.right-column-content p{padding-top:10px;}

.right-column-content {

	background: #a9dc80 url(images/backgd_right.jpg) no-repeat left top;

	text-align:left;

	padding:10px;

	height: 100%;

	min-height:100%;

}

.right-column-content img {

	border: 1px solid #666666;

	margin:5px 12px;

}

.right-column-content h2 {

font-size: 1em;

}

/**************************************************/		

/************** BANNER DIVs ***********************/

/**************************************************/

#banner {

	background: url(images/backgd_banner.png) repeat-x;

	height:109px;

}

.logo {

float:left;

}

#banner address {

	display:block;

	text-align:right;

	padding:5px 8px 0 8px;

}

#banner address p {

	margin:0;

	color:#000;

	font:14px/17px Verdana, Arial, Helvetica, sans-serif;

}

/**************************************************/		

/************** NAVIGATION DIVs ***********************/

/**************************************************/

#nav {

	height:39px;

	padding:0;

	margin:0;

	width:100%;

	background: url(images/backgd_nav.png) repeat-x left top;

}



#nav li {

	display:inline;

	line-height:14px; padding-top:5px;

}

#nav li img {

	border:none;

	margin-right:3px;

	}

#nav li a {

	padding: 0 10px 0 0;

	/*font-size:1em;*/
	font-size:13px;
	color:#fff;

	text-decoration: none;

}

#nav li a:hover {

	text-decoration:none;

	color:#FF9900;

}



/**************************************************/		

/************** FOOTER DIVs ***********************/

/**************************************************/



#footer {

	background-image:url(images/backgd_footer.png);

	height:44px;

	width:994px;

	margin:0 auto;

	padding:10px 0;

	color:#FFFFFF;

	font:.8em Arial, Helvetica, sans-serif;

	text-align:center;

}



.gx {

text-align:center;

margin:15px auto;



}

.gx a {

	color:#666666;

	font-size:0.75em;

	text-decoration:none;

}
