/* sets margin and padding to 0 on EVERYTHING 
	sets font and color */
* {
	margin: 0;
	padding: o;
	font-family: Arial;
	color:#333333;
	left: 2em;
	padding-bottom: 2px;
	
	}

* a:link {
	color: #009;			/* make text dark red */
	text-decoration: none;	/* turn off underlining */
	}


* a:visited {
	color: #00c;			/* make text dark red */
	text-decoration: none;	/* turn off underlining */
	}	
	
* a:hover{
	color: #00d;			/* make text red */
	text-decoration:underline overline; /* turn on over-underline */
	}
	
* 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;
	padding-left: 2em;
	font-size: 0.8em;
	}
	
/* indents the list items */
* li {
	}

.bolded {
	font-weight: bold;
	}

/* body declarations */

body {
/*	width: 760px;  */
/*	background: url(images/teeth.jpg) no-repeat 500px right top #FFFFFF;*/
	margin-left: 12px;	
	margin-right: 12px;
	margin-top: 12px; 
	margin: 12px;
	font-size: 01em;
	background:#ddd;
	}	
	
/* major page section definitions */	

#header {
	background: url(images/teethtitle.jpg) no-repeat right top; 
	margin: 12px 12px 12px 12px;
	width: 635px;
	height: 125px;
	}
	
#main {	
	background:  no-repeat right top;
	width: 650px;
	border: 1px solid #eee;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 01em;
	background:#069;
	}
	
/* section definitions that lend meaning AND cause background graphics */
	
#header h1 {
	align:top;
	color:#069;
	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: #069;
	font-size: 1.1em;
	margin: 0px 250px 12px 0px;
	padding: 0.2em;	
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	}
	
#main .topic {
	color: #069;
	font-size: 1.1em;
	margin: 0px 250px 12px 0px;
	padding: 0.2em;	
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	}

#main h2 {
	color: #003366;
	}

#main .description {

	margin: 12px 12px 12px 12px;
	padding:10px;
	font-size: 1em;
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);	}

#main .cell {
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-size: 1em;
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);	}

#main .content_item {

	margin: 12px 12px 12px 12px;
	padding:10px;
	font-size: 1em;	
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	}
	
#main .content_item .image{
	background:  no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ccc;
	}
	
#main .content_item .text{
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	margin: 12px 12px 12px 100px;
	padding: 10px;
	font-size: 1em;
	background: #fff;
	}
	
#main .end{
	background:  no-repeat right bottom;
	}	
	
/*#main table{
	margin: 12px 12px 12px 12px;
	padding: 0px;
	width:auto;
	border: 0px;
	font-size: 1em;
	background: #069;
	}
	*/
	
#main td{
	cellpadding: 2px;
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	margin: 12px 12px 12px 100px;
	border: 10px solid #069;
	width: 50%;
	padding: 0;
	font-size: .9em;
	}

#main h3 {
	color: #000;
	}

#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 {
	cellpadding: 2px;
	background: #fff  no-repeat right bottom url(images/blue_lower_right.gif);
	margin: 12px 12px 12px 100px;
	border: 0px solid #069;
	width: 50%;
	padding: 0;
	font-size: .9em;
	float: right;
	padding-left: 15px;	
	background: url(../../images/bullet_line.gif) no-repeat left center;
	}

#footer 
	{
	background:  no-repeat right top;
	width: 650px;
	border: 1px solid #eee;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 01em;
	background:#069;
	}
	

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

