p  {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.twoColFixRtHdr #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: #006;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #006;
} 
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;
	font-size: 100%;
	background-color: #003;
}
.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;
}
.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;
}
.twoColFixRtHdr #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 */
}
.caption {
	color: #333333;
	font-variant: normal;
	font-weight: normal;
	font-size: 
10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 900px;  /* 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;
} 
.style1 {
	color: #f7db34
}
.style2 {
	color: #0000CC;
	background-color: #f7db34;
}

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 {
	color: #FC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
}

a:link
{
	font:  normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	
} 
a:visited 
{ 
    font:  normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #990000;
	
	text-decoration: none;
	
}a:hover
{
	
	font:  normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #C91F16;
	background: #CCCCFF;
	text-decoration: none;
	
} 
a:active
{
	
	font:  normal 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: 14px;
	font-weight: bold;
	color: #333333;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.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: 100;
}
#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: 100;
}

#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 #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
}


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


#body_hom #nav_hom a,
    #body_champs #nav_champs a,#body_events #nav_events a, #body_info #nav_info a, #body_memorium #nav_memorium a, #body_missing #nav_missing a, #body_jeff60 #nav_jeff60 a, #body_ppsreunions #nav_ppsreunions a, #body_alumni #nav_alumni a, #body_centennial #nav_centennial a, #body_green #nav_green a, #body_form #nav_form a, #body_grades #nav_grades a {
  background: #f9e5ab;
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
}
#nav #nav_champs a {
  border: none;
}
