/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5E1700;
}

/* Primary text styles*/

.text {
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 10px;
}

.text a {
	color:#5E1700;
}

.text a:hover {
	color:#999999;
}

.text a:visited {
	color:#9B2701;
}

.text li {
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.headline {
	font-weight:bolder;
	font-size:17px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 10px;
}

.headline a {
	color:#5E1700;
}

.headline a:hover {
	color:#999999;
}

.headline a:visited {
	color:#9B2701;
}

.subhead {
	font-weight:bold;
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 10px;
}

.subhead a {
	color:#5E1700;
}

.subhead a:hover {
	color:#999999;
}

.subhead a:visited {
	color:#9B2701;
}


/* Menu styles - main page*/

.menu {
	list-style-type:none;
	background-image: url(images/ds_main_left_sidebar.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

.menu li {
	color:#5E1700;
	font-size:16px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menu li a {
	text-decoration:none;
	color:#5E1700;
}

.menu li a:hover {
	color:#AE0000;
}

.menu li a:visited{
	color:#4D4D4D;
}


/* Menu styles - secondary page*/

.menu_sec {
	list-style-type:none;
	background-image: url(images/sec_nav_left.jpg);
	background-repeat:no-repeat;
}

.menu_sec li {
	color:#5E1700;
	font-size:16px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menu_sec a {
	text-decoration:none;
	color:#5E1700;
}

.menu_sec a:hover {
	color:#AE0000;
}

.menu_sec a:visited{
	color:#666666;
}

/* Footer styles*/

.footer_text {
	font-size:9px;
}

.footer_text a:link {
	color:#5E1700;
	text-decoration:none;
}

.footer_text a:hover {
	color:#666666;
	text-decoration:none;
}

.footer_text a:visited {
	color:#5E1700;
	text-decoration:none;
}


/* Email submission box styles*/

.email_form_text {
	font-size:10px;
	margin-left: 15px;
	color: #5E1700;
	margin-right: 5px;
}

.form_box {
	margin-left:0px;
	font-size: 9px;
	color: #5E1700;
}
