@charset "utf-8";
/* CSS Document */

/* BODY STYLE */

body {
	background-color:#800000;
	font-size:100%;
	}

/* Navbar */

#sddm {
	margin: 0; 
	padding: 0; 
	z-index: 30
	}

#sddm li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	float: right; 
	font: bold 13px arial
	}

#sddm li a {
	display: block; 
	margin: 0 1px 0 0; 
	padding: 8px 16px; 
	width: 81px; 
	background: #800000; 
	color: #FFF; 
	text-align: center; 
	text-decoration: none
	}

#sddm li a:hover {
	background: ##A0A0A0
	}

#sddm div {
	position: absolute; 
	visibility: hidden; 
	margin: 0; 
	padding: 0; 
	background: #EAEBD8; 
	border: 1px solid #800000
	}

#sddm div a {
	position: relative; 
	display: block; 
	margin: 0; 
	padding: 5px 10px; 
	width: auto; 
	white-space: nowrap; 
	text-align: left; 
	text-decoration: none; 
	background: #EAEBD8; 
	color: #800000; 
	font: bold 11px arial
	}

#sddm div a:hover {
	background: #800000; 
	color: #FFF
	}

/* Site Formatting */


/* Picture Captions */

.caption {
	font-family:tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
	color:#707070;
	}

/* New Item Tag */

.new {
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	color:#800000;
	}

/* General Formatting */
/* NOTE: For Font Size (16px=1em) */

h1 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	font-style: normal;
	font-weight: bold;
	color : #800000;
	}

h2 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size:1.25em;
	line-height:1.25em;
	font-style: normal;
	font-weight : bold;
	color : #800000;
	}

h3 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size:1em;
	line-height:1em;
	font-style: normal;
	font-weight : bold;
	color : #800000;
	}

h4 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size:0.75em;
	font-style: normal;
	font-weight : bold;
	color : #800000;
	}

hr {
	background-color: #800000;
	width: 100%
	}	

p {
	font-family : tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	font-style : normal;
	color : #505050;
	text-align : left;
	}

span  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	}

/* Class Formatting */

.center {
	text-align: center
	}

.note {
	font-family : tahoma; "Times New Roman", Times, serif;
	font-size : 0.9em;
	font-style : italic;
	font-weight : bold;
	color : #800000;
	text-align : left;
	line-height : 15px;
	}

.photo_gallery_note {
	font-size : 0.9em;
	font-style : italic;
	text-align : left;
	font-weight : normal;
	color : #505050;
	line-height : 15pt;
	}

.pdftitles {
	font-family : tahoma; "Times New Roman", Times, serif;
	font-size : 1.5 em;
	font-weight : bold;
	color : #800000;
	text-align : left;
	}

/* Link Formatting */

/* email links */

.email {
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color: #26466e;
	text-decoration: none;
	}

.email:hover {
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #26466e;
	}

/* internal & external page links */

.titles1 {
	font-family : tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	font-style : normal;
	font-weight : normal;
	color : #26466e;
	text-align : left;
	line-height : 15px;
	}

.titles1 a:link {
	color : #26466e;
	text-decoration : none;
	}

.titles1 a:visited {
	text-decoration : none;
	color : #800080;
	}

.titles1 a:active {
	text-decoration : none;
	color : #26466e;
	}

.titles1 a:hover {
	font-family: tahoma, "Times New Roman", Times, serif;
	font-size:1em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #26466e;
	}

.titles2 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	font-style : normal;
	font-weight : bold;
	color : #26466e;
	text-align : left;
	line-height : 15px;
	}

.titles2 a:link {
	color : #26466e;
	text-decoration : none;
	}

.titles2 a:visited {
	text-decoration : none;
	color : #800080;
	}

.titles2 a:active {
	text-decoration : none;
	color : #26466e;
	}

.titles2 a:hover {
	text-decoration : underline;
	}

.titles3 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.8em;
	font-style : normal;
	font-weight : bold;
	color : #26466e;
	text-align : left;
	line-height : 15px;
	}

.titles3 a:link {
	color : #26466e;
	text-decoration : none;
	}

.titles3 a:visited {
	text-decoration : none;
	color : #26466e;
	}

.titles3 a:active {
	text-decoration : none;
	color : #26466e;
	}

.titles3 a:hover {
	text-decoration : underline;
	}


a.link2 a:link {
	color : white;
	}

a.link2 {
	text-align : center;
	text-decoration : none;
	color : white;
	font-family : arial;
	font-size : 9pt;
	}


/* Obsolete - Needs Verification */


.normal {
	font-family : tahoma; "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style : normal;
	color : #505050;
	text-align : left;
	}

td.whitebutton a:hover {
background : #25465b;
}

td.title_col {
font-family : arial;
font-size : 11pt;
font-weight : bold;
}

td.hr_schoolname {
font-family : arial;
font-size : 14pt;
font-weight : bold;
vertical-align : top;
}

td.hr_city {
font-family : arial;
font-size : 11pt;
font-style : italic;
vertical-align : top;
}

td.name_title {
font-family : arial;
font-size : 10pt;
font-style : italic;
vertical-align : top;
}

td.class_title {
font-family : arial;
font-size : 10pt;
font-style : italic;
vertical-align : top;
}

td.hr_updated {
font-family : arial;
font-size : 10pt;
font-style : italic;
}

td.hr_title1 {
font-family : arial;
font-size : 14pt;
font-weight : bold;
color : #93281d;
}

td.hr_name {
font-family : arial;
font-size : 10pt;
font-weight : bold;
}

td.hr_class {
font-family : arial;
font-size : 10pt;
font-weight : bold;
}

td.hr_univ {
font-family : arial;
font-size : 10pt;
font-weight : bold;
}

a.link1 a:link {
color : white;
}

a.link1 {
text-align : center;
text-decoration : none;
color : white;
font-family : arial;
font-size : 8pt;
}



.class1 {
font-family : arial;
font-style : normal;
text-decoration : none;
color : white;
font-size : 9pt;
word-spacing : 50px;
}

.class1 A:visited {
text-decoration : none;
color : blue;
}

.class1 A:active {
text-decoration : none;
color : blue;
}

.class1 A:hover {
text-decoration : underline;
color : red;
}

table.cellLink1 td a:hover {
background : #25465b;
}

table.cellLink1 td a {
display : block;
}

table.cellLink2 td a:hover {
background : #631911;
}

table.cellLink2 td a {
display : block;
}

table.cellLink3 td a:hover {
background : none;
display : block;
}

.updates {
font-family : verdana;
color : #800000;
font-size : 9pt;
}

span.header1 {
font-family : verdana;
color : #26466e;
font-size : 14pt;
font-weight : bold;
line-height : 3;
}


table {
font-family : tahoma;
font-size : 10pt;
font-style : normal;
color : #505050;
text-align : left;
}

.header_note {
font-family : verdana;
font-size : 10pt;
font-weight : bold;
color : #9e9c9c;
}

div#navbar2 {
height : 30px;
width : 100%;
border-top : 1px solid white;
border-bottom : 1px solid white;
background-color : white;
}

div#navbar2 ul {
margin : 0;
padding : 0;
font-family : arial;
font-size : 9pt;
color : #fff;
line-height : 30px;
white-space : nowrap;
text-align : center;
}

div#navbar2 li {
list-style-type : none;
display : inline;
}

div#navbar2 li a {
text-decoration : none;
padding : 7px 10px;
color : blue;
}

div#navbar2 li a:visited {
color : blue;
}

div#navbar2 li a:hover {
color : red;
text-decoration : underline;
}

div#link1 a:link {
text-decoration : none;
color : blue;
}

div#link1 a:visited {
text-decoration : none;
color : blue;
}

div#link1 a:hover {
color : red;
text-decoration : none;
}


