/*- - - - - - - - - - - - - - - - - - - - - */

body {
	background: transparent url(../images/main_back.gif) repeat-y top left;
	background-color: #FFFFFF;
	height: 100%; 
	padding: 0 0 0 0; 	/* top right bottom left */	
	margin: 0 0 0 0; 	/* top right bottom left */	
}


/* ----- TEXT ----- */
#conash3D0
{
	display:none;
}
td, th {
	font-family: Arial, Helvetica;
}
.fontsm {
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10px;
}
.fontred {
	color: #660000;
	font-family: Arial, Helvetica;
}
.fontsmwht {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9px;
	line-height: 12px;		
}
.font3 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.title {
	color: #660000;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.blue_title {
	color: #0000CC;
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.red_title {
	color: #BF0000;
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
/* ----- FORMATTING ----- */

#header {
	background: transparent url(../images/header_back.gif) repeat-x top left;
	color: #FFFFFF;
	height: 150px;
}
#footer {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding: 10 0 10 0;	/* top right bottom left */	
}
#nav {
	background: transparent url(../images/nav_back.png) no-repeat top left;
	width: 193px;
	padding: 0 0 0 0;	/* top right bottom left */	
}
#rightside {
	background: transparent url(../images/right_side.gif) repeat-y top right;
	width: 148px;
}
#innerbody {
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	padding: 15 10 10 0;	/* top right bottom left */	 
}
.fields   {
	font-family: Courier, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 20px; 
	color: #000000;
	font-weight: bold;
	background-color: #FCFCFC;
	width: 250px;
}
.select  {
	font-family: Courier, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 15px; 
	font-weight: bold;
	color: #000000;
	background-color: #FCFCFC;
}
.textbox   {
	font-family: Courier, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 20px; 
	font-weight: bold;
	color: #000000;
	background-color: #FCFCFC;
	width: 420px;
}
.button   {
	font-family: Arial, Helvetica;
	border: 1px solid #CCCCCC;
	font-size: 18px; 
	color: #FFFFFF;
	background-color: #0000CC;
	margin-top: 10px;
}
hr {
   	border: 0;
   	color: #BF0000;
   	background-color: #BF0000;
   	height: 1px;
   	margin-top: 12px;
   	margin-bottom: 12px;
}
.hide {
	display:none
} 
.show {
	display:inline
}

/* ----- ROLLOVERS ----- */

#home {
	display: block;    
	background: url(../images/navigation/home_but.gif) no-repeat top left;
}
#home:hover {
	display: block;    
	background: url(../images/navigation/home_but_ovr.gif) no-repeat top left;
}

#activities {
	display: block;    
	background: url(../images/navigation/activities_but.gif) no-repeat top left;
}
#activities:hover {
	display: block;    
	background: url(../images/navigation/activities_but_ovr.gif) no-repeat top left;
}

#scholarship {
	display: block;    
	background: url(../images/navigation/scholarship_but.gif) no-repeat top left;
}
#scholarship:hover {
	display: block;    
	background: url(../images/navigation/scholarship_but_ovr.gif) no-repeat top left;
}

#committee {
	display: block;    
	background: url(../images/navigation/committee_but.gif) no-repeat top left;
}
#committee:hover {
	display: block;    
	background: url(../images/navigation/committee_but_ovr.gif) no-repeat top left;
}

#memories {
	display: block;    
	background: url(../images/navigation/memories_but.gif) no-repeat top left;
}
#memories:hover {
	display: block;    
	background: url(../images/navigation/memories_but_ovr.gif) no-repeat top left;
}

#missing {
	display: block;    
	background: url(../images/navigation/missing_but.gif) no-repeat top left;
}
#missing:hover {
	display: block;    
	background: url(../images/navigation/missing_but_ovr.gif) no-repeat top left;
}

#contact {
	display: block;    
	background: url(../images/navigation/contact_but.gif) no-repeat top left;
}
#contact:hover {
	display: block;    
	background: url(../images/navigation/contact_but_ovr.gif) no-repeat top left;
}
/* ----- IMAGES ----- */

.img_bord {
	border:3px solid #BF0000;
	margin:6px;
}

.special {

	padding-left: 90px;
	padding-bottom: 20px;
	background: transparent url('../images/megaphone_man.gif') no-repeat 0% 2%;
   	margin: 5px;
}
/* ----- LINKS ----- */


	a:link{ color: #0000CC; TEXT-DECORATION: underline; font-weight: bold;}
	a:visited{ color: #0000CC; TEXT-DECORATION: underline; font-weight: bold;}
	a:active{ color: #0000CC; TEXT-DECORATION: underline; font-weight: bold;}
	a:hover{ color: #BF0000; TEXT-DECORATION: none; font-weight: bold;}
	
	a.foot:link{ color: #BF0000; TEXT-DECORATION: underline; font-weight: bold;}
	a.foot:visited{ color: #BF0000; TEXT-DECORATION: underline; font-weight: bold;}
	a.foot:active{ color: #BF0000; TEXT-DECORATION: underline; font-weight: bold;}
	a.foot:hover{ color: #0000CC; TEXT-DECORATION: none; font-weight: bold;}
	
	
/*- - - - - - - - - - - - - - - - - - - - - */


* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}