/* CSS Document */
body{
			background-image:url(/images/back.gif);
		}

.days {		font-family:arial;
		font-size:14px;
		color:black;
		font-weight:bold;
}
.kismet {		font-family:arial;
		font-size:26px;
		color:black;
		font-weight:bold;
}
.largedays {		font-family:arial;
		font-size:18px;
		color:black;
		font-weight:bold;
}
.sched {		font-family:arial;
		font-size:12px;
		color:black;
}
.summer {		font-family:arial;
		font-size:20px;
		color:black;
		font-weight:bold;
}
.style2 {font-size: 18px}
.style3 {font-size: 24px}
.style4 {	font-family:Arial;
	font-size: 12px;
	}

h1{
	color:#3E4966;
	font-family:Arial;
	font-size:18px;
}
	
.hidden{
	display:none;
}
/***********************************MAIN CONTAINER AND PAGE FOR LARGE LEFT AND SMALL RIGHT*******/
a{
	color:#003399;
	text-decoration:none;
	font-family:Arial;
}
a:hover{
	color:#003399;
	text-decoration:underline;
	font-family:Arial;
}	
.container{
	width:722px;
	position:relative;
	margin: 0px auto;
	margin-top:0px;
	text-align:center;
}
.mainbody{
	background-image:url(images/notebook_box_bg2.gif);
	background-repeat:repeat-y;
	width:722px;
	float:left;
}
.mainleft{
	display:inline; /* fixes the double margin bug caused in IE6 when floating an element and setting margin-left or margin-right */
	text-align:left;
	background-color:#F3F1DF;
	width:518px;
	margin-left:15px;
	margin-right:10px;
	margin-top:10px;
	font-family:Arial;
	font-size:12px;
	float:left;
	padding:5px 5px 5px 5px;
	}
.mainonebox{
	text-align:left;
	background-color:#F3F1DF;
	width:700px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	font-family:Arial;
	font-size:12px;
	float:left;
	padding:5px 5px 5px 5px;
	}	

.mainright{
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#999999;
	width:140px;
	font-family:Arial;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
strong{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
.MsoNormal{
	font-family:Arial;
	font-size:12px;	
}
a{
	color:#003399;
	text-decoration:none;
}
a:hover{
	color:#003399;
	text-decoration:underline;
}
/*******************************HEADER STYLES***************************************************/
.header{
	width:722px;
	height:208px;
	text-align:center;
	overflow:hidden;
	position:relative;
}

.handleback{
	background:none;
	height:20px;
	width:722px;
	float:left;
	padding-left:1px;
	overflow:hidden;
	margin:0px auto;
}

.home-link{
	display:block;
	width:720px;
	height:188px;
	position:absolute;
	bottom:0;
	z-index:10;
}


/*********************************************FOOTER STYLES*************************************/
.footer{
	padding-top:5px;
	width:722px;
	height:20px;
	float:left;
}
.copy{
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	float:left;
	width:350px;
	margin-left:15px;
}
.webspec{
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	float:left;
	width:340px;
}
.footlink{
	color:#CCCCCC;
	text-decoration:none;
}
.footlink:hover{
	text-decoration:underline;
}
.disclaimer{
	color:#3E4966;
	text-decoration:none;
	font-family:Arial;
}	
.disclaimer a{
	color:#003399;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
.disclaimer a:hover{
	color:#003399;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}	

/***********MENU -- DO NOT CHANGE UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING************/

/* Menu styles - updated by Adam Reineke
 * Tested and working in Internet Explorer 5, 5.5, 6, and 7; Opera 9; Firefox 2 and 3B4; and the Safari 3 Beta for Windows
 * Notes:
 *   When using the csshover.htc file, we need to be sure to add "AddType text/x-component htc" to the .htaccess file for it to work with WinXP-SP2 or it will be ignored
 *   Inheritence excels here, but we have to be sure to overwrite styles we don't want. I set all of the top-level <li> elements the same, and set the special styles only for the first and last elements, which saves us writing styles for every single element.
 *   We also set our links to blocks with width:100% so the user can click anywhere in the block, and not just on the text.
 *   Personally, I wouldn't use cursor:pointer on anything that cannot be clicked, but I left thise one alone.
 */
#menu { behavior:url('/csshover.htc'); font-family:Arial; width:722px; margin-left:15px; text-align:center; font-size:11px; }
#menu ul { margin:0; padding:0; }
#menu ul li { position:relative; list-style:none; float:left; height:26px; background-repeat:repeat-x; cursor:pointer; background-image:url(images/blankbarfiller_spacer.gif); width:131px; }
#menu ul li h2 { font-size:12px; margin-top:6px; color:#FFFFFF; }
#menu ul li ul { display:none; margin:0; padding:0;}
#menu ul li:hover ul { display:block; position:absolute; left:0; top:26px; width:100%; }
#menu ul li ul li { background-image:none; height:1.3em; list-style:none; display:block; float:left; background-color:#576790; border-left:#CCCCCC 1px solid; border-right:#CCCCCC 1px solid; border-bottom:#CCCCCC 1px solid; }
#menu ul li ul li:hover { background-color: #990000; }
#menu ul li ul li a {color:#efefef; text-decoration:none; display:block; width:100%; text-align:center; font-size:11px; }
.hnav-left, .hnav-right { width:20px !important; }
.hnav-left {background-image:url(images/blankbarfiller_left.gif) !important;}
.hnav-right{background-image:url(images/blankbarfiller_right.gif) !important;}
/* End Menu Styles */

li div a{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
li div a:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}
li span a{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
li span a:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}
li div{
	font-family:Arial;
	font-size:12px;
}
li span{
	font-family:Arial;
	font-size:12px;
}
font{
	font-family:Arial;
	font-size:12px;
}
b {
	font-family:Arial;
	font-size:16px;	
}
strong font{
	font-family:Arial;
	font-size:16px;	
}
strong a{
	font-weight:bold;
	text-decoration:none;
}
strong a:hover{
	font-weight:bold;
	text-decoration:underline;
}
p strong{
	font-family:Arial;
	font-size:14px;	
	font-weight:bold;
}
div strong font{
	font-family:Arial;
	font-size:14px;	
	font-weight:bold;
}
h1 font{
	font-family:Arial;
	font-size:14px;	
	font-weight:bold;
	color:#000000;
}
strong{
	font-family:Arial;
	font-size:14px;	
	font-weight:bold;
}
