

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .8em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #000000;
	text-align: center;
	background: /*#002DA6*/ #dcf6ce;
	width:780px;
	margin:auto;
}

.clear { clear: both; }

img {behavior: url(/js/pngbehavior.htc);}


/* links */
a {
	color: #0000ff; 
	background-color: inherit;
	text-decoration: underline;	
}

a:hover {
	color: #CB0101;
	background-color: inherit;
	text-decoration: none;	
}

a img { border:none; }

/* headers */

h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #910000;
}

h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1.1em; }

#main h1 { 
	font: normal 1.4em 'Trebuchet MS', Arial, Sans-serif;
	color: #910000; 	
}
#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: #fff url(/images/home/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 5px 5px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #A0080D;
}
ul span, ol span {
	color: #000;
} 

/* images */
img {
	border: 3px solid #fff;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #fff;
}
a:hover img {  
  border: 3px solid #B60606 !important; /* IE fix*/
  border: 3px solid #B60606;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #e2e2e2;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #fff;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 15px;
	padding: 0;
	/*background: #fff;  
     border: 1px dashed #002C90; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #002C90;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #ffffff;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #002C90;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #fff;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #ffffff;
	color: #FFF; 
	height: 20px;
	border: 1px solid #E90101;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #BA0202;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 100%;	
}

/* header */
#header {
	background: #fff url(/images/home/top_image2.jpg) no-repeat 0 0;
	width:780px;
	height: 120px;
	text-align: left;	
}

#global-content 
{
  position:relative;
  text-align:right;
  margin:10px 15px 0 0;
}

#global-content a  
{
  padding: 3px 12px;  
  color: #fff;
  text-decoration: underline;
}

#global-content a:hover  
{
  cursor:pointer;  
  color: #fff;
  background: #BA0202;
  text-decoration: none;
}

#header-content {
	/*background: url(/images/home/top_image2.jpg) no-repeat 0 0;*/
	width: 780px;
	height: 120px;
	margin:0 ; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 36px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #ffffff;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 17px; left: 25px;
}

#header-content #logo a 
{
    color:#ffffff;
    text-decoration: none;
}

#header-content #slogan {
	position: absolute;	
	font: bold 14px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #ffffff;	
	margin: 0; padding: 0;	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 25px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 85px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #fff;
}
#header-content li a:hover {
	background: #BA0202;
	color: #ffffff;
}
#header-content li a.current  {
	background: #BA0202;
	color: #ffffff;
}

/* content */

.ULRegular { color:#000; }

/*
#content-wrap 
{
	background: #fff;	
	width: 780px;
	margin:0; padding: 0;
	border:1px solid #ff0000;		
}
*/

#content {
     background:#fff;
	position: relative;
	width: 780px;
	text-align: left;	
	padding:0; margin:0;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #002C90; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #fff;		
	border-bottom: 1px dashed #002C90; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #fff;
	border-left: 5px solid  #D30F16;
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #fff;
	margin: 5px 15px 10px 15px;
}

/* main */
#main 
{
    position:relative;
    width:750px;
	margin: 10px 10px 0 12px; 
	padding: 0 10px 0 0;		
}

/* footer */
#footer {
	clear: both;
	margin: 0 0 0 12px; padding: 0;
	border-top: 1px solid #002C90;
	font-size: 100%;
	text-align: left;	
}
#footer h2, #footer p {
	padding-left: 0;
	color: #0000ff;
}
#footer-content {	
	position: relative;
	width: 780px;	
}
#footer-content a {
	text-decoration: none;
	color: #DD0101;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 35%;
	padding: 0 5px 20px 10px;	
}
#footer-content .col2 {
	margin: 0 25px 0 12px;
	padding: 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }


.schoolEntry 
{
    margin:10px;
}

.leftblock2
{
    border: 1px solid #2172A1;
    padding: 15px;
    margin-bottom: 10px;
    background: #E2ECF5 url(/images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock2
{
    border: 1px solid #2172A1;
    padding: 15px;
    margin-bottom: 10px;
    background: #E2ECF5 url(/images/background_columnright.gif) repeat-y;
    position: relative;
    width:436px;
}


#columnleft2
{
    float: left;
    width: 240px;
    position: relative;
}


#columnright2
{
    margin-left: 250px;
    position:relative;
}

.required { color:#ff0000; font-weight:bold; }

.regLeft 
{
    width:250px;
    float:left;
    margin-right:12px;
    padding:5px;
}

.regRight 
{
    width:400px;
    float:left;
    margin-right:12px;
    padding:5px;
}


/* toolTip */

#mToolTip em, .nToolTip em
{
	cursor: help;
}

#mToolTip, .nToolTip
{
	position: relative;
	z-index: 30;
}

#mToolTip p.tooltip, .nToolTip p.tooltip 
{
  position:absolute;
	width: 155px;
	margin: 1em;
	padding: 0.2em;
	border: solid 1px #333;
	background-color: #FFC;
	color: #000;
	top: -25px;
	left: 15px;
	z-index: 20;
}


ul.normTxt li { color:#000000; margin:7px;}

/* end of toolTip */
