/* CSS Document - public_Html\mainstyle.css  */
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000066;
	/*	background-color: #CCFFFF;*/
	background-image: url(../images/main_bg2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}
#container {
 margin: 0px auto;
/*	width: 98%;
	border: 5px solid #C90;
	moz-border-radius: 5px;*/
} 
#header {
/*	background-color: #CCFFFF;*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 98%;
	height: 10%;
}
* html #body{
height: 1%;
}
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#header img {
	float: left;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
  }
#header h1 {
	margin: 0px; /* 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: 0px; 
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
.topslogan{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: transparent;
	/*	font-style: italic;*/
	font-weight: bold;
	text-decoration: overline;
	margin: 0%;
	padding: 0px;
	color: #CC9900;
	text-align: center;
}
.topslogan2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: transparent;
	/*	font-style: italic;*/
	font-weight: bold;
	text-decoration: overline;
	margin: 0%;
	padding: 0px;
	color: #CC9900;
	text-align: right;
}
.headera{
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	color: #000066;
	text-align: left;
	background-color: transparent;	
}
.headera:hover {
	background-color: #CC9900;	
	color: #000066;
}	
#menumessage p, #menumessage h3 #menumessage h4{
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	padding: 1%;
}
#menumessage {
	float: right;
	margin: 1%;
	padding: 2%;
	width: 30%;
	color: #000066;
	/*background-color: #8DABB2;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 85%;
	font-family: "Lucida Handwriting";
	height: 100%;
	font-weight: bolder;
	border: solid #000066 1px;
	background-color: #8DABB2;
}
#menumessage a {
	display: block;
	padding: 1%;
	font-weight: bold;
	color: #003399;
	margin: 0px;
/*	margin-left: 0px;*/ /* the left and right margin should be given to every element that will be placed in the side columns */
}	
#menumessage h4 {
	padding: 1%;
	padding: 1%;
	margin: 0px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent hasLayout. This avoids several IE-specific bugs.
*/

#maincontent {
	margin: 0px;
	margin-left: 1%;
	margin-right: 1%;
	width: 60%;
	text-align: left;
	padding-top: 1%; /*IMPT this lines up maincontent with container*/
	padding-bottom:5%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 100%;	
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent #dt {
	font-weight: bold;
}
#maincontent #li {
	font-weight: bold;
}
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
#maincontent2 {
	margin: 0%;
	margin-left: 20%;
	width: 79%;
	/*	background-color: #FFFFFF;*/
	text-align: left;
	padding-top: 1%;
	padding-bottom: 5%;
	padding-right: 0%;
	padding-left: 1%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: transparent;
}
.fontseventyfive {
	font-size: 75%;
}
.font85 {
	font-size: 85%;
}
.font80 {
	font-size: 80%;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	background-color: #CCFFFF;*/
	color: #000066;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 5%;
	padding-left: 20%;
	padding-bottom: 5%;
} 
/* Miscellaneous classes for reuse */
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* special style for link to identify current page */
/*#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
}*/
a.button {
	color: #000066;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline;
	text-align: center;
}
.smallside {
	float: right;
	margin: 0%; 
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #333366;
/*	background-color: #8DABB2;*/
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	padding: 1%;
}
#maincontent #form {
	margin: 4px;
	padding: 4px;
  }	
#menuside {
/*	position: relative;*/
/*	top: inherit;*/
	float: left;
	height: 100%;	
	display: block;
	float: left;
	margin: 0%;
	padding: 0%;
	width: 20%;
	height: 100%;
	background-color: transparent;
}
#menulist {
	margin: 0%;
	padding: 0%;
	width: 100%;
	background-color: transparent;
}
#menuimage {
	margin: 2%;
	padding: 5%;
	width: 93%;
	background-color: transparent;
	/*height: 100%;*/ /* required at 100% to fill screen*/
}
.menuimagerepeat {
	width: 100%;
	height: 100%;
	background-image:url(../images/teachpoint.gif);
	background-repeat: repeat-y;	
}	
.h4small {
	margin: 0%;
	padding: 0%;
	line-height: 25%;
	color: #000099;
}
#menulist a {
	display: block;
	margin: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 1% 1% 5% 2%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;/*	font-variant: small-caps;*/
}
#menulist a:link, #menulist a:visited {
	/*	padding: 10px;*/
/*	border-left: #000066 solid 5px;*/
	background-color: transparent;/*    color: #00425E; */
	color:#000066;
}
#menulist a:hover, #menulist a:active {
	/*	padding: 10px;*/
/*	border-left-color: #CC9900;*/
	background-color: #CC9900;
	color: #000033;
}
#menulist a#here {
	margin: 0%;
/*	padding: 10px;*/
    border-left-color: #000000 !important;
    background-color: transparent !important;
    color: #CC9900 !important;
/*    color: #0074A5 !important; */
}
#nav {
	margin: 0%;
	display: inline;
	padding: 0%;
  }
#nav ul {
	margin: 0px;
	display: inline;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  margin: 0px;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
  }
/* style the links in the nav list */
#nav a {
	display:block;
	margin: 0px;
/*	height: 10%; /* doesn't change anything */
/* width: 75%; /* doesn't change anything */
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 17px;
  }
#nav a:link { /*settings on page open*/
/*	background-color: #8DABB2;*/ /* same as side green background */
/*	color: #99FFFF;*/
	background-color: #8DABB2; /* same as side green background */
	color: #000000;
	border-left: #908AA5 solid 3px;
	border-top: #908AA5 solid 3px;
	border-right: #2C263D solid 3px;
	border-bottom: #2C263D solid 3px;
  }
#nav a:visited { /*settings on visited menu*/
	background-color: #8DABB2; /* same as side green background */
	color: #000000;
	border-left: #908AA5 solid 3px;
	border-top: #908AA5 solid 3px;
	border-right: #2C263D solid 3px;
	border-bottom: #2C263D solid 3px;
  }  
#nav a:active, #nav a:hover{ /* active- when mouse clicks on menu option*/
	/*background-color: #CC9900;*/ /* reverse background and border options */
	background-color: #CC9900;	
	color: #000066;
	border-left: #EBF3E7 solid 3px;
	border-top: #EBF3E7 solid 3px;
	border-right: #777E74 solid 3px;
	border-bottom: #777E74 solid 3px;
  }  
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #CC9900; /* gold background signifies current selection*/
  color: #000033;
  border-left: #5B6058 solid 3px;
  border-top: #5B6058 solid 3px;
  border-right: #B1B7AE solid 3px;
  border-bottom: #B1B7AE solid 3px; 
  }
.warning {
	color: #FF0000;
}	
.giffile {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
}
.giffile img{
	margin: 0px;
	padding: 1%;
	border-style: none;
	border: 0px;
}
