@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/home-bg.jpg);
	width:760px;
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #header { 
	background-image:url(images/header.jpg);
	width:760px;
	height:104px;} 
	
.topnav
{padding-left:600px;
 padding-top:72px;}
 
img {border:none;}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 353px;
	height:556px;
	background-image:url(images/right-content.jpg);
	background-repeat:no-repeat;}
	
.whatsnew {
 padding-left:190px;
 padding-top:340px;
 font-size:12px;}
 
.whatsnew a:link
 {color:#FFFFFF;
  text-decoration:none;}

.whatsnew a:visited
 {color:#FFFFFF;
  text-decoration:none;}
  
.whatsnew a:hover
 {color:#FFFFFF;
  text-decoration:underline;}

.whatsnew a:active
 {color:#FFFFFF;
  text-decoration:none;}
  
	
	
.twoColFixRtHdr #mainContent { 
    background-image:url(images/left-content.jpg);
	background-repeat:no-repeat;
	width:407px;
	float:left;} 
	
.twoColFixRtHdr #mainContent p {
     font-size:12px;
	 padding-top:75px;
	 padding-left:40px;
	 padding-right:20px;}


.nav {padding-top:8px;
	    padding-left:162px;}
		
.nav li {list-style-image:url(images/arrow.gif);
	   color:#FFFFFF;
	   font-size:12px;}

.nav li a:link
 {color:#FFFFFF;
  text-decoration:none;}

.nav li a:visited
 {color:#FFFFFF;
  text-decoration:none;}
  
.nav li a:hover
 {color:#FFFFFF;
  text-decoration:underline;}

.nav li a:active
 {color:#FFFFFF;
  text-decoration:none;}
  



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
IMG.left {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 2px 10px 5px 0px; BORDER-RIGHT-WIDTH: 0px
}
IMG.right {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 2px 0px 5px 10px; BORDER-RIGHT-WIDTH: 0px
}
IMG.across {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 0px 10px; BORDER-RIGHT-WIDTH: 0px
}
