/* CSS by www.motionmarketing.com */

* {	margin: 0px; padding: 0px; }

body {
	color: #999; 
	background-color:#600;
	font-size:1em;
/*	line-height: 1.2em; */
	font-family: sans-serif, Arial, Helvetica;
	margin: 0px auto;
}

h1,h2,h3,h4,h5,h6 { color: #fc3; font-family: sans-serif, Arial, Helvetica; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; font-style: italic; }
h4 { font-size: .9em; font-style: italic; }
h5 { font-size: .9em; font-style: italic; }
h6 { font-size: .8em; }

A:link, A:visited { color: #ccc; text-decoration: underline; }
A:hover, A:active { color: #f7f7f7; text-decoration: underline;}

p { }

ul { color: #fff; font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; font-family: Verdana, Arial, Helvetica; }
ul ul { font-size: .93em; list-style-type: square; }
ul ul ul { font-size: .86em; list-style-type: circle; }

ol { color: #fff; font-size: 1em; margin: 5px 16px 5px 25px; font-family: Verdana, Arial, Helvetica; }
ol ol { font-size: .93em;  }
ol ol ol { font-size: .86em;  }	

hr { color: #ccc; height: 1px; }

/*-------- structure ---------*/
#footer {
	clear:both;
	position:relative;
	height:42px;
	background-color:#fff;
	margin-bottom:0px;
}

/* MENUS */
.menu { color: #fff;  font-size: 1em;  font-weight: bold; font-family: Verdana, Arial, Helvetica; margin: .5em; padding: 4px; }
	.menu A:link, .menu A:visited { color: #fff; text-decoration: none; }
	.menu A:active, .menu A:hover { color: #fff; background: #900; text-decoration: underline; }
	

/* FORMS */
.formprompt { color: #808080; font-size: .8em; font-family: Verdana, Arial, Helvetica; padding: 8px; }
/*
input, select, textarea, option	{ color: #ccc; font-size: .9em; font-family: Verdana, Arial, Helvetica; }
*/

/* CELLS */
.cell_gry { background: #666 }
.cell_wht { background: #fff }

/* TEXT */
.tah11, tah10, tah9 { font-family: tahoma; }
.tah11 { color: #666; font-size: 11px; }
.tah10 { font-size: 10px; }
.tah9 {	font-size: 9px; }

.ver11, ver10, ver9 { font-family: Verdana, Arial, Helvetica, sans-serif; }
.ver11 { font-size: 11px; }
.ver10 { font-size: 10px; }
.ver9 { font-size: 9px; }


/* NAV */
.nav_left {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-image: url(images/col_left_bkgnd.gif);
}
.nav_left_text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.nav_left_text_sm {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
	padding-top: 8px;
}

/* IMAGES */
.image_border_large { background-color: #fff; border: 15px solid #fff; margin-left: 15px;  }
.image_border_med { background-color: #fff; 	border: 10px solid #fff; }
.image_border_small { background-color: #fff; border: 5px solid #fff; }

/* CONTENT */
.content_copy { color: #fff; padding: .5em 1em .5em 1em; vertical-align: top; } 
.content_copy h1, h2, h3 { color: #fc3; }
.content_copy a { color: #E0E0E0; text-decoration: underline; }
.content_copy a:hover { color: #fff; text-decoration: underline; }

.copyright { color: #666; font-size: 10px; }
	.copyright A:link, .copyright A:visited { color: #999; text-decoration: none; }
	.copyright A:active, .copyright A:hover { color: #666; text-decoration: underline; }

.footer_center, .footer_right, .footer_right { color: #666; background-color: #fff; font-size: .8em }
.footer_left { text-align: left; }
.footer_center{ text-align: center; }
.footer_right { text-align: right; }
	.footer_right a { text-align: right; text-decoration: none; }
	.footer_right a:hover { text-align: right; text-decoration: underline; }
