
body {
	margin:0 auto;
	text-align:center;
	background:url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #959595;
	font-family: "Lucida Grande" Arial, sans-serif;
	font-size: 12px;
	height:100%;
	line-height: 100%;	
 		
}

.highlight {
 	background-color:#feda72;
}

.top {
	font-size: 10px;	
}

li {
	padding-bottom:5px;
}


h1 {
	color:#02087b;
	font-size: 24px;
	font-weight: bolder;
	padding-bottom:5px;
	line-height: 100%;
}


h2 {
	color:#02087b;
	font-size: 18px;
	font-weight: bolder;	
}


h3 {
	color:#02087b;
	font-size: 15px;
	font-weight: bolder;
}

#faculty h4  {
	color:#02087b;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom:0px;
}

#faculty p{
	margin-top:3px;
	margin-right:170px;
}


#faculty img {
	margin-left:0px;
}

#calendar h4  {
	font-size:12px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	line-height:140%;
}

#calendar p{
	position:relative;
	margin:-13px 0px 9px 140px;
	text-align:left;
}


#container {
	width:800px;
	margin:0 auto;
	position: relative;	
}

#header,#menu,#content,#sub-section,#footer,#container {
	overflow:hidden;
	
	text-align:left;
	
}

/* safari and opera need this */

#header,#footer {width:100%}

#header {
	height:81px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin-top:-1000px;
	float:right;
	position:absolute;
	
}

#photo {
 float:right;
 position:relative;
 margin:0px 16px 0px 0px;
padding-right:0px;

}

#tag {
	float:right;
	position:relative;
	margin:-40px 20px 0px 0px;
	color:#ab7206;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
	line-height: 130%;	
}

#navigation {
	height:34px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-style: normal;
	width:780px;
}

#navigation a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	padding:0px 13px 0px 13px;
}

#navigation a:hover {
	color: #b7cbf2;
	
}


#nav-h {
	float:right;
	width:435px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
		
}

#nav-h ul { 
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

#nav-h li {
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#nav {
	float:right;
	width:500px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
		
}

#nav ul { 
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

#nav li {
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
	

	
.active a {
	color:#f8b22f;

}

#subnavigation a {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	padding:0px 13px 0px 13px;
}

#subnavigation a:hover {
	color: #b7cbf2;

}



#subnavigation {
	clear:left;
	height:34px;
	background-color: #02087b;
	width:790px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-style: normal;	
}

#sub {
	width:550px;
	float:left;
	padding:10px 0px 0px 20px;
	margin:0px;
		
}

#sub ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

#sub li {
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
	

.secnav li {
	display:block;
	margin-right:30px;
	padding:10px 0px 10px 0px;
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aeaeae;
}

.secnav ul {
	list-style-type:none;
}

.secnav a {
	color: #000000;
	text-decoration:none;
	
}
.secnav a:hover {
	color: #81a7ef;
		
}

#homepanel {
	clear:left;
	height:245px;
	background-image: url(images/homepanel_bg.gif);
	background-repeat: no-repeat;
	padding:0px;
}

#secpanel {
	clear:both;
	background-image: url(images/secpanel_bg_05.gif);
	background-repeat: no-repeat;
	height:44px;
}

#content,#sub-section {float:left}

#content {
	background-color: #efefef;	
	width:790px;
}


#footer {
	clear:left;
	height:60px;
	color:#000000;
	background-color: #bebebe;
	width:790px;
	text-align:center;
	font-size: 10px;
	padding:10px 0px 0px 0px;
	line-height:160%;
}


#footer a {
color:#000000;
}

#postfoot {
	position:absolute;
	height:10%;
	background-color: #efefef;
	width:790px;
}



/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;				/* width of page */
		overflow:hidden;
		margin-bottom:10px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		
	}
	.threecol .colmid {
		right:213px;				/* width of the right column */
	}
	.threecol .colleft {
		right:385px;				/* width of the middle column */
	}
	.threecol .col1 {
	width:345px;				/* width of center column content (column width minus padding on either side) */
	left:98%;
	padding-left:30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aeaeae;

	}
	.threecol .col2 {
		width:190px;				/* Width of left column content (column width minus padding on either side) */
		left:26%;
					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:221px;				/* Width of right column content (column width minus padding on either side) */
		left:75%;		
		
	}
	
	
	/* 3 Column settings HOME */
	.threecol-h {
		
	}
	.threecol-h .colmid {
		right:203px;				
	}
	.threecol-h .colleft {
		right:233px;	
		margin-top:-10px;		
	}
	.threecol-h .col1 {
	width:193px;				
	left:103%;
	margin-top:15px;	
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #aeaeae;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aeaeae;	
	padding:0px 10px 0px 20px;
				
	}
	.threecol-h .col2 {
		width:330px;				
		left:31%;
					
	}
	.threecol-h .col3 {
		width:150px;			
		left:62%;
		padding:0px 0px 0px 20px;		
		
	margin-top:15px;
	}
	
	
	/* 3 Column settings */
	.threecol-2 {
		
	}
	.threecol-2 .colmid {
		right:50px;				/* width of the right column */
	}
	.threecol-2 .colleft {
		right:585px;				/* width of the middle column */
	}
	.threecol-2 .col1 {
	width:480px;				/* width of center column content (column width minus padding on either side) */
	left:103%;
	padding-left:30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aeaeae;

	}
	.threecol-2 .col2 {
		width:190px;				/* Width of left column content (column width minus padding on either side) */
		left:14%;
					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol-2 .col2 p {
		padding:0px 20px 0px 40px;
	}
	.threecol-2 .col2 h3 {
		padding:0px 20px 0px 40px;
	}


p {
	line-height:140%;
	color:#1f1e1e;
}

ul {
line-height:140%;
}



#websites p {
	line-height:180%;
}

.section a {
	font-weight: bold;
	color:#02087b;
	font-size: 13px;	
}

#list p {
	line-height:200%;
}

#athletics h4  {
	color:#02087b;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom:0px;
	line-height:140%;
}

#athletics p{
	margin-top:3px;
}

#athletics td {

}

