@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	background-color: #ffffff;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.thrColFixHdr #header {
	background: #ffffff;
	color: #1e1f21;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	height: 62px;
	float: none;
	clear: none;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header a:hover {
	color: #d75900;
}

.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar2 {
	margin-right: 748px;
	margin-left: 0px;
	/* since this element is floated, a width must be given */
	width: 270px;
	background: #1e1f21; /* the background color will be displayed for the length of the content in the column, but no further */	
	text-align: center;
}

.thrColFixHdr #sidebar2 a:hover
{
color: #ffffff;
}

.thrColFixHdr #sidebar2-for david {
	margin-right: 748px;
	margin-left: 0px;
	/* since this element is floated, a width must be given */
	width: 273px;
	background: #1e1f21; /* the background color will be displayed for the length of the content in the column, but no further */	
	
}

.thrColFixHdr #mainContent {
	float: right;
	position: relative;
	width: 748px;
	height: 480px;
	margin: auto;
} 
.thrColFixHdr #mainContent a {
display: block;
margin: auto;
text-align: left;

}
.thrColFixHdr #mainContent a:hover {
color: #1e1f21;
}
.thrColFixHdr #mainContent a:hover span {
color: #d75900;
}
.thrColFixHdr .footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; 
} 
.thrColFixHdr .footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; 
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #righttext {
	text-align: right;
	padding: 3px;
	float: right;
	height: auto;
	width: 200px;
}


.more {
    display: none;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #b50000;
    padding-left: 8px;
    background: transparent url('../down.gif') no-repeat left; 
}

a.hideLink {
    background: transparent url('../up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #1e1f21;
	color: #1e1f21; 
}


#navcontainer { width: 200px; }

.thrColFixHdr #sidebar1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
}

.thrColFixHdr #sidebar1 a
{
display: block;
padding: 3px;
width: 160px;
background-color: #ffffff;
border-bottom: 1px solid #ddd;
}

.thrColFixHdr #sidebar1 a:link, #navlist a:visited
{
color: #b50000;
text-decoration: none;
}

.thrColFixHdr #sidebar1 a:hover
{
background-color: #b50000;
color: #ffffff;
}



#logo_image {
	float: left;
}

#header_choices {
	float: right;
}
.style_white_text {
	color: #1e1f21;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
}
.stylewhite a {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite {
	text-decoration: none;
}
.stylewhite a {
	text-decoration: none;
}
.stylewhite a:link {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylewhite a:visited {
	color: #1e1f21;
	text-decoration: none;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 15px;
	text-align: justify;
}
.left { 
	float: left; 
	margin: 0 .5em .5em 0; 
	position: relative;
} 
.right {
	float: right;
	position: absolute;
	left: 850px;
	top: 37px;
}

.styleparagraph p {
	font-family: helvetica, arial;
	text-indent: 0;
}
	
.styleparagraph h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.styleparagraph h1 {
	text-align: center;
	color: #1e1f21;
}
.styleparagraph h6 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


	

.whitelink {
	font-family: Helvetica, Arial;
	color: #d75900;
	text-decoration: underline;
}
.whitelink a {
	color: #1e1f21;
	text-decoration: underline;
}

.whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.whitelink a:hover {
	color: #d75900;
}
#whitelink {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	display: inline;
}

.footer #whitelink a {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	z-index: 5000;
}
.footer #whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.footer #whitelink a:hover {
	color: #d75900;
}


.footer a:hover { 
	color: #d75900;
}
#footer a:hover { 
	color: #d75900;
}
#logo {
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 15px;
}
#motto {
	position: absolute;
	right: 0px;
	width: 400px;
	top: 0px;
	background-color: #d75900;
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#background {
	background-color: #1e1f21;
	height: 480px;
}
.image_button {
	border: none;
	padding: none;
}
.image_button a {
	border: none;
	padding: none;
	
}
.image_button a:hover {
	background-color: #d75900;
}
img {
	border: none;
}
img a {
	border: none;
}
img a:hover {
	border: solid 2px;
	border-color: #d75900;

}
a.img:hover {
	padding: 2px;
	background-color: #d75900;
}


.sidebar_white {
	text-align: center;
}
.sidebar_white a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.sidebar_white a:link {
	text-decoration: none;
	color: #ffffff;
}

.sidebar_white a:hover {
	background-color: #ffffff;
	color: #1e1f21;
	text-decoration: none;
	width: 166px;
}
.sidebar_white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.sidebar_white a:active {
	text-decoration: none;
	color: #ffffff;
	
	
}

#hoverblock ul {
	list-style-type: none;
	position: absolute;
	top: 341px;
	left: 0px;
	width: 650px;
} 

#hoverblock li {
	border: none;
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	text-align: left;
}

#hoverblock li a { 
        color: #ffffff;
		background-color: #d75900;
        display: block;
        font-family: Helvetica, sans-serif;
		font-size: 15px;
		
        text-decoration: none;
		padding: 20px 20px;
		line-height: 150%;
}

 * html #hoverblock li a {  /* make hover effect work in IE */
	width: 150px;
}

#hoverblock li a:hover {
        background: #ffffcc;
}

#hoverblock a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#hoverblock a em2 {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
.style_header {
	text-align: left;
	text-indent: 0;
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #ffffff;
	margin: 15px;
	font-weight: bold;
	
}
.style_header-18font {
	text-align: left;
	text-indent: 0;
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: #ffffff;
	margin: 15px;
	font-weight: bold;
	
}
.paragraph_background {
	background-color: #1e1f21;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin: 4px;
	font-weight: normal;
	vertical-align: middle;
}
.paragraph_background .style8 {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #ffffff;
}
.paragraph_background_admissions {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	margin: 20px;
	text-align: left;
	text-indent: none;
}
.paragraph_background_admissions .style4 p {
	text-indent: none;
}
.copyright {
	font-size: 12px;
	text-align: center;
}
.address_bar2 {
	font-size: 14px;
	font-weight: bold;
	color: #d75900;
	text-align: center;
}

.menu {
	background: #1e1f21;
	width: 100%;
	line-height: 150%;
	color: #fff;
}
h3 { 
	font-family: Helvetica, Arial;
	font-size: 20px;
	text-align: left;
	padding-left: 10px;
}
