
/* ************************************************************************************** */
/* Main Content (Image) */

/* Header: 104px height */
/* Spacer 3px height */
/* Main Content 563px height */
/* Footer 31px height */
/* Total height 701px */

html, body {height: 100%;}

#spacer {
	margin-right: 3px;
}

#imagepadding {
	margin-top: 3px;	
}

#imagepadding2 {
	margin-top: 3px;	
}

.indented {
	padding-left: 10pt;
	padding-right: 10pt;
	padding-bottom: 7pt;
}

.headerbox {
	height: 85px; /* height of the header box, /include/topbackground.gif must be changed when this is edited */
}

body {
	background-image: url("/images/home/topbackground.gif"); 
}

/* Main Content Content */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Campaign Content */

#campaign {
	width: 192px;
}
	
#campaign a {
	font-size: 11px;	
	text-decoration: none;
	text-transform: Capitalize;
	font-weight: bold;
	color: #FFFFFF;
}

#campaign a:hover {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: Capitalize;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
}

.campaigninfo {
	font-size: 9px;	
	vertical-align:top; 
}

/* Campaign Content */
/* ************************************************************************************** */

/* ************************************************************************************** */
/* News Content */

.contentnews {
	margin-top: -9px;
	background-color: #396089;
	font-size: 12px;
	height: 270px;
	width: 491px;
}

.contentnews a {
	text-decoration: none;
	text-transform: Capitalize;
	color: #FFFFFF;
	width: 401px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.contentnews a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.newsevents {  /* Headers */
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight: bold; 
	padding-top: 13px;
	padding-left: 20px;
	padding-bottom: -20px;
}

#newslinks {
	padding-top: -10px;
	padding-bottom: -10px;	
	margin-top: -5px;
	margin-bottom: -5px;	
}

.newsbullet {
	color: white;
}	

.ulist {
	margin-top:5px;
	margin-bottom:-15px;	
	padding-right: 10px;
}

/* News Content */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Student Profile Content */
/* Student Profile Content */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Navigation Content */
#nav {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #3d245b;
	width: 192px; /* Change this, must also change #sidebar */
	vertical-align: top;
	font-size: 12px;
	border-right: 3px solid #fff;
}

#nav a {
	text-decoration: none;
	text-transform: Capitalize;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 158px; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 0px;
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Navigation Content */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Footer */

.footerbox {
	background-color: #FFFFFF;
	color: #000000;
	height: 31px;
	color: white;
	top: -100px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-top: 1px solid black;
}

.footer {
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	text-decoration: underline;
	color: #000000;
}

.footer a:hover {
	color: #4f7196;
	text-decoration: none;
}

/* Footer */
/* ************************************************************************************** */

	
