/* ++++++++++++++ OVERALL SITE ++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++ */


#container
{
	width:750px;
	margin:0 auto;
	background-color: #FFFFFF;
}

.headerCell
{
	background-color: #09096B;
	font-size: 0.8em;
	width: 100%
}


.mainContainer
{
	background-image: url(images/containerBg.gif);
	width: 750px;
	clear: both;
}

.subContainer
{
	float: left;
	width: 190px;
}

.sideMenu 
{
	padding: 10px 0px 0px 10px;
	width: 180px;
}

.sideMenu div.menuCrumbs DIV 
{
	display: block;
}


.sideCell
{
	font-size: 0.8em;
	width: 180px;
}

.imageBottom
{
}

.contentCell
{
	margin-left: 190px;
	padding: 0px 10px 20px 10px;
	width: 530px;
	font-size: 0.9em;
}

BODY
{
	font-family: Arial;
	margin: 0px auto;
	background-color: #E7E7E7;
}

TABLE 
{
	font-size: 1em;
}

.crumbsCell
{
	background-color: #FFFFFF;
	color: #8484B5;
	padding: 0px 0px 0px 10px;
	font-size: 0.8em;
	float: left;
	width: 740px;
	text-align: left;
	line-height: 28px;
	min-height: 28px;
}

.contentCellHome 
{
	font-size: 0.9em;
	
}

.footerCell
{
	color: White;
	background-color: #09096B;
	font-size: 0.7em;
	height: 40px;
	width: 750px;
	margin-top: 0px;

}

.textSize
{
  padding: 2px 5px 0px 10px;
}

.footerCell 
{

	padding: 0px 5px 0px 0px;
}

.footerCell .textSize A IMG
{
	position: relative;
	top: 3px;

}
.footerCell .copyright 
{
	float: right;
	padding: 5px 10px 5px 0px;
	clear:both;
}

.footerCell img
{
vertical-align: middle;
}

.browseAloud
{
float: left;
background-color: #EA6D23;
padding-top: 7px;
height: 50px;
}

.homeSwapper
{
  float: left;
  width: 129px;
  height: 50px;
  padding: 0 10px 0 5px;
}

A.homeSwapper
{
  color: #FFFFFF;
  padding-top: 5px;
}

A.crumbs 
{
	color: #8484B5;
}



div.menuCrumbs DIV a 
{
	width: 150px;
	background-color: #8888CC;
	color: white;
	text-decoration:none;
	padding-top: 0px; 
	padding-right: 9px;
	padding-bottom: 0px;
	margin-bottom:5px;
	padding-left: 9px;
	line-height: 28px;
	height: 30px;
	display: block;
	font-size: 0.8em;
}
div.menuCrumbs DIV a:hover
{
	background-color: #f0f0f0;
	color: black;
}

.headerCell div.menuLink
{
	float: left;
	display: block;
	line-height: 28px;
	min-height: 28px;
	background-color: #09096B;
}

.headerCell div.menuLink a 
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding: 6px 9px 6px 9px; 
}

.headerCell div.menuLink a:hover
{
	background-color: #7676AD;
}




/* ++++++++++++ HOME PAGE ITEMS +++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++ */

.fadeyellow
{
  background-image: url("/files/homepage/yellowfade.jpg"); 
  background-attachment: fixed; 
  background-position: top; 
  background-repeat: no-repeat;
}

.fadeblue
{
  background-image: url("/files/homepage/bluefade.jpg"); 
  background-attachment: fixed; 
  background-position: top; 
  background-repeat: no-repeat;
}

.fadegreen
{
  background-image: url("/files/homepage/greenfade.jpg"); 
  background-attachment: fixed; 
  background-position: top; 
  background-repeat: no-repeat;
}

.fadered
{
  background-image: url("/files/homepage/redfade.jpg"); 
  background-attachment: fixed; 
  background-position: top; 
  background-repeat: no-repeat;
}

.langtext
{
  color:white;
}

.homePanel
{
  padding-left: 10px;
}