body {
	margin: 0px;
	color:#000000;
	background-color:#DDE1E3;
	font-family: verdana, Helvetica, sans-serif;
	text-align:center;	
  }

#outline{
	width: 980px;
	border-left: 1px solid #7E8D93;
	border-right: 1px solid #7E8D93;
	padding: 0px;
	margin: 0px auto;
	background-color: #fff;
}
 
 
/* SEARCH BAR LAYOUT AND STYLE */  
	
#searchBar {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	height: 35px;
	background-color:#9FBAC4;
	color:#ffffff;
	font-size: 80%;
	/*border-bottom: 1px solid #CADBE2;	*/
	text-align:left;
	background-image:url(images/search-bgrd.gif);
	background-position:right top;
	background-repeat: no-repeat;
}

#searchBar a{
	color:#fff;
	text-decoration:none;	
	}
	
#searchBar p{
	visibility:hidden;
}

.google {	
	float:right; 
	padding: 2px 10px;
}

.searchButtton  {
	height: 23px;
	width: 25px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(images/search_button.png) no-repeat;
}

/* HEADER LAYOUT AND STYLE */  	 
 
#header{
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	background-color:#9FBAC4;
	text-align:left;
	min-height: 100px;
	/*background-image: url(images/newbanner/header-background2.gif);
	background-repeat:repeat-x; */
}  

#header h1{
	color: #fff;
	font-size: 1.5em;
	padding: 5px 10px;
	margin: 0px;
	text-align:left;
}

#header h1 .large {
	font-size: 1.5em;
}
  
/* TOP MENU LAYOUT AND STYLE */  
#topNav{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color:#5C757F;
	background-color:#346A7F;
	border-top: 2px solid #CADBE2;
	border-bottom: 1px solid #5C757F;
}  
	
#topNav ul{
	padding-left: 0;
	margin-left: 0;
	float: left;	
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
	
#topNav ul li {
	display: inline;
}

#topNav ul li a, #topNav ul li a:link, #topNav ul  li a:visited  {
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1em;
	float: left;
	border-right: 1px solid #CADBE2;
	font-size: 1.1em;
}

#topNav ul  li a:hover {

	background-color: #6C8E9C;
}
#topNav .selected a , #topNav .selected a:link , #topNav .selected a:visited  {
	color: #fff;
	background-color: #6C8E9C;
}

#topNav .selected a:hover {

	background-color: #95AEB9;
}

#breadcrumb{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color:#C0CACE;
	/*border-top: 2px solid #CADBE2;*/
	/*border-bottom: 1px solid #CADBE2;*/
	text-align:left;
}  

#breadcrumb p{
	padding: 2px 10px;
	margin: 0px;
	color: #245365;
	}
	
#breadcrumb a{
	color: #245365;
	}


/* WRAPPER FOR SIDE NAV AND MAIN CONTENT */
#middleWrapper {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	background-color: #ffffff;
}

/* SIDE NAVIGATION LAYOUT AND STYLE */

#navcontainer-homepage { 
	width: 280px; 
	float: left;
	text-align:left;
	margin: 10px 10px;
	padding: 0px;
	background-color: #ffffff;	
}

#navcontainer-homepage ul{
	list-style: none;
	margin: 10px 10px;
	padding: 0px;
	background-color: #ffffff;
	
}

.navlist-homepage li { 	
	display: block;	
	background-image:url(images/bullet-round.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 	
	}
	
.navlist-homepage a, .navlist-homepage a:link, .navlist-homepage a:visited{		
	width: 90%;
	display: block;
	color: #1C576E;
	text-decoration: none;	
	padding: 0px 5px 5px 14px;
	}

.navlist-homepage a:hover{
	background-color: #FFF1CD;
	text-decoration: none;
	background-image:url(images/bullet-round.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 	
}




#navcontainer { 
	width: 210px; 
	float: right;
	text-align:right;
	margin: 20px 0px;
	padding: 0px;
	
}

#navcontainer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 	
	display: block;	

	}
	
.navlist a, .navlist a:link, .navlist a:visited{		
	width: 90%;
	display: block;
	padding: 5px 10px;
	margin: 0px;
	color: #1C576E;
	text-decoration: none;
	border-bottom: 1px solid #C4CDD1;	
	background-color: #DDE3E6;
	text-align:left;
	}

.navlist a:hover{
	background-color: #FFF1CD;
	color: #346A7F;
	text-decoration: none;	
}

.navlist .header a, .navlist .header a:link, .navlist .header a:visited{		
	width: 90%;
	display: block;
	padding: 5px 10px;
	margin: 0px;
	color: #DDE3E6;
	text-decoration: none;
	background-color: #9FBAC4;
	font-size: 1.5em;
	border-bottom: 1px solid #C4CDD1;	
	}
	
.navlist .header a:hover{
	color: #346A7F;
	text-decoration: none;	
}



/* MAIN CONTENT  */

#mainContent {
	padding: 10px 0px;
	/*border-left: 1px solid #cccccc;*/
	width: 720px; 
	float: left;
	background-color: #FFFFFF;
	margin: 0px 10px;
	text-align:left;
	position:relative;
	}
	
#mainContentPlain {
	padding: 20px 0px;
	text-align:left;
	width: 100%;
	margin: 0px auto;
	background-color:#fff;
	float: left;
	}


/* FOOTER LAYOUT AND STYLE */
#footer{
	width: 100%;
	margin: 0px auto;
	height: 30px;
	padding: 5px 0px;
	background-color: #346A7F;		
	text-align:center;
}

#footer  p{
	color: #fff;
	padding: 0px;
	margin: 4px 5px 0px 0px;
	font-size: 80%;
}

#footer a:link{
	color: #fff;
	text-decoration: none;
	 }
	
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
 
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
  
  
/* HOMEPAGE styles */
  
.column1Div h1{
	font-size: 1em;
	font-weight: bold;
	}	
	
.column1Div h2, .column2Div h1, .column2Div h2{
	font-size: 1em;
	font-weight: bold;
	}	   
	
  
 /* FORMATTING STUFF */
  
a:link{
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
	 }
  
a:hover{
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

p{
	font-size: 80%;
	color: #000000;
	margin: 10px;
	line-height: 18px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #346A7F;
	font-weight: normal;
	margin: 5px 10px 20px 10px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #346A7F;
	margin: 20px 10px 10px 8px;
	padding: 2px;
	font-weight: bold;
	/*background-color: #DAE1E7*/
}

h2 a:link, h2 a:visited, h2 a:active{
	font-size: 1em;
	color: #346A7F;
	font-weight: bold;
	text-decoration: underline;
	 }
  
h2 a:hover{
	color: #7E8D93;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #346A7F;
	font-weight: bold;
	margin: 20px 10px 10px 8px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	margin: 20px 10px 10px 8px;
}



li {	
	line-height: 18px;
	font-size: 80%;
}

.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.centreText {
	text-align: center;
}

.floatRight {
	float: right;
	border: 0px none;
	margin: 5px 10px 0px 5px;
	padding: 10px 10px 10px 5px;
}

.floatRnopad {
	float: right;
	border: 0px none;
	padding: 0px 0px;
}

.floatLeft {
	float: left;
	border: 0px none;
	margin: 5px;
	padding: 5px;
}

.floatLnopad {
	float: left;
	border: 0px none;
	padding: 0px 0px;
}

	
.data {
	padding: 0px;
	font-size: 80%;
	margin: 10px;
	border: 0px solid #9FBAC4;
	
}

.data td{
	border: 1px solid #9FBAC4;
	padding: 5px;
	vertical-align: top;
	
}

.data th{
	border: 1px solid #9FBAC4;
	color: #346A7F;
	background-color:#CADBE2;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.data td p{
	font-size: 100%;
}

.data .datatdnoborder {
	border: 0px none #999999;
	margin: 10px;
}

.noBorder {
	border: none;
}


.column1Div {
	width: 38%;
	float: left;
	padding: 10px 10px;
	margin: 0px;
	}
	
.column2Div {
	width: 59%;
	float: right;
	padding: 15px 0px;
	margin: 0px;
	}


.noBullets {
	list-style-image: none;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tableBorder {
	border: 1px solid #CCCCCC;
}


.horizontalRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FBAC4;
	
}

.horizontalRule-dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #346A7F;
	margin: 20px 100px 40px 100px;
	}

.margin40 {
	padding-right: 40px;
	padding-left: 40px;
}

/* cms styles */



.staff, .sidebox{
	color: #000000;
	background-color: #DDE3E6;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.staff h2, .sidebox h2 {
	color: #DDE3E6;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px;
	background-color: #9FBAC4;
}

.staff p, .sidebox p{
	margin: 10px;
	font-size: 75%;
	}

.column_list {
	margin: 0px 10px;
  	padding: 0px;
	list-style: none;
}

.column_list ul{
  float: left;
  width: 50em;
  margin: 0px;
  padding: 0px;
  list-style: none;

}
	
.column_list li{
  float: left;
  width: 22em;
  margin: 5px;
  padding: 0px;
}

fieldset {
	margin: 10px;
	padding: 5px;
	}
	
legend {
	font-size: 90%;
	color: #000066;
	
}

.label{
	width: 10em;
	float: left;
	text-align:right;
	margin-right: 0.2em;
	display: block;
	font-weight:bold;
}

.glance {
	background-color: #DEE1E7;
	background-color: #FDF5E1;
	padding: 5px 2px;
	margin: 10px;
	border-bottom: 1px solid #346A7F;
	border-top: 1px solid #346A7F;
}

.glance p{
	padding: 0px;
	margin: 5px 2px;	
	
}

.glance ul {
	margin-top: 5px ;	
	margin-bottom: 4px ;	
}

.glance li {
	margin: 5px 0px;	
}

/* search styles for the search page */

.search{
	border-top: 1px solid #cccccc;
	/*background-color: #EEE7E6;*/
	text-align: left;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
}

.search h2 {
	font-size: 110%;
	color:#006699;
	padding: 0px;
	margin: 0px;
}

.search h3{
	color: #000000;
}

.strip-color {
	background-color: #EEE7E6;
	padding: 1px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}

/* search styles for the search left hand box*/

.searchSideBox {
	width: 140px;
	border: 1px solid #ffffff;
	background-color: #eeeeee;
	text-align: left;
	margin: 20px 6px 5px 9px;
	padding: 0px;
	}

.searchSideBox p{
	font-size: 80%;
	padding: 10px;
	margin: 0px;
	}
	
.searchSideBox h2{
	color: #006699;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	font-size: 75%;
	font-weight: bold;

	padding: 5px;
	background-color: #eeeeee;
	
	color: #DDE3E6;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	padding: 5px;
	background-color: #9FBAC4;
}

.spacer {
	clear: both;
	}

	
.gallery li{
	float: left;
	width: 200px;
	height: 280px;	
	margin: 10px;
	list-style-type: none;
	display: inline;
}

.gallery li img{
	border: 1px solid #000;
	margin: 3px;
}

.gallery-photos ul{
	margin: 0px;
	padding: 0px;
}

.gallery-photos li{
	float: left;
	width: 240px;
	height: 75px;
	margin: 10px;
	list-style-type: none;
	display: inline;
	border: 1px solid #346A7F;
	text-align:center;
	background-color: #FFF1CD;
}

.gallery-photos li img{
	border: 0px;
	border-right: 1px solid #346A7F;
	margin: 0px;
	margin-right: 10px;
	float: left;	
}

.gallery-photos p{
	font-size: 90%;
	}


.gallery-photos li a{
	color: #224D5E;
	text-decoration: none;
}

.gallery-photos li a:hover{
	color: #173844;
	text-decoration: underline;
}

.studentProfile {
	float: right;
	margin: 0px 5px;
	border: 1px solid #333333;
	}
	
.studentProfileLeft {
	float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid #333333;
	}
	
.clear {
	clear:both;
}

.bullet ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.bullet  li{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px;
	margin: 5px 10px; 
}

.bullet-circle ul{
	list-style-type: none;
	padding: 5px 20px;
	margin: 0px;
}

.bullet-circle  li{
	background-image:url(images/bullet-circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 18px;
	 
}

#welcome {		
	margin-left: 10px;
}

.blue-bgrd h1 {
	color:#fff;
	font-size: 1em;
	line-height:1.2em;
	font-weight:bold;
	padding: 5px 5px 0px 15px;
	margin: 0px;
	text-align:center;
}
.blue-bgrd p {
	color:#fff;
	padding: 10px 5px 0px 10px;
	margin: 0px;
}

.blue-bgrd a:link, .blue-bgrd a:visited  {
	color: #fff;
	
}

.blue-bgrd a:hover  {
color:#006699;
}

.blue-bgrd{
	background:url(images/welcome-bgrd-340.gif) no-repeat;
	width: 340px;
	height: 232px;
	padding: 0px;	
	margin: 0px;
}

.tab_content_living {
	background-image:url(images/homepage/living-small.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height: 197px;
	margin-left: 20px;
	float: left;
	}

.tab_content_ug {
	background-image:url(images/homepage/ugrad-small.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height: 197px;
	margin-left: 20px;
	float: left;
	}
.tab_content_ma {
	background-image:url(images/homepage/ma-small.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height: 197px;
	margin-left: 20px;
	float: left;
	}

.tab_content_phd {
	background-image:url(images/homepage/phd-small.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height: 197px;
	margin-left: 20px;
	float: left;
	}

.tab_content_other {
	background-image:url(images/homepage/other-small.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height: 197px;
	margin-left: 20px;
	float: left;
	}
		
#tabblock{
	padding: 0px;
	width: 610px;
	height: 35px;
	background-image:url(images/homepage/tabs-menu-bgrd-small.jpg);
	margin-left: 20px;
	float: left;
	
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;	
	height: 32px;	
	padding-left: 20px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	border-right: 1px solid #DDE4E7;
	border-left: none;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 10px;
	outline: none;
}

ul.tabs li a:hover {
	color: #475F68;
	background-color: #FFF1CD;
}	

html ul.tabs li.active  {
	color: #475F68;
	
}

html ul.tabs li.active a:hover  {
	color: #475F68;
	background-color: #FFF1CD;
}

.quotebox {
	width: 610px;
	min-height: 150px;
	float: left;
	background-image:url(images/quote-bgrd-lrg1.gif);
	background-repeat:no-repeat;
}

.quotebox-single {
	min-height: 120px;
	background-image:url(images/quote-bgrd-small.gif);
	background-repeat:no-repeat;
}

blockquote {
  margin: 0px 0px;
  padding: 0px 5px;
}



