<style type="text/css"> 


.caption {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.style1 {color: #FFCC33}
.style2 {color: #0000CC}

h1   {
	color: #666666;
	background: #FFFFFF;
	font-variant: normal;
	font-weight: 100;
	font-size: 
36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px;
}

h2 {  font: bold 20px/18px Verdana, Arial, Helvetica, sans-serif; color: #fbe447}

a:link
{
	font:  bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	
} 
a:visited 
{ 
    font:  bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
	
	text-decoration: none;
	
}a:hover
{
	
	font:  bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCCFF;
	text-decoration: none;
	
} 
a:active
{
	
	font:  bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCC66;
	text-decoration: none;
	
} 

.tableline {
	border: 1px solid #CCCCCC;
}
.imageline {
	padding: 2px;
	border: 1px solid #666666;
	margin: 5px;
}
.thintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding: 0px 0px 0px 10px;
}
.paddingleft {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.paddingall {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
	float: left; /* Contain floated list items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #000000;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2;
  border-bottom: 1px solid #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


#nav a:hover {  
  background: #99CCFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
  }


#body_hom #nav_hom a,
    #body_events #nav_events a, #body_info #nav_info a, #body_news #nav_news a, #body_form #nav_form a, #body_centennial #nav_centenial a, #body_apparel #nav_apparel a, #body_membership #nav_membership a, #body_member #nav_member a, #body_alumni #nav_alumni a, #body_links #nav_links a, #body_sports #nav_sports a, #body_publications #nav_publications a, #body_100 #nav_100 a {
	background: #f1f1f1;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#nav #nav_centennial a {
  border: none;
}
.datatext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #263160;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #container2 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000099;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFCC33;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p  {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

