/* Main Formatting */

body { 
  margin: 0; 
  padding: 0; 
  text-align: center;  
}
  
div { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #333333;
}

h1 {
	color: #990000;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0px;
}

h2 {
	color: #990000;
	font-size: 14px;
	padding-top: 4px;
}

h3 {
	color: #ff9900;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 15px;
}

h4 {
	color: #0066CC;
	font-size: 14px;
	padding-top: 4px;
}

a { color: #006699; }

a:hover { color: #003399; }

/* Trademark classes */

.xsel {
	font-variant: small-caps;
	font-size: 11px; 
}

.distrib {
	font-variant: small-caps;
	font-size: 11px; 
}

/* Main Layout */

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
}

#innerwrap {
	width: 705px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentwrap {
	width: 705px;
	height: auto;
	border: 1px solid #cccccc;
	background-image: url(../images/leftcol_border.gif);
	background-repeat: repeat-y;
	
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#banner {
	width: 705px;
	height: 150px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

/* Main Navigation */

#mainnav {
	 text-align: right;
	 width: 220px;
	 padding-top: 20px;
	 top: 0px; 
	 margin: 0px;
	 line-height: 18px;
}

#mainnav a {
	 color: #000000;
	 font-size: 12px;
	 text-decoration: none;
	 padding-right: 14px;
	 background-image: url(../images/red_arrow.gif);
	 background-position: right;
	 background-repeat: no-repeat;
}

#mainnav a:hover {
	 color: #990000;
	 font-size: 12px;
	 font-weight:300;
	 text-decoration: none;
}

#mainnav .activebtn {
	color: #990000;
}

/* Left Column & Sub Navigation */

#leftcol {
	width: 190px;
	/*min-height: 300px;*/
	top: 0px;
	left: 0px;
	float: left;
	color:#666666;
	
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 35px;
	
	background-image: url(../images/ball_watermark.jpg);
	background-position: 0 50px;
	background-repeat: no-repeat;
}

.homereadmore {
	text-align: right;
	padding-bottom: 10px;
}

.readmore {
	text-align: right;
}

.readmore a {
	color: #006699;
}

.readmore a:hover {
	color: #003399;
}

.subnav li {
	line-height: 20px;
	list-style-image: url(../images/yellow_arrow.gif);
}

.subnav a {
	text-decoration: none;
	color: #333333;
}

.subnav a:hover {
	text-decoration: none;
	color: #ff9900;
}

.subnav ul li {
	color: #666666;
	list-style-type: square;
	list-style-image: url(../images/diamond.gif);
}

.subnav ul li a:hover {
	color: #ff9900;
}

.subnav .activesub {
	color: #ff9900;
}

#xselad {
	bottom: 0px;
	width: 190px;
	height: 120px;
}

#xselad p {
	color: #666666;
	font-style:italic;
}

/* Main Content */

#contentmain {
	width: 390px;
	height: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	right: 0px;
	margin-left: 234px;
	top: 0px;
}

#advantage {
	text-align: center;
	bottom: 0px;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 0px;	
	margin-bottom: 0px;
	position: relative;
	
	background-image:url(../images/advantages.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Top Navigation */

#topnav {
	position: relative;
	width: 705px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #999999;
	font-size:12px;
}

#topnav a {
	color: #666666;
	text-decoration: none;
}

#topnav a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Bottom Navigation */

#bottomnav {
	position: relative;
	width: 705px;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	color: #999999;
	font-size:12px;
}

#bottomnav a {
	color: #666666;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Custom Classes*/

.peoplepic {
	margin-left: 10px;
	margin-bottom: 6px;
	border: 1px solid #666666;
}

.chart {
	font-size: 11px;
	border: 1px solid #cccccc;
}

.charthead {
	font-weight:bold;
	background-color: #dedede;
}

.chartside {
	font-weight:bold;
	background-color: #f3f3f3;
}

.required {
	font-style: italic;
	color: #cc0000;
	font-size: 11px; 
	padding-top: 10px;
}

#div1 p {
	color:#666666;
}

.greyhr {
	padding-top: 20px;
}

.smalltext {
	font-size: 11px;
}
