* {
margin: 0;
}

html	{
	height: 100%;
	}

body	{
	height: 100%;
	background: #000000 url(../graphics/background_sunburst.jpg) repeat-y center; 
	}





/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Skip - Skip to main content */	

#skip a, #skip a:hover, #skip a:visited { 
	color:#000000;
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	} 

#skip a:active, #skip a:focus { 
	position:static; 
	width:auto; 
	height:auto; 
	}



/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*  Wrapper - holds everything */	

#wrapper { 
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	height:auto !important; /* for modern browsers */
	background-color: #FFFFFF;
	}






/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Banner */	

#banner { 
	float: left;
	clear: both;
	background-color:#000000;
	height:325px;
	width:100%; 
	min-width: 900px;  /* for modern browsers */
	color: #ffffff;
	text-align: center; /* centers it on the page */
	border: 0px solid yellow;
	}

.bannerbox {
	padding-top: 10px;
	height: 65px;
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	}

.bannerbox img {
	vertical-align: middle;
	}

.bannerbox_print {
	display:none; 
	}
	
.bannercollage {
	background: #E0E8E9 url(../graphics/masthead.jpg); 
	clear:both;
	width: 100%;
	background-color: red; 
	height: 250px;
	text-align: center; /* centers it on the page */
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
		}



/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Menu */	

#menu{ 
	clear:both;
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	background-color: #304878; 
	height: 45px;
	border-bottom: 1px solid #666;
	text-align: center; /* centers it on the page */
	}

.menubox {
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	}

.linksarea {
	float: right;
	}

.linksarea a{
	clear: all;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .8em;
	text-decoration: none; 
	padding-top: 10px;
	}







/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Containers for content area */	

#container_1 {
	clear:both;
	min-height:150px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	width: 100%;
	text-align: center; /* centers it on the page */
	}

.container_2 {
	min-height:150px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff; 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.container_2 p {
	margin-bottom: 15px;
	}
	
.container_2 a:link {text-decoration: none; color: #1B64B6;}
.container_2 a:visited {text-decoration: none; color: #1B64B6;}
.container_2 a:active {text-decoration: none; color: #C52919;}
.container_2 a:hover {text-decoration: underline; color: #C52919;}

.container_2 li{
	margin-bottom: .5em;
	}





/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Content */	




.contentbox_large {	/* large box for the main content on the left side */
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	width: 590px; 
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
	border-right: 1px solid #304878;
	font-size: 13px;
	}

.contentbox_large td {	
	font-size: 1em;
	padding: 10px;
	}
	
	
.contentbox_large blockquote{	
	padding-left: 20px;
	margin-top: -14px;
	}

.contentbox_large img{ 
	padding: 15px;
	margin: 5px 5px 15px 5px;
	float: right;
	border: 1px solid #cccccc;
	background: ;
	}


.contentbox_small { /* small box for the secondary content on the right side */
	width: 246px; 
	float: right;
	padding: 10px;
	font-size: 12px;
	line-height: 1.3em;

	}

.contentbox_small p {
	margin-bottom: 15px;
	}

.contentbox_small img {
	padding: 10px;
	margin: 5px;
	float: right;
	border: 1px solid #cccccc;
	}



.no_bullet { /* apply to create a list with no bullets */
	list-style-type: none;
	}










/* Below are the small boxes with gray backgrounds and blue header backgrounds */	
/* usually used for the main page */

.content_main {
	height:auto !important; /* for modern browsers */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-bottom: 20px;
	background-color: #F4F4F4; 
	border: 1px solid #D2DCEF;
	}

.content_left, .content_right {
	height:auto !important; /* for modern browsers */
	min-height:320px; /* for modern browsers */
	height: 320px;
	width: 283px; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background-color: #F4F4F4; 	
	border: 1px solid #D2DCEF;
	margin-bottom: 20px;
	}

.content_left {
	float: left;
	}

.content_right {
	float: right;
	}

.content_left img{ /* Provost box image */
	padding: 10px;
	margin: 5px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}



.box_main {
	width: 560px;
	height:auto !important; /* for modern browsers */
	border: 0px dotted red;
	margin: 0px;
	padding: 10px;
	}

.box_small { 
	padding: 10px;
	margin: 5px;
	float: right;
	}

.contentbox ul {
	padding-left:	30px; 
	}

.clearspace {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	}

	






/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Archives */	

.box {
	float: left;
	margin: 0px;
	margin-top: 30px;
	width: 171px;
	padding: 4px;
	border: 0px solid #000000;
	}

.boxtitle {
	background-color:#7890A8;
	height: 42px;
	border: 1px solid #000000;
	padding-top: 7px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;	
	font-weight: bold;
	}

.boxtitle a:link {text-decoration: none; color: #06356A;}
.boxtitle a:visited {text-decoration: none; color: #06356A;}
.boxtitle a:active {text-decoration: none; color: #FFAA00;}
.boxtitle a:hover {text-decoration: underline; color: #FFAA00;}
	


.archivecontent {
	margin-top: 5px;
	text-align: left;	
	font-size: 12px;
	}

.archivecontent ul {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	padding-left: 3px;
	}

.archivecontent li {
	font-size: 12px;
	line-height: 1.1em;
	border-top: none;
	list-style: none;
	padding-bottom: .6em;
	text-indent: .0em;
	line-height: 1.2em;
	}

.archivecontent li a:link {text-decoration: none; color: #06356A;}
.archivecontent li a:visited {text-decoration: none; color: #06356A;}
.archivecontent li a:active {text-decoration: none; color: #FFAA00;}
.archivecontent li a:hover {text-decoration: underline; color: #FFAA00;}
	










/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Headers */	

H1 {
	text-align: left;
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: .97em;
	font-weight: normal;
	letter-spacing: 0em;
	margin-top: -5px;
	padding-top: 17px;
	padding-left: 20px;
	width: 50%;
	min-width: 50%;  /* for modern browsers */
	}

.contentbox_large H1  {
	clear: both;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1.35em;
	font-weight: bold;
	letter-spacing: 0em;
	margin-top: -5px;
	padding-top: 17px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 100%;
	}



H2 { /* header for content area */
	font-family: 'Gill Sans MT', 'Gill Sans', Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 1.2em;
	background-repeat: no-repeat;
	letter-spacing: 0em;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 0px;
	}
	

.content_left H2, .content_right H2  { /* header for content area */
	font-family: Verdana;
	color: #000000; 
	background-color: #D5DCEA;
	font-size: .85em;
	background-repeat: no-repeat;
	letter-spacing: .02em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
H3 { 		/* for .mainpagesidebox - has no top padding*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 7px;
	padding-bottom: 7px;
	}


H4 { 		/* for .mainpagesidebox - has no top padding*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.01em;
	padding-top: 10px;
	padding-bottom: 5px;
	}
	

h6 		{ /* only for accessibility */
		position: absolute;
		left: -999em; /* hide this */
		}
		
		


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Footer */	



#footer { 
	height: 4.0em; 
	width: 900px; /* centers it on the page */
	margin:0 auto; /* centers it on the page */
	clear:both;
	background-color:#304878;
	}

.footerbox { 
	color: #B6B6B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align:center;
	letter-spacing: .1em;
	line-height: 1.7em;
	padding-top: 9px;
	}

#footer a:link {text-decoration: none; color: #ffffff;}
#footer a:visited {text-decoration: none; color: #ffffff;}
#footer a:active {text-decoration: none; color: #F0A818;}
#footer a:hover {text-decoration: underline; color: #FDDC9A;}

