body {
	margin: 0;
	text-align: center;
	backgroundcolor: #FFF2FF;

	backgroundimage:url('background.png');

}
#container {
	margin: 0px auto;
	padding: 20px;
	width: 75%;
	min-height: 100%;
	text-align: left;
	boder: 1px solid #c0c0c0;
	background-color: #FFFFFF;
}

#header {
	margin-bottom: 20px;
	height: 40px;
	background-color: #FF66FF;
}

.purple {
	color: #9955FF;
}

b {
	color: #ED008C;
font-weight: bolder;
}
#tagline {
	font-family: "arial";
	font-size: 0.6em;
	text-transform: uppercase;
	color: #AAAAAA;
	letter-spacing: 0.1em;
}

#content {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 'arial';
	font-weight: bolder;
	font-size: 1.0em;
	line-height: 125%;
	minheight: 90%;
	overflow: hidden;margintop: 10px;
}

#content ol a {
color: #888888;
text-decoration: none;
}

#content ol a:hover {
color: #888888;
border-bottom: 1px dotted #888888;;
}

#content h3 {
font-size: 1.3em;
font-family: 'courier new';
font-weight: normal;
padding-bottom: 0.3em;
border-bottom: 1px solid #AAAAAA;
}

#content h4 {
font-size: 1.2em;
font-weight: normal;
}

#navbar {
font-size: 0.9em;
width: 100%;
	height: 40px;
	color: #FFFFFF;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ED008C;
	padding: 5px;
	margintop: 10px;
	vertical-align: middle;
line-height: 40px;
}

#navbar ul {
	margin: 0;
}

#navbar li {
	margin: 0;
	padding: 5px;
	display: inline;
	padding-right: 15px;
}

#navbar img {
	border: 0;
}

#navbar a { 
color: #FFFFFF;
text-decoration: none;

}
#sidebar {
float: right;
width: 200px;
padding: 10px;
background-color: #FFFFFF;
height: 90%;
}

#calendar {
font-family: 'courier new';
}

#calendar td {
font-size: 0.8em;
width: 1.7em;
text-align: right;
}

#calendar th {
text-align: center;
}

#login_form {
float:right;
margin: 1.0em;
padding: 1.0em;
clear: left;
font-size: 0.8em;
border: 1px solid #CCCCCC;
}

#login_form input {
font-size: 0.8em;
}

#login_form td {
font-size: 0.8em;
color: #666666;
line-height: 150%;
}

hr {
color: #AAAAAA;
}

.table_heading {
font-size: 1.3em;
font-weight: bold;
background-color: #FF77CC;
margin-bottom: 1.0em;
}

.table_date {
color: #000000;
background-color: #FFECF8;
font-size: 1.1em;
font-weight: bold;
padding-top: 5px; 
padding-bottom: 5px;
}

td {
font-size: 0.8em;
color: #000000;
font-weight: bolder;
paddingleft: 1.0em;
}