/*
-----------------------------------------------------------------------
AspDotNetStorefront Styles
-----------------------------------------------------------------------
*/

/* the redlinks were changed to yellow per client request */
a.redlink:link
{
	color: #ffff66;
	text-decoration: underline;
}
a.redlink:hover
{
	color: #ffff66;
	text-decoration: none;
}
a.redlink:visited 
{
	color: #ffff66;
	}
	
.head {color: #ffffff; font-weight: normal; text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
A.head {color: #ffff66; text-decoration: none; }
A.head:link {color: #ffff66; text-decoration: none; }
A.head:visited {color: #ffff66; text-decoration: none; }
A.head:active {color: #ffff66; text-decoration: none; }
A.head:hover {color: #ffff66; text-decoration: underline; }

TD, SPAN, LI, BODY, P {
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


OPTION, SELECT, INPUT, TEXT, TEXTAREA, SUBMIT {
	color: #444444; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.addressselect {font-size: 9px;}
.sitemapul {list-style-type: disc; }


.noprint { display: none; }

body {
	background: #07583D;
	margin-top: 0px;
	z-index: 0;
	margin-right: 0px;
	width:100%;
	color: White;
}

A, A:visited 
{
	color:#ffff99;
}
A:hover {
	text-decoration:none;
	}
OPTION, SELECT, INPUT, TEXT, TEXTAREA, SUBMIT {
	color: #000000; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.button {
	color: #336699;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #ffffff;
	height: 20px;
	border: 1px solid #336699;
}

#container {
	position: absolute;
	background: #096949 url(images/pagebg.gif) repeat-y;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 5;
	width: 100%;
	margin-right: 0px;
}
#content {
	position: relative;
	margin: 0px;
	margin-left: 142px;
	padding: 0px;
	z-index: 10;
	width: 550px;
}
#header {
	position: absolute;
	left: 142px;
	margin-top: 4px;
	padding: 0px;
	z-index: 40;
	height: 50px;
	width: 500px;
	color: White;
}
#logo {
	position: absolute;
	repeat-x: none;
	height: 175px;
	width: 175px;
	z-index: 50;
	left: 0;
	top: 0;
}
#teacher {
	position: absolute;
	bottom: 0%;
	left: 455px;
	right: 0px;
	background-repeat:no-repeat;
	height: 345px;
	width: 176px;
	z-index: 1000;
	margin-bottom: 0px;
	margin-right: 0px;
}
a.link:link, a.link:visited
{
	color: #ffff99;
	text-decoration: underline;
}
a.link:hover
{
	color: #ffff99;
	text-decoration: none;
}



/* ////////// FOOTER ////////// */
.footer {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 16px;
	z-index: 15;
	margin-bottom: 4px;
	margin-bottom: 4px;
	margin-right: 65px;

}
.footer a:link, a:visited {
	color: #ffff99;
	text-decoration: underline;
}
.footer a:hover {
	color: #ffff99;
	text-decoration: none;
}
/* ////////// END PAGE FOOTER ////////// */
