/***** Main Styles */
BODY {
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}

a:visited {
color: #2C2C2C;
}

/***** Normal Styles */
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2C2C2C;
}

.normal li {
margin-left: 20px; 
list-style-position: outside; 
list-style-image: url("images/bullet.gif");
}

.normal a:link {
color: #2C2C2C;
text-decoration: underline;
}

.normal a:hover {
color: #FFFFFF;
text-decoration: underline;
background-color:#AB2817
}

.normal a:visited {
text-decoration: underline;
}

/***** Related Styles */
.related a:link {
color: #CE9834;
text-decoration: none;
}

.related a:hover {
color: #FFFFFF;
text-decoration: none;
background-color:#AB2817
}

.related a:visited {
color: #CE9834;
text-decoration: none;
}


/***** News Styles */

.news {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2C2C2C;
list-style-image: url("images/bullet_news.gif");
margin-left: 15;
list-style-position: outside; 
padding-left: 0;
}

.news a:link {
color: #2C2C2C;
text-decoration: underline;
}

.news a:hover {
color: #FFFFFF;
text-decoration: none;
background-color:#AB2817
}

.news a:visited {
color: #2C2C2C;
text-decoration: underline;
}

.newshome {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2C2C2C;
list-style-image: url("images/bullet_news.gif");
margin-left: 36;
list-style-position: outside; 
padding-left: 0;
}

.newshome a:link {
color: #2C2C2C;
text-decoration: underline;
}

.newshome a:hover {
color: #FFFFFF;
text-decoration: none;
background-color:#AB2817
}

.newshome a:visited {
color: #2C2C2C;
text-decoration: underline;
}


/***** Input Styles */

.contact input, select {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E5EAEA;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 210px;
}

.contact input, textarea {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #E5EAEA;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 210px;
}


.heading_fix {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
margin-left: -20px; 
}


/***** Heading Styles */
.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #BD2C1A;
}


/***** Heading Styles */
.heading_people {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #BD2C1A;
}

/***** Heading Styles */
.heading_people_qual {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #9D8D85;
}


/***** Nav Styles */

.nav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
cursor: hand;
background: url("images/nav/sub/bg_silver.gif");
}

.nav a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}

.nav a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}

.nav a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
}

.nav_on {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
cursor: hand;
background-color:#AB2817;
}

.nav_on a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}

.nav_on a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}

.nav_on a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}


/***** Other Misc Styles */
.people image{
border-color: #CC9933
}


.right {
	background-position:right;
}