/* sets margin and padding to 0 on EVERYTHING 
	sets font and color */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;

	
	}

* a:link {
	color: #69E;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}

* a:hover{
	color: #8af;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}
* a:visited {
	color: #36E;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}	

* img {
	border: 0;				/* turn off borders if they are on (on graphics, usually a href) */
	}
	
/* cascades so that each level of indent of a list will result in smaller text
	thus gradually getting smaller as you get more levels deep */
* ul {
	list-style-type: none;
	}
	
/* indents the list items */
* li {
	padding-left: 1em;
	}

.bolded {
	font-weight: bold;
	}

/* body declarations */

body {
/*	width: 760px;
	background:  url(images/lizawindowless.gif)  no-repeat 500px top #FFFFFF;  

	font-size: 0.9em;*/
	background: url(images/lizawindowless.gif) no-repeat right top #FFFFFF;
	position: absolute;
	font-size: 0.9em;
	margin-left: 12px;	
	margin-right: 12px;
	margin-top: 12px; 
	margin: 12px;
	top: 0px;
	}	
	
/* major page section definitions */	

#header {
/*	background: url(images/print2.gif) no-repeat right top; */
	margin: 12px 12px 12px 12px;
	width: 635px;
	height: 125px;
	}
	
#main {	
	width: 650px;
	border: 1px solid #A80;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 0.9em;
	color: #630;
	}
	
/* section definitions that lend meaning AND cause background graphics */
	
#header h1 {
	align:top;
	color:#630;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	height: px;
	}
	
#header h2 img {
	margin-top: 0px;
	margin-left: 17px;
	}



/* main content stuff ---------------------------------------------------------------------------------- */
#main .contentheader {
	color: #630;
	font-size: 1.2em;
	margin: 0px 250px 12px 0px;
	padding: 0.2em;	
	background: #DA3  no-repeat right bottom;
	}

#main h2 {
	color: #009;
	}

#main .overlay{
	background: no-repeat 500px top #FFFFFF;
	position: absolute;
	font-size: 0.9em;
	left: 450px;
	top: 0px;


}

#main .contentitem {
	color:#630;
	background:  no-repeat left top;
	border: 1px solid #DA3;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}
#main .end{
	background:  no-repeat right bottom;
	}	
#main td{
	color:#630;
	font-size: .9em;
	}

#main h3 {
	color: #69E;
	}

#main .boxfoot_outer {
	margin-top: -6px;
	display:block;
/*	border-bottom: 1px solid #630; */
	background: url(images/#white_lower_left.gif) no-repeat left bottom;
	}

#main .footer_inner {
	background: url(images/#white_lower_right.gif) no-repeat right bottom;
	}

#footer ul li {
	float: right;
	padding-left: 15px;	
	background: url(../../images/bullet_line.gif) no-repeat left center;
	}
	

#footer .boxfoot_outer {
	margin-top: -6px;
	display:block;
	height: 12px;
	background: url(../../images/#white_bottom_left.gif) no-repeat left bottom;
	}
	
