/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	line-height: 18px;
	background-color: #083A2A;
	color: #444444;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
   line-height: 18px;
	color: #444444;
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
   line-height: 18px;
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
   line-height: 18px;
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	}

a:link {
	color:#8E6D22;
	text-decoration:underline;
	}
	
a:visited {
	color:#8E6D22;
	text-decoration:underline;
	}
	
a:hover {
	color:#8E6D22;
	text-decoration:none;
	}

sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }
	
.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	}

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

/* Navigation Styles*/
	
.nav {
	font-weight:normal; 
	border-top: solid 1px #FFFFFF;
	}
	
.nav a:link {
	display: block;
	padding: 9px 0px 9px 10px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
	}
	
.nav a:visited {
	display: block;
	padding: 9px 0px 9px 10px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
	}
	
.nav a:hover {
	display: block;
	padding: 9px 0px 9px 10px;
	color:#083A2A;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
	}
	
/* Page Layout Styles*/

.Header img {
	behavior: url('/cc/js/pngbehavior.htc');
	}

.HeaderBG {
	background-image: url("/i/common/HeaderBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.LCol {
	background-image: url("/i/common/LColBG.gif"); 
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #8E6D22;
	}

.MainBG {
	background-color: #FFFFFF;
	}

.Main {
	padding: 0px 0px 10px 30px;
	}

.Footer a:link {
	color:#9AA29F;
	text-decoration:none;
	}
	
.Footer a:visited {
	color:#9AA29F;
	text-decoration:none;
	}
	
.Footer a:hover {
	color:#9AA29F;
	text-decoration:underline;
	}
	
/* Home Page Layout Styles*/

.HomeBodyBG {
	background-image: url("/i/front/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.HomeTextBG {
	background-image: url("/i/front/TextBG.png"); 
	background-repeat: no-repeat; 
	background-position: bottom center;
	behavior: url('/cc/js/pngbehavior.htc');
	}

.HomeTextBG td {
	padding: 25px;
	color: #BCBCBC;
	}

.UpdatesBG {
	padding: 10px;
	background-image: url("/i/front/TextBG.png"); 
	background-repeat: no-repeat; 
	background-position: top center;
	behavior: url('/cc/js/pngbehavior.htc');
	}

.UpdatesBG td {
	color: #BCBCBC;
	}
	
.News strong {
	color: #BF9E40;
	}
	
.News a:link {
	color: #BCBCBC;
	text-decoration:none;
	}

.News a:visited {
	color:#BCBCBC;
	text-decoration:none;
	}
	
.News a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

