@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #143264;
	background-image: url(../images/Main3/bgd.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #BaseContainer {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/Main3/edge.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/Main3/mainEdge.gif);
	background-repeat: no-repeat;
	
} 

.twoColFixLtHdr #InnerContainer {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EFF4FC;
	background-image: url(../images/Main3/HorizontalContent.gif);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
    margin: 0 auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../images/Main3/LogoBgd.jpg);
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #133263;
	background-image: url(../images/Main3/content.gif);
	background-repeat: repeat-x;
}



#sidebar1 #simplemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

#sidebar1 #simplemenu h1, #sidebar1 #simplemenu h2,
#sidebar1 #simplemenu h3 {
	color: #FFFFFF;
}

#sidebar1 #simplemenu ul {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	
}

#sidebar1 #simplemenu li {
	list-style: none;
	display: inline;
	}


#sidebar1 #simplemenu a {
	display: block;
	border-top: 3px solid #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
	
#sidebar1 #simplemenu a:link {
	color: #660000;
}


#sidebar1 #simplemenu a:visited {
	color: #660000;
}


#sidebar1 #simplemenu a:hover, #sidebar1 #simplemenu a:focus {
	color: #339900;
}


#sidebar1 #simplemenu a:active {
	color: #660000;
}
	

.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-left: 190px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #EFF4FC;
	padding-top: 10px;
	padding-bottom: 10px;
} 

#mainContent  ul  {
	margin-bottom: 1em;
}


#mainContent a:link {
	text-decoration: underline;
	color:#009933;
	}


#mainContent a:visited {
	text-decoration: underline;
	color: #0066FF ;
}


#mainContent a:hover, #mainContent a:focus {
	text-decoration: underline;
	color:#CC0000 ;
}


#mainContent a:active {
	text-decoration: underline;
	color: #0066FF ;
	}


/* this will center text in paragraphs as well as h1, h2,h3,h4 tags */
#mainContent .CenterText  h1, #mainContent .CenterText  h2,
#mainContent .CenterText  h3, #mainContent .CenterText  h4 ,
#mainContent .CenterText p {
	text-align: center;
}
	

#mainContent #stats  p{
    font-size: small;
	font-weight: bold;
	text-align: center;
	color: #000000;
}	



.twoColFixLtHdr #mainContent  .tableHeader {
	background-color: #78A8E2;
	text-align: center;
	font-family: sans-serif;
}

.twoColFixLtHdr #mainContent  .LightTablerowColor {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.twoColFixLtHdr  #mainContent .DarkTablerowColor {
	background-color: #F4E2C1;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/* start of chapter calendar colors */
.twoColFixLtHdr  #mainContent  .MAWT_Calendar_color {
	color: #7083A8;
}

.twoColFixLtHdr  #mainContent  .BWOT_Calendar_color {
	color: #D6AE00;
}

.twoColFixLtHdr  #mainContent  .CWOT_Calendar_color {
	color: #DD5511;
}

.twoColFixLtHdr  #mainContent  .EWOT_Calendar_color {
	color: #DD4477;
}

.twoColFixLtHdr  #mainContent  .GAWOT_Calendar_color {
	color: #22AA99;
}

.twoColFixLtHdr  #mainContent  .MWOT_Calendar_color {
	color: #109618;
}

/* end of chapter calendar colors */


.twoColFixLtHdr #footer {
	background:#DDDDDD;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #000000;
}


.twoColFixLtHdr #footer a
{
	color: #000000;
	text-decoration: underline;
	
}

.twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:focus
{
	color: #CC0000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
