a {	
	color: #86343A;	
	text-decoration: none
}
body {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.75em;	
	line-height: 2em;	
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0
	}
h2 {
	font-size: 1.2em;
	color: #86343A;
	font-weight: bold;	
	}
h3 {	
	font-size: 1em;	
	}
h4 {
	color: #000000
	}
.content table {
	background-color: #E5E5E5
	}
.content th {
	background-color: #777576;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	}
.content td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #535353;
	padding: 4px;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.content {
	padding: 12px;
}

.header {
	height: 4px;
	background-image: url(../images/1redpixel.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
	color: #86343A;
	background-color: #FFFFFF;
	padding: 4px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86343A;
	text-align: center;
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a:hover {	
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}

.topNav {
	background: #E5E5E5;
	padding: 5px 8px 5px 6px;
	border-top: 1px solid #86343A;
}
.leftNav {
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #90333B;
	width: 190px;
}
input {
	font-size: .8em;
}

.loginBox {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#login .title {
	background-image: url(../images/boxheader-cntr.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #6B6B6B;
	font-weight: bold;
}
#login td {
	font-size: .95em;
}

#login .button {
	padding: 2px;
	border: #999999 1px solid;
	background-color: #86343A;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}




/* Left Nav Styling */

#navigation {
	font-weight: bold;
	text-decoration: none;
	font-size:12px; 
	margin-top:20px;
	margin-bottom:20px;
	position:relative; 
}

#navigation ul {
	margin: 0px;
    padding: 0px 0px 0px 0px; 
	list-style:none;
    }

#navigation li {
/*    float:left; 
	margin: 0px;*/
	height:22px; 
    }

#navigation a {
    float:left;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation ul li a {
	padding-left: 20px;
}
 #navigation ul li a:hover {
	background:#B46970;
}


#navigation #current {
	background:#B46970 url(../images/chevrons.gif) no-repeat right center;;
    }

#navigation #current a {
/*    background-image:url("../images/modnav/norm_right_on.gif"); 
	color: #fff;*/
    }

#navigation #current a:hover {
/*    background-image:url("../images/modnav/norm_right_on.gif"); 
	color: #fff;*/
    }

