﻿html {
	margin:0; 
	padding:0; 
	height:100%;
}

body {
	margin:0; 
	padding:0; 
	height:inherit;
	background-color:Black;
	z-index: 0;
}

a {text-decoration:none;}
a:hover{color:#EE0000;text-decoration:underline;}

#outer_header{
	height: 188px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	position:static;
}
#inner_header{
	height: 188px;
	width: 1075px;
	margin: 0 auto;
	background-image: url(images/header.jpg);
	position:static;	
}

#top_menu_bar{	
	height: 65px;
	width: 100%;
	background-image: url(images/top_menu_bar.jpg);	
	position:static;
	z-index:5;		
}


#header_image{
	position:absolute;		
	margin-top:35px;
	left: 50%;
    margin-left: -428px;
	width: 856px;
	z-index:75;
}

#mainPageTitle{
	color: #EEEEEE;
	font-family: Arial, Verdana;
	font-size: .6em;
	font-weight:500;
	text-align:center;
}

#content_layer{
	position:absolute;
	z-index: 10;		
	margin-top: 240px;
	left: 50%;
    margin-left: -428px;
	width: 856px;
}

#content_top{
	height: 30px;
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	
}

#content_middle{
	min-height:200px;
	background-image:url(images/content_middle.jpg);
	background-repeat: repeat-y;
	
}

#content_bottom{
	height: 30px;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	
}

.content_bottom{
	color: ##ffffff;
	font-family: Arial, Verdana;
	font-size: .95em;
	font-weight:900;	
	text-align:center;
}

.tbl_head{
	background-color:#333333;
	color:#EEEEEE;
	font-family: Arial, Verdana; 
	font-size:1.1em;
	font-weight:900;	
	padding-bottom:3px;	
	padding-left:10px;
}

.tbl_content{
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Verdana;
	font-size: .87em;
	font-weight:900;
	list-style-type: square;
	padding-left:8px;
}

#footer{
	color: #555555;
	font-family: Arial, Verdana;
	font-size: .6em;
	font-weight:500;
	text-align:center;
}



/*  TOP NAVIGATION
******************************************************************/

#menu{
	
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;	
}


.menu{

	color: #333333;
	font-family: Verdana;
	font-size: 0.95em;
	font-weight:900;
	text-decoration:none;



/*<StaticMenuItemStyle Font-Bold="True" Font-Italic="False" Font-Names="Verdana" Font-Size="0.92em"
					Font-Strikeout="False" ForeColor="Black" HorizontalPadding="1px" ItemSpacing="12px" />
				<StaticHoverStyle ForeColor="Red" />*/

}

.submenu{

	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.89em;
	font-weight:900;
	height:25px;


}


/****************BREAD CRUMBS ***********************/

.breadcrumb{
	color:#0099FF;
	font-size: 0.70em;
}

.breadcrumb_active{
	color:#66FFFF;
	font-size: 0.70em;	
}


/*******PAGE FLIP *******/
#pageflip {
	position: relative;
	z-index: 98;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border-width:0px;
	border-color:inherit;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url(images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

/*****IE PNG FIX *****
img, div { behavior: url(/images/iepngfix.htc) }*/


#authenticated{
	width:400px;
	height: 50px;		
	position:absolute;		
	margin-top:0px;
	left: 50%;
    margin-left: 0px;	
	z-index:999;
}

.transparent
{ 
   filter:alpha(opacity=85); 
   -moz-opacity: 0.85; 
   opacity: 0.85; 
   background-color:Black;
   
   color:White;
   padding:10px;
   font-size: 12px; font-family: verdana; font-weight:bold; 
   border:#FFFF66 solid thick;
}

.login_box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ffffff;
}


/****************** CMS *******************/
.cms_listing{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#006699;

}

/*************** ALUMNI *****************/

.alumni_contactlink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.4em;
	font-weight:bolder;
	font-variant:small-caps;
	color:#0099FF;
	
}

.alumni_name{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bolder;
	font-variant:small-caps;
	color:#0099FF;
}

.alumni_labels{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:500;
	color:#999999;
}

.alumni_details{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:100;
	color:#000000;
}

