/***** 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
}

/***** Normal Styles */
.normal_border {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
border-width: 1;
border-style: solid;
}

/***** Normal Styles */
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
}

.normal li {
margin-left: 20px; 
list-style-position: outside; 
list-style-image: url("images/bullet.gif");
}

.normal a:link {
color: #CE9834;
text-decoration: none;
}

.normal a:hover {
color: #CE9834;
text-decoration: none;
background-color:#DCE3E2
}

.normal a:visited {
color: #CE9834;
text-decoration: none;
}


/***** 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;
}


.bull {
margin-left: 20px; 
list-style-position: outside; 
list-style-image: url("images/bullet.gif");
}

.heading_fix {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
margin-left: -20px; 
}


/***** Related Links Styles */
.relatedlinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
list-style-image: url("images/bullet.gif");
}

.relatedlinks a:link {
color: #CE9834;
text-decoration: none;
}

.relatedlinks a:hover {
color: #CE9834;
text-decoration: none;
background-color:#DCE3E2
}

.relatedlinks a:visited {
color: #CE9834;
text-decoration: none;
}


/***** Heading Styles */
.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #CE9834;
}

/***** Time Styles */
.time {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #818181;
}

/***** Footer Styles */
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #363636;
}

.footer a:link {
color: #363636;
text-decoration: none;
}

.footer a:hover {
color: #363636;
text-decoration: none;
}

.footer a:visited {
color: #363636;
text-decoration: none;
}

.footer_red {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #861E15;
}

/***** Nav Styles */
.nav {
	background-repeat:no-repeat;
}

/***** Sub Nav Styles */

.subnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
}

.subnav a:link {
color: #363636;
text-decoration: none;
}

.subnav a:hover {
color: #363636;
text-decoration: none;
background-color:#DCE3E2
}

.subnav a:visited {
color: #363636;
text-decoration: none;
}

.people image{
border-color: #CC9933
}

/***** Other Misc Styles */
.right {
	background-position:right;
}

.bottomBg{
	background:url(images/banner_b.gif) top left no-repeat;
	height:14px;
}
.latestNew{
	width:167px;
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, "Helvetica 65 Medium";
	color:#fff;
}
.latestNew ul{
	list-style: disc outside; margin:0; padding:0 0 0 15px; 
}
.latestNew a{
	color:#fff;
}
.latestNew h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform:capitalize;
	color:#c79131;
	padding-bottom:1em;
	font-weight:normal;
	font-size:16px;
	border-bottom:1px dotted #c79131;
}

.bgBody{
	background:url(images/banner_bg.gif) center left repeat-y;
	padding:10px;
	vertical-align:top;
	
}