/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background-color:#CCCCFF;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../images/outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/header_bg.jpg);/*Main  image*/
	background-position: -1px 0;
	height: 48px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#subheader {
	background-image: url(../images/subheader.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 112px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #0D1448;
}

#content p {
	font-size: 100.01%;
	padding: 5px 5px;
}


#content #content_img {
	float: right;
	border: 0px;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}

//**calendar layout **/
#content #calendar p {
	font-size: 70%;
	text-align: right;
	color:#000066;
	margin: 0 13px;
	
}
#content #calendar_table {
	background-color:#FFFFFF;
	font-size: 70%;
	text-align: right;
	font-color:#000066;
	}	


#content #blurb_table {
	background-color=#ffffff;
	border-bottom:dashed;
	border-bottom:#006633;
	text-align: left;
	font-color:#000066;
	}	

#content #disclaimer {
	font-size: 70%;
	text-align: left;
	padding: 4px 23px 25px 0;
	margin: 0 13px;
	}
	
/****** Ends the content layout ********/



/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 100px;
	top: 170px;
	left: 23px;
}

#nav h3 {
	/*color: #39355A;*/
	color: #336633;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: none;
}

#nav ul {
	list-style-type: none;
	color: #336633;
	/*margin-left: 20px;*/
}

#nav li a {
	height: 1%;
	display: block;
	text-decoration: none;
	color: #336633;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	text-decoration:underline;
	color:#003399;
}
div#nav ul li {
	border-bottom: none;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	margin-bottom: -2px;/*value for IE6*/
}




//** styles for second test menu ***/
#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 5px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
#containerul .clicker{	/* Various styles to position the clickable symbols next to the items in the menu. */
  display:block;
  padding-left:12px;
  background-position:0 50%;
  background-repeat:no-repeat;
}

//** end test menu 2 styles **/
/***** Ends the navigation *****/

/***** footers *****/

#footer {
	height: 34px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat; /*Main image*/
   background-position: -1px 0;
}


#footer p {
	font-size: 70%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color:#000066;
	border-top: 1px solid #000;
	margin: 0 13px;
	
}


/***** Ends the footers ********/
