/* CSS Document */

html {
  overflow-y: scroll;
}


body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:.75em;
color: black;
background-color: #000099;
text-align:left;
line-height:16px;
}

ul{
margin-top:0px;
text-indent:0px;
padding-left:0px;
}

H1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em;
}
H2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.25em;
}
H3 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: 1.1em;
margin-bottom:0px;
}
H4 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: .9em;
margin-top:0px;
margin-bottom:0px;
}
H5 {
font-family:Arial, Helvetica, sans-serif;
FONT-SIZE: .75em;
margin-bottom:0px;
margin-top:0px;
}

/*define images*/
img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin-left:15px;
}

#search {
	margin-top:5px;
	margin-left: 20px;
	margin-right:5px;
	margin-bottom: 0px;
    float: right;
	width: 225px;
	color: #000000;
}
#enclose{
float: left;
width: 975px;
background-color: #ffffff;
}

/*school navigation bar*/
#schoolnav {
float: left;
text-align:left;
text-indent: 5px;
margin-left: 5px;
margin-bottom: 5px;
width: 250px;
height: 80px;
line-height:20px;
font-weight:bold;
}

#schoolnav  ul {
margin-bottom: 0px;
margin-top:0px;
margin-left: 0px;
}

#schoolnav  li {
display:block;
}

#schoolnav  a:link, #schoolnav  a:visited {
display:block;
text-decoration:none;
color: #ffffff;
background-color:#605eb7;
font-size:14px;
}

#schoolnav  a:hover {
color:#000099;
background-color:#FFFFFF;
}

/* top navigation bar*/

#topNav {
color: #ffffff;
text-align:center;
width:725px;
height:150px;
float:left;
}

#topNav ul {
display: inline;
}

#topNav ul li {
font-size:13px;
font-weight:bold;
display: inline;
padding-left: 20px;
}

#topNav ul li a:link, #topNav ul li a:visited {
text-decoration: none;
color: #ffffff;
}
#topNav ul li a:hover {
color:#ffffff;
text-decoration: underline;

}

#columnLeft {
float: left;
width: 185px;
/*color:#ffffff;*/
color:#0033CC;
background-color:#EAEBF2;
FONT-SIZE: 1em;
/*font-weight:700;*/
margin-bottom:0px;
line-height:14px;
}

#columnLeft ul {
margin-left: 5px;
margin-top: 5px;
padding: 0px;
/*border-bottom-color:#ffffff;
background-color:#0033CC;*/
text-align:left;
}

#columnLeft ul li {
/*BORDER: #000000 1px solid; 
border-bottom-color:#ffffff;*/
text-decoration: none;
list-style-type:none;
}

#columnLeft ul li a:link, #columnLeft ul li a:visited {
display:block;
text-decoration: none;
/*background-color:#003399;*/
padding:5px;
font-weight:bold;
/*border-bottom-color:#ffffff;
color:#ffffff;*/
}

#columnLeft ul li a:hover{
/*background-color:#000099;
color:#ffffff;*/
}

/*main text column*/
#textcolumn {
margin-left:220px;
margin-top:5px;
margin-right:20px;
margin-bottom:5px;
text-align:left;
}

#textcolumn a:link, #textcolumn a:hover {
text-decoration: none;
color:#0000FF;
}

#textcolumn a:visited {
text-decoration: underline;
color:#660000;
}

#rotatephoto {
float: left;
margin-right:10px;
margin-top: 0px;
}


#Rnav {
	margin-top:5px;
	margin-left: 20px;
	margin-right:5px;
    float: right;
	width: 200px;
	text-align:left;
	FONT-SIZE: 11px;
	font-weight:700;
	color: #000000;
	line-height:11px;
	background-color:#CBCFED;
    padding: 5px;
}

#Rnav .h3 {
	font-size:13px;
	margin: 0px;
	padding: 0px;
}

#Rnav ul {
margin-left: 0px;
margin-top: 0px;
border-bottom-color:#000000;
text-align:left;

}

#Rnav li {
	margin-left: 0px;
	display:block;
	margin-bottom: 5px;
	color:#000000;
	list-style-type:none;
	line-height:12px;
}

#Rnav a:link, #Rnav a:visited {
	display:block;
	margin-bottom: 5px;
	color:#000000;
	list-style-type:none;
	text-decoration: underline;
	line-height:12px;
}

#Rnav a:hover {
text-decoration: underline;
background-color:#9DA4F7;
}

#highlight {
	background-color:#7C7ED3;
}


/*footer*/
#footer {
clear:both;
text-align: center;
font-size: 1em;
color: #fff;
margin-top:10px;
}

#footer a:link, #footer a:visited, #footer a:hover {
text-decoration: underline;
color:#fff;
background-color:#000099;
}
#footer p{
font-size:12px;
font-weight:bold;
}

#footer H4 {
font-size:.75em;
}
