/*BEGIN STRUCTURE STYLES*/
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background-image:url(/images/body_bg.gif);
	text-align:center
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

div.daddy{
	width:80%;
	height:100%
	}

div.topborder{
	background-color:#000066
	}

div.leftcorner{
	float:left;
	width:20px;
	position:relative;
	right:3px;
	background-image:url(images/corners.gif);
	background-repeat:no-repeat
	}

div.rightcorner{
	float:right;
	width:20px;
	position:relative;
	right:-3px;
	background-image:url(images/corners.gif);
	background-repeat:no-repeat;
	background-position:-20px 0px
	}

div.main{
	border-left: 3px solid #000066;
	border-right: 3px solid #000066;
	background-color:#FFFFFF
	}
	
div.header{
	width:100%;
	background-color:#000066
	}	

div.body{
	text-align:justify;
	padding:10px;
	}
.title{
	font-size: 14px;
	font-weight: bold;
	border-bottom:#000 solid 1px;
	padding-left:5px;
	}

.miniTitle{
	font-size: 12px;
	font-weight: bold;
	border-bottom:#333333 solid 1px;
	padding-bottom:-5px;
	margin-left:-10px;
	width:100%;
	text-align:left
	}	

.bodyParagraph{
margin-left:15px;
margin-right:75px
}	

div.footer{
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	font-size:10px
}
	
div.floatybox
{
	position:relative;
	float:right;
	width: 30%;
	height: 100%;
	border: black 1px solid;
	background-color:#CCCCFF;
	text-align:left;
	padding:10px;
	margin:20px;
	font-size:10px
}

ul.floatylist{
	list-style:outside;
	margin-left:10px;
	margin-top:3px
}
/*END STRUCTURE STYLES*/	

/*BEGIN NAVIGATION STYLES*/
ul.nav{
	display:block;
	text-align:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

li.nav {
	display:inline;
	height:5px;
	margin:0;
	pading:0
	}


a.nav, a.subnav{
	text-decoration:none;
	font-weight:bold;
	padding:0.1em .5em;
	color:#990;
}

a.nav{
	background-color:#000066;
	text-align:center;
}


div.navigation{
	background-color:#000066;
}

a.subnav{
	text-align:left
}

.subnav_box{
	visibility: hidden;
	position:absolute;
	margin-left:50px;
	/*margin-top:17px;*/
	width:150px;
}

.subnav_item{
	background-color:#006;
	width:inherit;
/*	height:1.5em;*/
	cursor:pointer;
	border:#990 1px solid;
}




a.nav:hover, a.subnav:hover  {
	border-bottom:#990 2px solid;
	border-top:##990 2px solid;
	color:white
}

a#cl:hover {
	border-bottom:#990 2px solid;
	border-top:#990 2px solid;
	color:white
}

#selected{
	border-bottom:#990 2px solid;
}



/*END NAVIGATION STYLES*/


/*BEGIN TEXT STYLES*/

.headerbig {
	color:#990000;
	font-weight: bold;
	font-size:larger
}

.headersmall {
	color:#000099;
	font-weight: bold;
}




/*BEGIN SCHEDULE STYLES*/
table.sched{
	text-align:left;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	empty-cells:hide;
	border-bottom:#000000 solid 2px;
}

td.sched{
	background-color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	border-bottom:#000000 2px solid;
	color:#000099
}

td.spacer{
height:20px;
background-color:#FFFFFF;
border-top:#000000 solid 2px;
border-bottom:#000000 solid 2px;
border-right:hidden;

}

tr.one, tr.two, tr.three, tr.four{
border-left:#000000 solid 2px;
border-right:#000000 solid 2px;
}

tr.one{
	background-color:#003333;
	border-left:#000000 solid 3px;
	font-weight:normal;
	color:#FFF
}

tr.two{
	background-color:#CCCC33;
	font-weight:normal;
	color:#000
}

tr.three{
	background-color:#CC6600;
	font-weight:normal;
	color:#FFF
}

tr.four{
	background-color:#9999FF;
	font-weight:normal;
	color:#000
}

tr.odd{
	background-color:#EFF;
	font-weight:normal;
	color:#000000
}

td.edit{
	background-color:#FFF;
	font-weight:normal;
	color:#000000
}

/*END SCHEDULE STYLES*/
