html
{
	height: 100%;
}

body
{
	/*background-image: url(../images/template/bg.png);*/
	background-color: #304ea7;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #333333;
}

/* Tags ************************************************/

h1, h2, h3, h4, h5
{
	padding: 0;
	margin: 0 0 10px 0;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 14px;	
}

p
{
	padding: 0;
	margin: 0 0 8px 0;
}

ul
{
	margin: 0 0 8px 0;
}

img
{
	border: 0;	
}

/* Links ************************************************/
a, a:link, a:active, a:visited
{
	color: #227faa;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.whiteLink a, .whiteLink a:active, .whiteLink a:visited, .whiteLink a:link 
{ 
	color: #fff;
}

/* Root Container ***************************************/
.container
{
	width: 869px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

/* Header ***********************************************/
.header
{
	position: absolute;
	height: 300px;
	width: 869px;
	background-image: url('../images/banner/home.png');
	background-repeat: no-repeat;
}

.sublinks
{
	position: absolute;
	margin: 280px 0 0 10px;
}

.sublinks, .sublinks a, .sublinks a:active, .campusLinks, .campusLinks a, .campusLinks a:active
{
	font-weight: bold;
	color: #000943;
}

.campusLinks
{
	position: absolute;
	z-index: 1;
	margin: 278px 0 0 570px;
	font-size: 14px;
}

.bannerText
{
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 3;
	margin: 95px 0 0 10px;
}

/* Main Menu ***********************************************/
.menu 
{
	position: absolute;
	z-index: 5;
	width: 870px;
	margin-top: 200px;
	background-color: #243181;
}

.menu ul
{
	margin: 0;
}

/* Bread Crumbs **********************************************/
.breadCrumbs
{
	display: inline-block;
	padding: 3px 5px;
	background: #eeeeee;
	border: 1px solid #e3e3e3;
	font-size: 10px;
}

/* Pages *****************************************************/
.content
{
	padding-top: 295px;
}

.contentSingleColumn
{
	padding: 20px 5px 5px 5px;
}

.bodyPhoto
{
	width: 424px;
	height: 557px;
}

.bodyPhotoTitle
{
	position: absolute;
	height: 37px;
	width: 100%;
	margin: 150px 0 0 0;
	padding: 10px 0 0 10px;
	background-image: url(../images/template/photogradient.png);
	background-repeat: no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #243181;
	font-family: "Times New Roman", Times, serif;
}

.contentDualColumns
{
	padding: 15px 5px 10px 10px;
	width: 48%;
	float: left;
}

.pageSubtitle
{
	float: right;
	margin: -25px 5px 0 0;
	font-size: 14px;
}

/* Homepage **************************************************/
.welcome
{
	padding: 15px 10px 10px 10px;
	width: 48%;
}

/* Campus Pages **********************************************/
.campusPageLeftColumn
{
	padding: 15px 5px 10px 10px;
	width: 22%;
	background: #eeeeee;
}

.campusPageRightColumn
{
	padding: 15px 10px 10px 10px;
	width: 74%;
	float: right;
}

.campusPageLinks
{
	list-style: none;
	padding: 0;	
	margin: 0;
}

/* Footer ****************************************************/
.footer
{
	margin: 5px auto;
	color: #fff;
	width: 870px;
	text-align: left;
	font-size: 10px;
}

/* Course Schedule ******************************************/
.courseSchedule
{
	border: 1px solid #e3e3e3;
	background: #f3f3f3;
	font-size: 11px;
}

.courseSchedule th 
{ 
	padding: 2px 5px;
	background: #eeeeee;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
	font-size: 14px;
}

.courseSchedule td 
{
	padding: 2px 5px 0 5px;
	border-bottom: 1px solid #e9e9e9;
}

.courseTitleLink
{
	font-size: 12px;
}

.scheduleCampusMenu
{
	margin: 10px 25px;	
}

/* Forms *************************************/
.form
{	
}

.form h3
{
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.form p
{
	border: 1px solid #e3e3e3;
	margin: 0 0 3px 0;
	padding: 5px;
	background: #eeeeee;
}

.form label
{
	float: left;
	display: inline-block;
	width: 200px;
	margin: 0 8px 0 0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: normal;
	line-height: 1.2em;
}

.form label span
{
	font-size: 10px;
	font-weight: normal;
}

.form .infoBlock
{
	margin: 0 0 5px 0;
}

.form textarea, .form input
{
	font-size: 11px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin: 5px 0;;
}

.form .wysiwyg
{
	width: 632px; 
	height: 450px;
}

.form .formActionControls
{
	margin: 10px;
	text-align: right;
	border: none;
	background: none;
}

.form .formActionControls input
{
	font-size: 14px;
	cursor: pointer;	
}

.form .captcha
{
	border: none;
	background: none;		
}

.form .formPhoto
{
	float: right;
}

.messageBox
{
	margin: 3px 0 5px 0;
	padding: 5px 8px;
	border: 1px solid #cccccc;
	background: #fdfbcb;
	font-weight: bold;
}

/* Misc ***********************************/
.textRight
{
	text-align: right;
}

.textLeft
{
	text-align: left;
}

.textCenter
{
	text-align: center;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clear
{
	clear: both;
}

.divider
{
	border-top: 1px dotted #e3e3e3;
	margin: 10px 5px;
}

/* Lists *****************************************/
.horizontalList 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.horizontalList:after
{
	clear: both;
}

.horizontalList li
{
	float: left;
	margin: 0 10px 0 0;
}

.eventList
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.eventList li
{
	padding: 5px 0 0 0;
}

.eventTitle
{
	font-weight: bold;
}

.eventDescription
{
	
}

.eventDate
{
	float: right;
	font-style: italic;
}

.eventLine
{
	border-bottom: 1px dotted #cccccc;
}

.curriculumList, curriculumList ul, curriculumList ul ul
{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}








