@charset "utf-8";
/* CSS Document */

/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}

/* SITE BASICS */

/* CENTERING MECHANISM */

#tab{
margin-right:auto;
margin-left:auto;
}

/* End center */

html {
	scrollbar-base-color: 			#b7b7b7;
	scrollbar-track-color:  		#b7b7b7;
	scrollbar-face-color: 			#b7b7b7;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color:		#e4e4e4;
	scrollbar-shadow-color: 		#e4e4e4;
	scrollbar-arrow-color: 			#FFFFFF;
}

body {
	background: #2423A2 url("images/bg.jpg") top center repeat-x;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	font-size: 14px;
	text-align: center;
	min-width: 954px;
}

a {
	color: #838383;
	text-decoration: underline;	
}
a:hover {
	color: #f16000;
	text-decoration: none;
}

/* HEADER TAGS - NO P TAGS, USE H TAGS FOR SEO PURPOSES */

h1 {
	color:#000066;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 a {
	color: #0e5ed5;
	text-decoration: underline;
	
}
h2 a:hover {
	color: #f16000;
	text-decoration: none;
}

h3{
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

h4 {
	color:#000000;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

h5 {
	font-size: 13px;
	margin-bottom: 0px;
}

h6{
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

#myDiv {
    border-bottom:2px dotted #cccccc;
}


/* MAIN WRAPPER */

#main_container {
	width:954px;
	margin:0 auto;
	text-align:left;
}


/* HEADER */

#header_container {
	width:954px;
	text-align:left;
	margin:0 auto;
}


/* CONTENT */

#content_container {
	width:954px;
	text-align:left;
	background-color:#FFFFFF;
	margin:0 auto;
}

/* EDUCATION */

#education_container {
	width:700px;
	text-align:left;
	background-color:#FFFFFF;
	margin:0 auto;
	padding: 10px;
}

/* NAVIGATION */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #000066;
color: white;
width: 954px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

/* END OF NAVIGATION */

/* START OF VERTICAL NAVIGATION */
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 244px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* END OF VERTICAL NAVIGATION */


/* BLUE BOXES */
.box { 
  background: #000066;
  color:#FFFFFF;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}


/* END BLUE BOXES */

/* wht BOXES */
.whtbox { 
  background: #FFFFFF;
  color:#000066
}
.whtboxtop { 
  background: url(images/20whtne.gif) no-repeat top right; 
}
.whtboxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(images/20whtnw.gif) no-repeat top left; 
}
.whtboxbottom { 
  background: url(images/20whtse.gif) no-repeat bottom right; 
}
.whtboxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(images/20whtsw.gif) no-repeat bottom left; 
}
.whtboxcontent {
  padding: 0px 20px 0px 20px;
}


/* END wht BOXES */

/* GRAY BOXES */
.graybox { 
  background: #cccccc;
  color:#000066
}
.grayboxtop { 
  background: url(images/20gryne.gif) no-repeat top right; 
}
.grayboxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(images/20grynw.gif) no-repeat top left; 
}
.grayboxbottom { 
  background: url(images/20gryse.gif) no-repeat bottom right; 
}
.grayboxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(images/20grysw.gif) no-repeat bottom left; 
}
.grayboxcontent {
  padding: 0px 20px 0px 20px;
}


/* END GRAY BOXES */

/* START SCHEDULE TABLE PARAMETERS */

.scheduletable
{
font-family:arial;
font-size:10pt;
border-width: 2px;
border-style: solid;
border-color: gray;
border-collapse: collapse;
}

.scheduletable TD
{
font-family:arial;
font-size:10pt;
border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}

.scheduletable TH 
{
font-family:arial;
font-size:10pt;
color:#ffffff;
border-width: 1px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color:#000066;
}

/* END SCHEDULE TABLE PARAMETERS */

/* FOOTER */

#footer_container {
	width: 954px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin:0 auto;
}
.footer_top {
	width: 954px;
	height: 20px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.footer_links {
	float:left;
	width:629px;
	margin-left:15px;
	text-align:left;
}
.footer_siteby {
	float:left;
	width:130px;
	text-align:left;
}
.footer_logo {
	float:left;
	width:180px;
	text-align:center;
	margin-top:5px;
}
.footer_links a {
	color: #5857d6;
	text-decoration: none;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


/* INTERIOR FOOTER */

#int_footer_container {
	width: 954px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin:0 auto;
	margin-top:-13px;
}
.int_footer_top {
	width: 954px;
	height: 20px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.int_footer_links {
	width:924px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
#int_footer_appsoft {
	width: 954px;
	text-align: center;
}
.int_footer_siteby {
	float:left;
	width:480px;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
}
.int_footer_logo {
	float:left;
	width:464px;
	text-align:left;
	margin-top:0px;
}
.int_footer_links a {
	color: #a7a6ff;
	text-decoration: none;
}
.int_footer_links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
