/* Tag Redifinitions */

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
		text-align: left;
	  /*overflow: hidden;*/
}

body {
	background-image:   url(../images/page-background.jpg);
	background-position: top center;
	background-color: #18124B;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


a{
	/*position: relative;*/
}


documentElement{
	/*overflow:hidden;*/
}

h1{
	background-image: url(../images/headerGraphic.png);
	background-repeat: no-repeat;
	background-position: -5px right;
	padding-bottom: 30px;
	padding-top: 15px;
	overflow: visible;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	font-size: 1.8em;
	color: #18124A;
	margin-top: -10px;
	margin-bottom: -10px;	
}

h2{
	font-family: verdana;
	font-weight: bold;
	font-size: 1.2em;
}
h2 a{
	font-size: 8pt;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration:none;
}	

h3 {
}

h4 {
}

hr{
	height: 2px ;
	color: #550011;
	width: 50%;
	text-align: center;
}

img#titleImage{
	vertical-align: top;
}

ol li {
	line-height: 150%;
	margin-bottom: 0.7em;
}

/* Classes and ID'd Elements */

a#log{
	color: #0000FF;
	overflow: visible;
}
a:hover#log{
	color: #ff0000;
	font-weight: 500; /*necessary for rollover function in IE6*/
}

.adminHeader{
	 margin-top: 20px;
	 text-align: left;
	 padding: 3px; 
	 color: #FFFFFF; 
	 font-size: 10pt; 
	 font-weight: bold; 
	 background-color: #110055;
}
.alphaSelect{
	height: 20px;
	line-height: 20px;
	float:left;
}
.alphaSelect div{
	float:left;
	width: 18px;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr="#fff3f3",endColorStr="#ccaaaa");
	background-image: url(../images/alpha-off.jpg);
	background-repeat: repeat-x;
	background-color: #fff3f3;
	border: 1px outset;
	cursor: default;
	text-align: center;
}
.alphaSelect div.selected{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr="#ccaaaa",endColorStr="#fff3f3");
	background-image: url(../images/alpha-on.jpg);
}
.alphaSelect div select{
	 width: 150px; 
	 position: relative; 
	 top: 0px; 
	 height: 18px; 
	 font-size: 8pt;
}
.groupSelect{
  	float:left;
	width: 225px;
	background-image: url(../images/alpha-off.jpg);
	background-repeat: repeat-x;
	border: 1px outset;
}

div.contacts {
	 height: 200px; 
	 border-bottom: 1px solid black; 
	 border-top: 1px solid black; 
	 overflow: auto;
}
.contactHeader{
	padding-right: 3px;
	padding-left: 3px;
	color: #110055;
	background-color: #ccccee;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr="#f3f3ff",endColorStr="#aaaacc");
	background-image: url(../images/sort-off.jpg);
	background-repeat: repeat-x;
	border: 1px outset;
	cursor: default;
}
.contactHeaderSelect{
	padding-right: 7px;
	padding-left: 3px;
	color: #110055;
	background-color: #bbbbdd;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr="#aaaacc",endColorStr="#f3f3ff");
	background-image: url(../images/sort-on.jpg);
	border: 1px inset;
	cursor: default;
}

.contentBox{
	position: relative; 
	width: 990px; 
	background-image: url(../images/page-bckgrd.png); 
	background-repeat: repeat-y; 
	border: 1px solid transparent; 
	margin: -1px 0px;
	font-family: verdana;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.5em;
	color: #18124A;
}

		.contentPadding{
			position: relative; 
			padding: 20px 40px 0px 40px;
			margin-top: 40px;
			z-index: 1;
			text-align: justify;
		}
#countdown{
	color: red;
	font-size: 1.3em;
	font-weight:bold;
}
.dayDate {
	position: absolute;
	top: 45px;
	left: 855px;
	width: 120px;
	text-align: center;
	color: #000000;
	font-size: 36pt;
	font-family: arial;
	font-weight: bold;
	z-index: 11;
}
.dayDate2 {
	position: absolute;
	top: 46px;
	left: 856px;
	width: 120px;
	text-align: center;
	color: #C30000;
	font-size: 36pt;
	font-family: arial;
	font-weight: bold;
	z-index: 10;
}

.even{
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 60px;
	border-left: 5px solid #BBBBDD;
	padding-left: 15px;

	
}
		.odd{
			margin-right: 60px;
			background-color: #fafafa;
			padding: 0px 20px 0px 20px;
			border: 1px solid white;
		}
		
.footer{
 	position: absolute; 
	top: 70px; 
	left: 450px; 
	font-family: verdana; 
	font-size: 9pt; 
	color: #18124A; 
	text-align: right;
}

form#search input{
	font-size: 8pt;
 	color: #a0a0a0; 
	width: 150px;
}

.formRegister{
	/*width: 700px;*/
	padding-right: 100px;
	padding-left: 100px;
	line-height: 2.5em;
	font-weight: normal;
}
.formRegister .inputReg{
	float: right;
	width: 250px;
}
.formRegister label{
	text-transform: uppercase;
	position: relative;
	text-align: left;
	top: 15px;
	font-family: verdana,arial;
	font-size: 7pt;
	color: #777777;
	float: right;
	width: 175px;
	margin-left: 15px;
}

.formRegister label input,select,textarea{
	border: none;
	border-bottom: 1px solid #777777;
	color: #110077;
	position: absolute;
	top: -9px;
	left: 0px;
	width: 100%;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

.forwardBackTab{
	width: 207px; 
	height: 39px; 
	background-image: url(../images/forward-back-tab.png); 
	background-repeat: no-repeat;
}
div#loginForm{
   text-align:left; 
	float: left; 
	position: absolute;
	left: 0px;
	top: 220px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: italic;
	margin-left: 40px;
 	color: #a0a0a0; 
	z-index: 2;
}

div#loginForm input{
	font-size: 8pt;
 	color: #000000; 
	width: 90px;
}

div#loginForm .button{
	font-size: 8pt;
 	color: #000000; 
	width: 70px;
	margin-right: -10px;
}

#loginBox{
	display:none; 
	position:absolute; 
	top: 20px; 
	left: 40px; 
	z-index: 3
}

div#loginForm .logoutButton{
	border:none; 
	background-color:transparent; 
	height: 20px; 
	color: #0000FF; 
	text-decoration:none; 
	position: relative; 
	top: 2px;
	width: 70px;
	cursor: pointer;
}

form#search{
	text-align:right; 
	float: right; 
	margin-right: 40px;
	margin-top: 10px
}
.header{
 	position: relative; 
	z-index: 3; 
}

		.holder{
			width: 990px; 
			position: relative;
		}

.mentorList{
	cursor: default;
	font-family: arial;
	text-transform: capitalize;
	color: black;
}
td.mentorList span{
	display:block;
}
.mentorListOver{
	cursor: default;
	font-family: arial;
	text-transform: capitalize;
	color: red;
}

.name{
 text-transform: capitalize; 
 cursor: default;
 color: black;
}
.nameOver{
 text-transform: capitalize; 
 cursor: default;
 color: red;
}
	
.month {
	position: absolute;
	top: 92px;
	left: 855px;
	width: 120px;
	text-align: center;
	color: #000000;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	z-index: 11;
}
.month2 {
	position: absolute;
	top: 93px;
	left: 856px;
	width: 120px;
	text-align: center;
	color: #C30000;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	z-index: 10;
}

.navHolder{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 960px;
	height: 25px;
	text-align: center;
	color: white;
	z-index:1;
	margin-left: 28px;
}

		.navHolder div{
			position: absolute; 
			left: 0px; 
			border-left: 1px solid black; 
			border-right: 1px solid #aaaaff; 
			border-bottom: 1px solid black;
		}

.noscript{
   text-align: center; 
	margin-bottom: 20px; 
	font-weight: bold; 
	color: red; 
	font-size: 12pt;
}

.orphanForm{
	padding: 10px; 
	border: 1px solid #110055; 
	background-color: #f5f5f5;
}

.progressHeader{
	width: 20px;
	float: left;
	text-align: center;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
}
.progressHeader1{
	width: 20px;
	float: left;
	text-align: center;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
	background-color: #99FF99;
}
.progressHeader2{
	width: 20px;
	float: left;
	text-align: center;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
	background-color: #FFFF55;
}
.progressHeader3{
	width: 20px;
	float: left;
	text-align: center;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
	background-color: #FF9999;
}
.progressHeaderOpt{
	width: 20px;
	float: left;
	text-align: center;
	font-size: 7pt;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
	filter: alpha(opacity=30);
	opacity: 0.30;
}
	.colorKey{
		float:right; 
		height: 9px; 
		width: 9px; 
		border: 1px solid white; 
		position: relative;
		top: 6px;
		margin-left: 4px;
		overflow:hidden;
	}

.question{
	color: #550011;
	position: relative;
	font-family: arial;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}

			blockquote.q{
				border-left: 5px solid #BBBBDD;
				margin-left: 25px;
				padding-left: 15px;
				margin-bottom: 30px;
			}
			
			.answer{
				float: left;
				margin-right: 10px;
				color: #004059;
				position: relative;
				font-family: arial;
				font-size: 14pt;
				font-weight: bold;
				font-style: italic;
			}

.quoteOpen{
	padding-top: 5px;
	margin-bottom: -7px;
	float:left;
	font-size: 24pt;
}
.quoteClose{
	padding-top: 2px;
	position: absolute;
	font-size: 24pt;
}
.quoteMaker{
	font-weight: bold;
	font-style: italic;
}

.searchTitle{
 	color: #a0a0a0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: italic;
}

.searchword {
  background-color: #FFFF00;
  font-weight: bold;
  color: #000000;
}

.time {
	position: absolute;
	top: 35px;
	left: 855px;
	width: 120px;
	text-align: center;
	color: #000000;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	z-index: 11;
}
.time2 {
	position: absolute;
	top: 36px;
	left: 856px;
	width: 120px;
	text-align: center;
	color: #C30000;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	z-index: 10;
}

		
/*Modular Navigation Styles*/

ul#nav{
		float: left;
		position:relative;
		z-index: 600;
		margin-right: 0px;
		margin-bottom: 0px;
			padding: 0px;
			margin-top: 0px;
			margin-left: 0px;
}

ul#nav ul{
			top: 0px;    
			position:relative;
}

ul#nav li{
	width: auto;
	float: left;  /*enable for horizontal nav */
			position: relative;
			top: 0px;
			left: 0px;
			list-style-type: none;
	   		vertical-align: top; /* MUST BE PRESENT TO PREVENT VERT SPACES IN IE WHEN DISPLAY:BLOCK FOR <A> TAG*/
}

ul#nav li a{
	width: auto;
	font-size: 10pt;
	font-family: arial;
	text-decoration: none;
	text-align: right;
	color: white;
	background-color: transparent;
	padding: 4px 7px 4px 7px;
	border: none;
	border-left: 1px solid #aaaaff;
	border-right: 1px solid #000000;
			display: block;
}
ul#nav li a:hover{
	background-color: #aaaaff;
}
ul#nav li ul{
	position: absolute;  /* 	change for no javascript  */
			top: 0px;
			left: 0px;
			z-index: 100;
			clip: rect(auto 2500px 2500px 2500px);
			margin: 0px;
			padding: 0px;
			/*visibility: hidden;  ALLOWS OPERA LINKS TO FUNCTION (v<9) */
}

ul#nav li ul li{
	vertical-align:auto;
}

ul#nav li ul li a{
	color: #000030;
	font-size: 10pt;
	border: 1px solid white;
	width: 250px;
	font-family:arial;
	font-weight: bold;
	background-color: #D2D2FF;
	padding: 3px 0px 3px 10px;
	text-align: left;
			position: relative;
			z-index: 1;
			zoom: 1;    /* MUST BE PRESENT TO SET  TRANSPARENCY IN IE*/
}

.navShadow{
			border-color: #777777;
			border-width: 1px; 
			border-style: solid;
			position: absolute;
			border-top: none;
			border-left: none;
			filter: alpha(opacity=70);
			opacity: 0.7;
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
}

.shadow {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	position: absolute;
	top: 2px;
	left: 2px;
}

/* ---------------------------------------HANDBOOK STYLES----------------------------------*/

ul.handbook{
	margin:0px;
	padding:0px;
}
ul.handbook ol{
	margin:0px;
	padding:0px;
}
ul.handbook li{
	margin:0px;
	padding:0px;
	margin-left:10px;
}
ul.handbook li img{
	margin-right: 10px;
	cursor:default;
}
ul.handbook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0px 10px 15px;
	list-style-image: url(../images/1x1.gif);
	/*list-style-image: url(../images/topic-expand.gif);*/
}

ul.handbook li ul{
	display:block;
	font-size:10pt;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	list-style-image: url(../images/1x1.gif);
}
ul.handbook li ul li{
	border-left: 5px solid #8393BC;
	margin: 0px;
	padding-left: 10px;
}
ul.handbook li ul li ul{
	list-style-image: none;
	list-style-type:disc;
	margin: 15px 0px 15px 20px;
	border-left: none;
}
ul.handbook li ul li ul li{
	border-left: none;
	margin: 5px 0px;
	padding:0px 2px;
}
ul.handbook li ul li ol{
	list-style-image: none;
	margin-left: 20px;
	border-left: none;
}
ul.handbook li ul li ol li{
	list-style-image: none;
	margin: 15px 0px 15px 10px;
	border-left: none;
	padding-left: 0px;
}
ul.handbook li ul li ul ul ul{
	position: relative;
	left:-40px;
	font-size: 11pt;
	font-weight: bold;
	margin: 0x 20px;
	color: #FFFF00;
	list-style-image: url(../images/topic-expand.gif);
}
ul.handbook li ul li ul ul ul li{
	cursor: pointer;
}
ul.handbook li ul li ul ul ul ul{
	position: relative;
	left:-20px;
	font-size: 10pt;
	font-weight: bold;
	margin: 15x 0px 0px 20px;
	list-style-image: url(../images/1x1.gif);
	color: #FFFFFF;
}
ul.handbook li ul li ul ul ul ul li{
	cursor:default;
}
ul.handbook li ul li ul ul ul ul ul{
	position: relative;
	left:0px;
	font-weight: normal;
	list-style-image:none;
	list-style-type:disc;
	margin: 15x 0px 5px 15px;
}

/* ----------------------------PRINT STYLES ---------------------*/

@media print {
	#noPrint   {display: none;}
	.noPrint{display: none}
}

