/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	line-height: 16px;
	color: #000000;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	line-height: 16px;
	color: #000000;
	}

a:link {
	color: #254349;
	}

a:visited {
	color: #254349;
	}

a:hover {
	color: #B59453;
	}

big {
	font-family:arial, helvetica, sans-serif; 
	font-size:13px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:13px; 
	line-height: 16px; 
	font-weight:bold;
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	}
	
.mname {
	font-size:13px; 
	color: #254349;
	font-weight:bold;
	}

.mtitle {
	color: #755F30;
	font-weight:bold;
	font-style: italic;
	padding-bottom: 5px;
	}

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.Highlight {
	font-family:arial, helvetica, sans-serif; 
	font-weight:bold;
	font-style: italic;
	color: #735D2F;
	}


/* Navigation Styles*/

.nav {
	font-size:12px;
	padding: 20px 0px;
	}

.nav a:link {
	display: block; 
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #B7A06F;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.nav a:visited {
	display: block; 
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #B7A06F;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.nav a:hover {
	display: block; 
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #B7A06F;
	color:#254349;
	text-decoration:none;
	}

.nav em a:link {
	display: block; 
	padding: 7px 0px 7px 20px;
	border-bottom: solid 1px #B7A06F;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.nav em a:visited {
	display: block; 
	padding: 7px 0px 7px 20px;
	border-bottom: solid 1px #B7A06F;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.nav em a:hover {
	display: block; 
	padding: 7px 0px 7px 20px;
	border-bottom: solid 1px #B7A06F;
	color:#254349;
	text-decoration:none;
	}

.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:13px;
	}

.footer a:link {
	color:#254349; 
	text-decoration:none; 
	}
	
.footer a:visited {
	color:#254349;
	text-decoration:none; 
	}
	
.footer a:hover {
	color:#254349; 
	text-decoration:underline; 
	}
	
/* Page Layout Styles*/

.lCol {
	border-bottom: solid 1px #254349;
	background-image: url("/i/common/LColBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color: #735D2F;
	padding-left: 24px;
	}

.mainTop {
	border-right: solid 1px #254349;
	}

.main {
	border-right: solid 1px #254349;
	border-bottom: solid 1px #254349;
	padding: 0px 20px 20px 20px;
	}

/* Home Page Layout Styles */
	
.HomePic {
	border-right: solid 1px #254349;
	border-left: solid 1px #254349;
	background-color: #254349;
	}
	
.HomeNews {
	background-color: #A78848;
	border-left: solid 1px #254349;
	border-bottom: solid 1px #254349;
	}

.HomeMain {
	border-right: solid 1px #254349;
	border-bottom: solid 1px #254349;
	padding: 0px 0px 20px 20px;
	}

.HomeText {
	padding-right: 20px;
	line-height: 20px;
	font-size:14px; 
	}

.HomeText  b {
	color: 254349;
	font-size:14px; 
	font-weight:bold;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	border: solid 1px #254349;
	background-color: #FFFFFF;
	padding: 1px;
	}

.news {
	color: #FFFFFF;
	padding: 0px 20px;
	}

.news strong {
	color:#182F35;
	}

.news a:link {
	color:#182F35;
	text-decoration:none;
	}
	
.news a:visited {
	color:#182F35;
	text-decoration:none;
	}
	
.news a:hover {
	color:#182F35;
	text-decoration:underline;
	}

.HomeStockTable {
	border: solid 1px #254349;
	font-size:11px;
	}

