/* Layout Stylesheet */ 

body {
	margin:0px;
	color: #666666;
	text-align:center;
	padding:0;
	background-color: #FFFFFF;
 }
 
th {
	color: #666666;
}

td {
	color: #666666;
}

#outer {
	text-align:left;
	width:900px;
	margin: auto;
	padding: 0px;
	border: 1px solid #FF9999;
	color: #666666;
	background-color: #FF9999;
 }
#product {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#hdr {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }
#product td {
	color: #000000;
	vertical-align: top;
	padding: 2px;
}
 
#bar {
	height:45px;
	color: #666666;
	background-color: #FF9999;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
 }

#bodyblock {
	position:relative;
	background: #A1E0EF;
	color: #333333;
	width:800px;
	background-color: #FF9999;
 }

#l-col {
	float:left;
	color: #333333;
	width:99px;
	background-color: #FF9999;
	border-bottom-style: none;
 }

#cont {
	width:690px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin-left: 0px;
	border-top-width: 5;
	border-right-width: 5;
	border-bottom-width: 5;
	border-left-width: 5;
	margin-right: 0px;
	padding: 5px;
 }

#ftr {
	height:50px;
	color: #333333;
	margin:0;
	font-size: small;
	background-color: #FF9999;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
	left: 0px;
	text-indent: 15px;
 }
 
#quote {
	position: absolute;
	left: 535px;
	top: 260px;
	width: 225px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 260px;
	color: #33CC00;
	font-size: 11px;
}

#heal_span {
	font-size: xx-large;
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #FF6666;
}

/*********** #l-col link styles ***********/

#l-col ul a:link, #l-col ul a:visited {
	display: block;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#l-col ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#l-col li {
	color: #333333;
	height: 35px;
	vertical-align: middle;
	display: block;
	text-align: center;
}

/* fix for browsers that don't need the hack */
html>body #l-col li {
	border-bottom-style: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	border-bottom-style: none;
	font-family: "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sectionLinks h3{
	padding: 2px 2px 2px 2px;
}
#sun_text {
	color: #FF6666;
}

#sectionLinks a:link{
	padding: 2px 2px 2px 2px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: none;
	color: #009900;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

#sectionLinks a:visited{
	padding: 2px 2px 2px 2px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 2px 2px 2px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: none;
	color: #FF6666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}
#school_span {
	font-size: x-large;
	font-family: "Book Antiqua";
	color: #339900;
	font-style: oblique;
	font-weight: bold;
}


/*********** #drop menu styles ***********/
#dropmenudiv{
	position:absolute;
	background-color: #FF9999;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: "Times New Roman", Times, serif;
	line-height:18px;
	z-index:100;
	font-size: 80%;
	font-weight: bold;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DDDDDD;
}

#dropmenudiv a:visited{ /*visited link color*/
color: #000000;
}

