/* For all 2005 pages */

/* Color etc settings for 2005 pages */
/* --------------------------------- */
body {
	background-color: #ffffff;
}

/* h2 is the main visible page heading */
h2 {
	font-family: "comic sans MS" sans-serif;
	font-size: medium;
	color: #7e7b2c;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 10px 0;
}
.head {
	margin-bottom: 0; 
	font-weight:bold;
}
p {
	margin: 3px 0 5px 0;
}
.note {
	font-size: 8pt; 
}
div.maincontentinner {	/* See http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 97%;	/* <100% for IE5 error in width of italics. */
}


/* Side panel colors & backgrounds for 2005 */
div.lhpanelTop {
	background-image: url(/2005/images/columntop.gif);
}
div.lhpanel {
	background-color: #c9cce5;
	background-image: url(/2005/images/columnbg.gif);
}
div.lhpanelEnd {
	background-image: url(/2005/images/columnend.gif);
}
div.calendar, div.calendar p {
	color: #0899cc;
}
div.navlist {
	background-color: #feffbb;
}
div.rhpanel {
	background-color: #ffffff;
	background-image: url(/2005/images/rhcolumnbg.jpg);
}
div.rhpanelEnd {
	background: white url(/2005/images/rhcolumnend.jpg) no-repeat bottom;
	width: 150px;
	height: 93px;  /* Size of background image */
}

/* For FAQ page */
div.box {
	border:thin solid black; 
	padding:5px; 
	background-color:#f0f0f0;
}
.section {
	font-weight:bold; 
	margin-top:6px; 
	margin-bottom:0px;
	background-color:#d0d0ff;
	padding: 1px 3px 1px 3px;
}
.q {
	font-style:italic; 
	color:darkblue; 
	margin-top:2px; 
	margin-bottom:0px; 
	margin-left:15px;
}
.a {
	margin-top:1px; 
	margin-bottom:7px; 
	margin-left: 30px;
}

/* The "this year is over" box for top of each page */
div.over {
	border: 1px solid red;
	margin: 0;
	padding: 5px;
	background-color: #e0e0e0;
	width: 90%;  /* 100% causes problem in IE5 */
	margin-left: 5%;
}
div.over p {
	font-style: italic;
	font-size: x-small;
	color: black;
	margin: 0;
	padding: 5px;
}


