@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, #content2, img, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	color: #666666;
	font-size: 62.5%;
	background-image: url(../images/top-back.gif);
	background-repeat: repeat-x;
}
body.size{
	background-color: #fff;
	background-image: none;
}
html { 
      height: 100%; margin-bottom: 1px; 
       overflow-y: scroll;
   }

#wrapper {
	text-align: left;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	clear: both;
}
#headerWrapper{
	width: 100%;
	background-image: url(../images/top-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 15px;
}
#header {

}

#header2 {
	position: relative;
}

#header2 img.left{
	float: left;
}
#header2 img.right{
	float: right;

}
#container {
	padding: 15px;
	background-color: #E5EFF8;
	border: 1px solid #B9D3EC;
}
#side-a {
	float: left;
	width: 185px;

}
#side-b {
	float: right;
	width: 170px;
}
#content {
	float: left;
	width: 521px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #BED7EB;
	margin-bottom: 15px;
}
#contentLge {
	float: left;
	width: 702px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #BED7EB;
	margin-bottom: 15px;
}
.content2 {
	background-color: #FFFFFF;
	background-image: url(../images/backGrade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;

}
#footer {
	clear: both;
	background-color: #00407E;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Text */

p, #content li, #contentLge li {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	line-height: 1.5em;
	color: #333333;
}
#footer p{
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 15px;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 0.4em;
}
h1 {
	color: #00407E;
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73A9D5;
}
h2 {
	color: #00407E;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.4em;
	letter-spacing: 0.5px;
}

h3{
	color: #00407E;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
	letter-spacing: 0.5px;

}
h4{
	color: #FFFFFF;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.4em;
	background-color: #00407E;
	padding: 3px 3px 3px 5px;
}
h5 {
	color: #428AC6;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
}	
#side-b .boxBlue p, #side-a .boxBlue p{
	font-size: 1.1em;
}
#side-b .boxBlue div.quote{
	font-size: 1.1em;
	margin-top: 0.7em;
	padding-top: 10px;
}
#side-b .boxBlue a, #side-a .boxBlue a, #content a, #footer a{
	font-size: 1em;
	font-weight: bold;
	color: #00407E;
	text-decoration: underline;
}
#side-b .boxBlue a:hover, #side-a .boxBlue a:hover, #content a:hover, #footer a:hover{
	text-decoration: none; 
}
#footer a {
	font-weight: normal;
	color: #fff;
	}
div.clear {
	clear: both;
	height: 15px;
}	
/* Boxes */

#side-b .boxBlue, #side-a .boxBlue, #content .boxBlue{
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #BED7EB;
	margin-bottom: 15px;	
}
#side-b .boxBlue .content, #side-a .boxBlue .content, #content .boxBlue .content{
	background-color: #FFFFFF;
	background-image: url(../images/backGrade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;	
}
/* Lists */

#content ul, #contentLge ul {
	list-style-type: none;

}
#content li, #contentLge li  {
	margin-bottom: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;

}
.inline{display:inline;
}
.left2 {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #FAFBFD;
	padding: 4px;
	border: 1px solid #8FBBDE;

