/*
Version    : 2.0
Released   : Oct 11, 2007
Description: Use with Three column fixed width template for 1024x768 monitor.
*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	font-size: .8em;
	color: #000000;
	/*background-color:#000000;*/
	background-color:#FDFFF0;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(/images/WhatsNew/HeaderBanner4.gif) no-repeat center bottom;*/
	
}

h1, h2, h3 {
	/*margin-bottom: 20px;*/
	color: #000000;
}

h1 {
	font-size: 1.92em;
}

h2 {
	font-size: 1.46em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .95em;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Logo */

#logo {
	width: auto;
	padding: 20px 0 118px 0;
	background: url(/images/WhatsNew/HeaderBanner4.gif) no-repeat center bottom;
	
	border-bottom: #942A2A;
	
	
	
}

#logo h1, #logo h2 {
	width: 944px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 944px;
	margin: 0 auto;
	background:#FFFFFF; /*White*/
	border-bottom: 2px solid #787D53;
}

/* Left */

#left {
	float: left;
	width: 160px;
	padding: 3px;
	text-decoration: none;
	font-size: .8em;
	font-weight: 550;
	color:#FAFBE6;
	border-left: 2px solid #787D53;
	border-right: 0px solid #787D53;
	background: url(/images/WhatsNew/LeftPanelBG.gif) repeat left center;
}

#left h2 {
	margin-bottom: .3em;
	padding-left: 18px;
	padding-right: 1px;
	/* border-right: 0px solid #787D53; */
	background-color:#942A2A; 
	text-transform: uppercase;
	text-align: left;
	font-size: .9em;
	color:#FFFFFF
}

#left ul {
	line-height: 1.6em;
	
}

#left li {
	padding-left: 35px;
	background: url(images/LittleShockKhaki.gif) no-repeat left center;
	/*  background: url(/images/WhatsNew/WinterButton.jpg) no-repeat left center; */ 
	text-align: left;
}

#left a {
	text-decoration: none;
	font-size: .9em;
	color:#FAFBE6;
}

#left a:hover {
	text-decoration: underline;

}

/* Center */

#centerpanel {
	float: left;
	width: 599px;
	padding: 10px;
	
}

#centerpanel li {
	padding-left: 35px;
	text-align: left;
}
/* Right */

#right {
	float: right;
	width: 140px;
	padding: 1px;
	border-left: 2px solid #D0D0A4;
	border-right: 2px solid #FFFFFF;
    background-color:#FFFFFF; 
	
}

#right h2 {
	margin-bottom: 1em;
	padding-left: 6px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 600;
	color: #333333;
}

#right ul {
	line-height: 1.82em;
}

#right li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left center;
}

#right a {
	text-decoration: none;
	font-size: .8em;
}

#right a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	/*height: 100px;*/
	
	padding: 20px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .76em;
	font-weight: 500;
	color: #000000;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

.feature h2{
	margin-bottom: 20px;
	color:#FF0000
}
.RedBold {
	color: #F00;
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}
.VerdanaSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
.VerdanaBoldBig {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	color: #F00;
}
.TextBoxes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
.TextBoxesBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
.TextBoxesSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
}
