/*****************************************************/
/* WD Interactive...info@wdinteractive.com */
/* Copyright 2002. WD Interactive. All Rights Reserved. */
/* www.wdinteractive.com */
/*****************************************************/
BODY
{
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	color: #330033;
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: white;
	background-position: 0px 0px;
}

.store {
	background-color: #009933;
	background-position: 0px 0px;
}

.classroom {
	background-color: #CC0000;
	background-position: 0px 0px;
}

/********************************* Table Settings */

#container {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 770px;
	margin: auto; }


/********************************* CLASSROOM Settings */
.divbackgroundClassroom { 
	background-image: url(/images/bg_classroom.gif);
    background-repeat: no-repeat;
	background-position: left top; } 

.tableClassroomborderL { 
	background-color: #FFCC33;
	width: 2px; }

.tableClassroomimage { 
	background-image: url(/images/tableback_red.gif);
	background-repeat: repeat-y;
	width: 23px; }
	
.tableClassroomcontent  {
	background-color: #FFFFFF;
	padding: 4px 4px 0px 6px;
	width: 641px; }

.tableClassroomborderR  {
	width: 100px; }

/********************************* STORE Settings */
.tableStoreborderL { 
	background-color: #CC6600;
	width: 2px; }

.tableStoreimage { 
	background-image: url(/images/tableback_green.gif);
	background-repeat: repeat-y;
	width: 23px; }

.tableStorecontent  {
	background-color: #FFFFFF;
	padding: 4px 4px 0px 6px;
	width: 641px; }

.tableStoreborderR  {
	width: 100px; }

.divhighlightbox
{
	background-color: #FFFFCC;
	padding: 10px;
	margin: 10px;
	width: 50%;
	height: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}


/********************************* Anchor | Link Settings */
A:link
{
	font-size: 16px;
	font-weight: 400;
	color: #FF0066;
	text-decoration: underline;
}

A:visited
{
	font-size: 16px;
	font-weight: 400;
	color: #9933FF;
	text-decoration: underline;
}

A:hover
{
	font-size: 16px;
	font-weight: 400;
	color: #FFCC00;
	text-decoration: underline;
}

A:active
{
	font-size: 16px;
	font-weight: 400;
	color: #CC99FF;
	text-decoration: none;
}

P
{
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: 400;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
	font-size: 16px;
}

	A.bold:link
	{
		font-weight: bold;
		color: #FF0066;
	}
	
	A.bold:visited
	{
		font-weight: bold;
		color: #9933FF;
	}
	
	A.bold:hover
	{
		font-weight: bold;
		color: #FFCC00;
	}
	
	A.bold:active
	{
		font-weight: bold;
		color: #CC99FF;
	}
	
.quote
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	font-weight: 400;
	text-decoration: none;
}

.attribution
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: right;
}

.pageTitle
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.highlight
{
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

UL { 
	list-style-position: outside;
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
}

UL.arrowhead { 
	list-style-image: URL(/images/bullet.gif);
	list-style-position: outside;
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
}

UL.note { 
	list-style-image: URL(/images/note.gif);
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
}

LI.bold { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
}
	
LI.padding { margin: 9px 0px 0px 0px; }

.footer
{
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
}

A.footer:link
{
	font-size: 12px;
	color: #000863;
	text-decoration: underline;
}

A.footer:visited
{
	font-size: 12px;
	color: #000863;
	text-decoration: underline;
}

A.footer:hover
{
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}

A.footer:active
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.footerAlt
{
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #8C8CC6;
	text-decoration: none;
}

.spacerPadding1 { padding: 1px 0px 0px 0px; }
.spacerPadding2 { padding: 2px 0px 0px 0px; }
.spacerPadding3 { padding: 3px 0px 0px 0px; }
.spacerPadding4 { padding: 4px 0px 0px 0px; }
.spacerPadding5 { padding: 5px 0px 0px 0px; }
.spacerPadding6 { padding: 6px 0px 0px 0px; }
.spacerPadding7 { padding: 7px 0px 0px 0px; }
.spacerPadding8 { padding: 8px 0px 0px 0px; }
.spacerPadding9 { padding: 9px 0px 0px 0px; }
.spacerPadding10 { padding: 10px 0px 0px 0px; }

