#logo {
	XXXBACKGROUND: url(../images/logo1.gif) no-repeat 3px 17px;
	MARGIN: 0px;
	
	   HEIGHT: 140px;
	   position: relative;
	   top: 0px;
	   width:auto;}
.bannerleft
{
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: medium none; PADDING-TOP: 0px; BORDER-BOTTOM: medium none; position:absolute;
	}

.bannerright
{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px -3px 0px 0px; PADDING-TOP: 0px;	BORDER-RIGHT: medium none;BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none;
}
#days {font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; font-weight:bold; position:relative; left: 0px; top: 0px;  margin:0px; text-align:left; border: 0px; padding: 0px;
}


body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
	
}  

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	/*background: #EDEBE3; this brings up light blue color for background */
	color: #333;
	XXXpadding: 1em 2px 3em 2px;
	margin: 0;
	background/*-image*/: url(../images/strip.png) repeat-x right top;
	
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

XXXp { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2.underline {
	font-size: 140%;
	padding-bottom: 2px;
	padding-left:70px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
h2 {font-size:140%}

#main 
{
	XXXborder: 1px solid #666;
	border-top:1px solid #666;
	clear: both;
	background: #E5D3C1;
	padding-top: 2em;
}

#contents 
{
	padding: 1.5em 1.5em 0 1.5em;
	background: #FFFFFF;
	font-size:small;
	font-weight:normal;
	height:100%;	
}
/*styling for second sub nav begins here*/
#contents ul#SubNav  
{
 	border: 1px solid #666;
	background: #E5D3C1;
	padding: 4px 4px 19px 4px;
}

#contents ul#SubNav li  
{
	display: inline;
	float:left;
		list-style:none;
			font-size: 85%;
			border-right: 1px dotted #AAA;	
			
					
}
#contents ul#SubNav li a{
display:block;
float:left;
border-right: 1px dotted #AAA;
padding:0 10px;	
	 
}
#contents ul#SubNav span,#contents ul#SubNav a.current,#contents ul#SubNav a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #E5D3C1;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight: bold;
	
}
#main ul#SubNav li a,#main ul#SubNav li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}
ul.bullets li{
	list-style: disc;
}
ul li{
	list-style: none;
}
/*ends*/
#header 
{
	position: relative;
	height: 3em;
	XXXwidth: 45em;  /*a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
}

#header ul#primary 
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	XXXwidth: 53em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  
{
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current 
{
	XXXwidth: 10.1em;
	width:12em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;

}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #E5D3C1;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight: bold;
	
}

#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

#contentBox
{
width:500px;
padding-left:70px;

}
  
#sub {
	position:absolute;
	left:600px;
	top:300px;
	width:300px;
}
#newmargin {
	margin-left: 50px;
	width: 450px;
}
#footerNav {
	margin:0;
	border:0;
	padding-left: 2em;
	padding-right: 2em;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#footerNav p{
	border-top:1px solid #ccc;
	padding-top:10px;
	text-align:center;
	}
#footerNav p a {
	text-decoration:none;
	color: #06C;
	}
#footerNav p a:hover {
	text-decoration:underline;
	color:#e87511;
	}
	
.selected {
	color: #e87511;
}
.alignRight{
	text-align:right}
.atozHeaders {
	font-size: 14px;
	font-weight: bold;
}


