/* CSS Document */
/*general styles for all pages; body is the blue surrounding background, container is the main big box, p is a paragraph on a page*/
body {
	background-image:url('images/bluebg3.gif');
	background-repeat:repeat;
	background-color:#1D4C73; 
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
/*	padding:5px; */
	padding: 0px;
	margin: 0px;
	text-align:center;
	}
	
#container {
	width:750px;
	margin:0 auto;
	padding:0 auto;
	text-align:left;
	background-image:url('images/design/contentbg2.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	background-color:#F5EEDF;
	font-size:11px;
/*	border:2px solid #2E76AE; */
	line-height:140%;
	letter-spacing:normal	
	}

#topbanner {
	width:750px;
	height:160px;
	padding:0px;
	}	
		
p {
	font-size: 12px;
	padding: 5px 13px 3px 13px;
	}
	
	
	
/**DREAMWEAVER DROP-DOWN MENU STYLES: use these when you need an easy, quick way to make header text bigger, the right font color/size, indent a paragraph, or use the LISAR logo for a list style **/	
.text {
	font-size:12px;
	padding: 5px 10px 3px 10px;
	color: #0C2E82;
	}


li.icon {
	
	list-style-type:none;
	}
	
.indent {
	padding-left:45px;
	}	
	
		
.archiveevent_header {
	font-size:15px;
	color: #0E3495;
	line-height:130%;
	}	
	
.event_header {
	font-size:15px;
	color: #0E3495;
	line-height:130%;
	}		

.small_header {
	font-size:13px;
	color: #0E3495;
	line-height:130%;
	font-weight:bold;
	}	
	
.smaller_header {
	font-size:12px;
	color: #0E3495;
	line-height:130%;
	font-weight:bold;
	}
	
.small_text {
	font-size:10px;
	line-height:130%;
	}		
	
.image {
	margin-right: 10px;
	margin-bottom:5px;
	float:left;
	}	
.weblink {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	
.bar {	
	margin-top:15px;
	margin-bottom:15px;
	}			
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*DEFAULT LINK STYLES FOR PAGES (see "TemplateContent" link styles below*/
a:link {
	color: #2C58C7;
	text-decoration:none;
	}
a:visited {
   color: #2C58C7;
  	text-decoration:none;
   }   
a:hover {
   color: #2C58C7;
   text-decoration:underline;
	
   }
   

/*styles for the column lists and the content below them*/
#column {
	padding:0px;
	float:left;
	width:20%;
	padding-bottom:15px;
	text-align:center;
	}
#column ul{
	margin:0;
	padding:0px 3px 0px 3px;
	list-style:none;
	font-size:16px;
	color:#0C2E82;
	line-height:140%;
	}

#column li{
	font-size:12px;
	border-top:1px solid #E2D9C7;
	margin-right:3px;
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	}
			
#content{
	clear: both;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color: #133652;
	}
	
#splash{
	clear: both;
	margin: 0;
	padding: 20px;
	font-size: 12px;
	color: #0E3495;
	border: 1px solid #0E3495;
	background-color: #eae4d8;
	}
	
	
	
	
/**----------------THE FOLLOWING STYLES ARE FOR THE SUPPORTING PAGES: ALL PAGES BESIDES INDEX.HTML--------------**/	
	
	
/**HEADER PROPERTIES FOR ALL PAGES---they include the background "section label" image at the top right of each page**/
	
#h1projects {
	background-image:  url(images/design/headerprojects.jpg);
	background-repeat:no-repeat;
	background-position: right top;	
	font-size:18px;
	color:#0E3495;
	line-height:130%;
	padding:40px 2px 2px 5px;
	}
	
#h1events {
	background-image: url(images/design/headerevents.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	font-size:18px;
	color:#0E3495;
	line-height:130%;
	padding:65px 2px 2px 5px;
	}	
#container #templatecontent table {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E3495;
}

	
#h1people {
	background-image: url(images/design/headerpeople.jpg);
	background-repeat:no-repeat;
	background-position: right top;	
	font-size:18px;
	color:#0E3495;
	line-height:130%;
	padding:40px 2px 2px 5px;
	}

#h1archive {
	background-image: url(images/design/headerarchive.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	font-size:18px;
	color:#0E3495;
	line-height:130%;
	padding-top: 60px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
#h1welcome {
	background-image: url(images/design/headerwelcome.jpg);
	background-repeat:no-repeat;
	background-position: right top;	
	font-size:18px;
	line-height:130%;
	color:#0E3495;
	padding:40px 2px 2px 5px;
	}		
	
	
	
/*styles for the left navigation bar links in the supporting pages' template, and the supporting pages' content*/	
#navbar{
	float:left;
	padding-left:0px;
	padding-bottom:15px;
	padding-top:5px;
	padding-right:10px;
	margin-bottom:10px;
	width:180px;
	}
#navbar ul{
	font-size:14px;
	align:left;
	margin-top:-5px;
	padding-bottom:2px;
	}
	
#navbar li {
	list-style-type: none;
	font-size: 11px;
	line-height: 100%;
	border-top: 1px solid #eae4d8;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	}
	
#templatecontent {
	float:right;
	margin-bottom:20px;
	padding: 5px 5px 20px 10px;
	font-size:12px;
	color:#0E3495;
	width:520px;
	border-left:1px solid #E2D9C7;
	}
#container #templatecontent p imgPal {


}

	
#templatecontent a:link {
	color: #0E3495;
	border-bottom: 1px solid #D4CDBE;
	}	
	
#templatecontent a:hover {
	color: #0C2E82;
	text-decoration:none;
	border-bottom:1px solid #0C2E82;
	}	

#templatecontent a:visited {
	color: #0C2E82;
	text-decoration: none;
	border-bottom: 1px solid #D4CDBE;
	}
	
#templatecontent li {
	list-style:disc;
	}
	

	
#listicon li{
	
	list-style-type:none;
	}
			
	

		
/*footer style for all pages INCLUDING INDEX.HTML*/			
#footer {
	clear:both;
	text-align:right;
	font-size:10px;
	padding: 0px 20px 10px 20px;
	border-top:1px solid #0E3495;
	color:#B93946;	
	}

#footer a:link {
	text-decoration:none;
	color:#B93946;
	border-bottom:1px solid #E2D9C7;
	}

.bottom
	{
	color:#0E3495;
	line-height:100%;
	}
bottom.a:link {
	color:#0E3495;
	text-decoration:none;
	border-bottom:1px solid #E2D9C7;
	}
	
.index_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	clear: both;
	margin-top: 40px;
	border-top: 4px solid;
	padding-top: 15px;
	line-height: 18pt;
}
