@charset "utf-8";
/* CSS Document */
body {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4B4B4B;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#333333
	}
	
#bodyContainer {
	position:relative; width:761px; padding-left:10px; padding-right:10px; height:auto; background-color:#FFFFFF; margin:0 auto;
	}
	
p {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	}
	
hr {
	color: #F4F4F4; background-color: #F4F4F4; border: 1px dotted #666666; border-style: none none dotted;
	clear:both; 
	}
	
#headerLine {
	position:relative; clear:both; background-color: #454545; height:10px
	}
	
form,input,select,textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4B4B4B;
	padding:2px;
	}
	
a {
	text-decoration:none;
	color:#0066CC;
	outline: none;
	-moz-outline-style: none;
	}
	
a:active {
	color:#FF8000;
	}
	
h1 {
	margin:0px;
	background-color:#C3C3C3;
	font-size:11px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-top:1px solid #959595;
	}
	
h2 {
	color:#333333;
	border-bottom:1px dotted #666666;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#navR {
	position:relative; 
	height:198px; 
	width:190px; 
	float:left; 
	background-image:url(images/nav-right-top-bg.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color:#ececec
	}
	
#navR ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:0px; /*bottom spacing between each UL and rest of content*/
}

#navR ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	margin:0px;
	padding:0px;
	}

#navR ul li a{
	background-position:15px;
	color:#858585;
	display: block;
	height:20px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left:20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:bold;
	}

#navR ul li a:hover {
	background-color:#D6D6D6;
	color:#FFFFFF
	}

#navH {
	position:relative; height:29px; background-color: #3d3d3d
	}
	
#navH ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
	}

#navH ul li { 
	display: inline; 
	}

#navH ul li a {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:25px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
	}

#navH ul li a:hover {
	background-color: #454545;
	color: #DADADA;
	}
	
#navH ul li a:active {
	background-color: #000000;
	}
	
#mainBody {
	position:relative;
	height: auto;
	width:540px;
	padding:10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	background-color:#FCFCFC
	}
	
#rightPan {
	position:relative; 
	height:auto; 
	width:170px;
	padding:10px; 
	float:right; 
	background-color:#ececec;
	margin-bottom:0px;
	}
	
#tips {
	position:relative; 
	height:auto;
	float:right; 
	width:260px; 
	margin-bottom:10px;
	}
	
#tips ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:8px; /*bottom spacing between each UL and rest of content*/
}

#tips ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	margin:0px;
	}

#tips ul li a{
	background: url(images/bullet.gif) no-repeat center left; /*custom bullet list image*/
	background-position:15px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	text-decoration: none;
	height:15px;
	border-bottom:1px dotted #D4D4D4
	}

#tips ul li a:hover {
	background-color:#E5E5E5;
	}
	
#news {
	position:relative; float:left; width:267px; height:auto;
	}
	
#news ul {
	margin:0px;
	list-style-type: none;
	padding:0px;
	margin-top:10px;
	}
	
#news ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin:0px;
	}

#news ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
	padding-left:10px; /*link text is indented 19px*/
	text-decoration: none;
	}
	
#news ul li a:hover {
	text-decoration:underline;
	}
	
#footer {
	position:relative; clear:both; margin-top:0px; background-color:#333333; height:50px;
	text-align:center;
	padding-top:10px;
	line-height:18px;
	color:#999999;
	line-height:20px;
	}
	
#footer a {
	padding-bottom:3px;
	color:#D8D8D8;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	}
	
#footer a:hover {
	background-color:#006699;
	color:#FFFFFF
	}
	
#emptyAnchor {
	width:100%;
	height:100%
	}
	
#emptyAnchor a {
	width:100%;
	height:100%;
	display:block
	}
