
/* Start changes/additions for the approved layouts*/

/* GENERAL STYLES */
body					{ margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;  }
.whyus				    { background-image: url(images/bg_whyus.gif); background-repeat: repeat-y; }
.investment				{ background-image: url(images/bg_graduation.gif); background-repeat: repeat-y; }
.offerings				{ background-image: url(images/bg_horse.gif); background-repeat: repeat-y; }
.bios					{ background-image: url(images/bg_sailboat.gif); background-repeat: repeat-y; }
.media					{ background-image: url(images/bg_sailboat.gif); background-repeat: repeat-y; }
td						{ font-family:arial,arial,sans-serif; text-align:justify;}
ul						{ font-size:12px; margin-top:2px; }
li						{ padding-bottom: 10px;}


/* HEADER STYLES */
.header1				{ font-size:18px; color:#000000; font-weight: bold; font-style: italic;}
.header					{ font-size:16px; color:#000000; font-weight: bold;}
.searchBg				{ background-color: #D7C6A0;   }

.text 					{ font-size:12px; color:#000000; line-height:17px;}
.text a:link			{ color:#B40140; text-decoration:underline;}
.text a:active			{ color:#B40140; text-decoration:underline;}
.text a:visited			{ color:#B40140; text-decoration:underline;}
.text a:hover			{ color:#B40140; text-decoration:none;}

.footer 				{ font-size:11px; line-height: 10px; color:#666666; }
.footer a:link			{ color:#B40140; text-decoration:underline;}
.footer a:active		{ color:#B40140; text-decoration:underline;}
.footer a:visited		{ color:#B40140; text-decoration:underline;}
.footer a:hover			{ color:#B40140; text-decoration:none;}


/* FORM STYLES */

input 					{ font-family:arial,sans-serif;  color:#000000; font-size:11px; border: 1px ridge #000000;}
select 					{ font-family:arial,sans-serif;  color:#000000; font-size:11px; }


input.normal		 	{	font-family:arial,verdana,sans-serif;  
							font-size:12px; 
							background-color: #ffffff; 
							color: #000000; 
							border: 1px solid #999999; 
							padding-left: 4px;
							border-style: inset;} 
							
							
select.normal		 	{	font-family:arial,verdana,sans-serif;  
							font-size:12px; 
							background-color: #ffffff; 
							color: #000000; 
							border: 1px solid #999999;}
							
select.configuration 	{	font-family:arial,verdana,sans-serif;  
							font-size:12px; 
							background-color: #ffffff; 
							color: #000000; 
							border: 1px solid #999999;
							width: 255px;
							}
							

textarea.normal		 	{	font-family:arial,verdana,sans-serif;  
							font-size:12px; 
							background-color: #ffffff; 
							color: #000000; 
							border: 1px solid #999999;
							padding-top: 4px;
							padding-left: 4px;
							}
							
							
/* BUTTON STYLES */ 

.butSearch 				{ font-family:verdana,sans-serif; color: #000000; font-size:10px; background-color: #EECC7F; border: 1px ridge #FBDE9D;}


/* ADDED 2009-10-12 FOR TEMP NEWS AREA */
.newsCell {
	padding-left: 10px;
	padding-top: 121px;
	border-left: 1px solid #000;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

.newsCell h2 {
	font-weight: bold;
	font-size: 18px;
	color:#000;
	margin-bottom: 20px;
}

#story {
	margin-bottom: 10px;
	font-size: 12px;
}

#story div {
	margin-bottom: 2px;
}

#story div a {
	font-weight: bold;
	color:#B40140; 
	text-decoration:underline;
}

#story div a:hover { text-decoration:none; }

