/*
CAHS main style sheet
Please adhere to the following naming convention for new font styles:
 
/*** Global ***/

html {
	margin: 0px; 
	padding: 0px;
	}

body {
	margin: 10px;
	padding: 0px;
	cursor: auto;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
  }
  

a:link { 
	color : #333399; 
	text-decoration: none 
	}

a:visited { 
	color : #666666; 
	text-decoration: none 
	}

a:hover { 
	color : #809DC9; 
	text-decoration: none 
	}

.nav	{
	
	background: url (/e/globalimages/nspace2.gif) repeat fixed; 
	
	}
	
/*** Special Classes ***/

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #4673B4;
	}
	
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: 
	bold; color: #4673B4;
	}
	


/*** Side appears in blue sidebar ***/

.side {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #efefef; 
	text-decoration: none;
	}
	
a:link.side { 
	color: #efefef;
	}
	
a:hover.side {
	color: #ffffff;
	}
	
a:visited.side {
	color: #666666;
	}

/*** Small fonts ***/

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	}
	
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
	}

/*** Medium appears in Bios and contact us***/

.medgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	}
	
.medwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #efefef; 
	text-decoration: none;
	}
	
.subheadwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: 
	bold; color: #ffffff;
	}

/*** END ***/.topnav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: lighter; color: #efefef; text-decoration: none; }
.border {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 1px;
	float: none;
	margin: auto;
	border-top: thin none #ffffff;
	border-right: thin none #ffffff;
	border-bottom: thin solid #192261;
	border-left: thin none #ffffff;
}
.boldgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-variant: small-caps;
}
.bordercontent {
	background-color: #FFFFFF;
	height: auto;
	width: 785px;
	padding: 1px;
	float: none;
	margin: auto;
	border-top: thin none #003366;
	border-right: thin solid #003366;
	border-bottom: thin solid #003366;
	border-left: thin solid #003366;
}
