body
{
	background-image: none;
	background-color: white;
	color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
.subtext
{
	font-size: 10px;
	font-style: italic;
}
.title
{
	background-color: white;
}

a:link
{
	color: #CC3300;
}

a:visited
{
	color: #FF6600;
}

.error
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

h1
{
	color: #996633;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-variant: small-caps;
}
h2
{
	color: #996633;
	font-weight: bold;
	font-size: 18px;	
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
}
h3
{
	color: #006633;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;	
	font-family: Helvetica, Arial, sans-serif;
}
h4
{
	font-weight: normal;
	font-size: 12px;	
	color: white;
	background-color: #996633;
	padding: 4px;
}
.main
{
	background-color: white;
}
td
{
	padding-right: 10px;
}

.office
{
	background: #FFCC99;
}

td.nav, td.nav_current
{
	text-indent: -10px;
	padding-left: 15px;
	width: 150px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FF6600;
}
td.sub_nav, td.sub_nav_current
{
	text-indent: -10px;
	padding-left: 20px;
	font-size: 10px;
	width: 145px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FF6600;
}

table.nav_table
{
	border-spacing: 5px;
}

td.main
{
	padding: 10px;
}
td.sidebar_header
{
	color: white;
	background-color: #996633;
}
th
{
	text-align: left;
	color: white;
	background-color: #996633;
	font-weight: normal;
}
/* Calendar stuff */
a.caltop
{
	border-style: none;
	border-width: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
}

a.calendar
{
	color: #000000;
	font-size: 10px;
}

a.calbottom
{
	color: #000000;
	font-size:10px;
}

table.caltop
{
	width: 100%;
	height: 60px;
}

table.calform
{
	width: 100%;
	height: 60px;
	text-align: center;
	border-style:none;
	border-width: 0px; 
	background-color: #FFFFFF;
	color: #000000;
}

td.caltop
{
	padding: 4px;
	font-size: 16px;
	height: 60px;
	text-align:center;
	font-weight: bold; 
	border-style: none;
	border-width: 0px;
}

td.calends
{
	padding: 4px;
	font-size: 12px;
	height: 60px;
	text-align: center; 
	border-style: none;
	border-width: 0px;
	font-weight: bold;
}

td.calform
{
	padding: 0px;
	font-size: 12px;
	border-style: none;
	border-width: 0px; 
	background-color: #FFFFFF;
	color: #000000;
}

td.calbody
{
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	border-color: #AAAAAA;
	font-weight: normal;
	background-color: #FFFFFF;
}

td.calfootnote
{
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	border-color: #AAAAAA;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 10px;
}

td.days
{
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	border-color: #AAAAAA;
	padding: 2px;
	font-size: 12px;
	width: 90px;
	height: 40px;
	text-align:center;
	font-weight: bold;
	background-color: #FFFFFF;
}

td.curday
{
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	border-color: #AAAAAA;
	width: 90px;
	text-align: left;
	font-size: 10px;
	height: 70px;
	background-color: #FFCC66;
}

td.calendar
{
	width: 90px;
	text-align: left;
	font-size: 10px;
	height: 70px;
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	border-color: #AAAAAA;
	font-weight: normal;
	background-color: #FFFFFF;
}
table#pclist tr
{

  vertical-align: top;
  background-color: #CCCCCC;
}
.eventBox
{
	background-color: #F5E5CD;
	padding: 0px 10px 10px 10px;
}
.eventBox h4
{
	margin-left: -10px;
	margin-right: -10px;
}

div.marquee
{
	border: thick double #00FFBF;
	background: #ADE6D8;
	padding: 15px;
	font-size: 15px;
}
ul, ol
{
	list-style-position: inside;
	padding-left: 0px;
}
ol
{
	list-style-type: decimal;
}
ol.sub
{
	padding-left: 15px;
	list-style-type: lower-alpha;
}
li
{
	padding: 0px 0px 10px 0px;
}