body {
	text-align: center;
	background-color: rgb(51,42,41);
	background-image: url(images/bg.png);
}

#mainContainer {
	position: relative;
	width: 800px;
	background: url(images/body_bg.gif) repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	background-color: white;
	
}

#sideBar {
	position: absolute;
	left: 560px;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid rgb(204,199,190);
	text-align: center;
}

#calendar {
	border-bottom: 1px solid rgb(204,199,190);
	padding-bottom: 10px;
	margin: 10px 0px 20px 10px;
	font: 9px Verdana;
	color: rgb(77,63,61);
	text-align: left;
	padding-bottom: 10px;
	text-align: left;
}

#body {
	position: relative;
	width: 760px;
	padding: 30px 20px 0px 20px;
	background: url(images/head_gradient.gif) no-repeat;
}

#footer {
	width: 770px;
	height: 30px;
	background: url(images/footer.gif) no-repeat;
	font-size: 8pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px 15px 10px 15px;
	color: rgb(191,189,172);
}

#loginPanel {
	position: relative;
	display: none;
}

.column {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2em;
	padding: 0px 10px 20px 10px;
}

div {
	font: 12px Georgia, serif;
	line-height: 14pt;
}

span.leadIn {
	font-family: Georgia, serif;
	font-size: 10pt;
	font-variant: small-caps;
}

div.date {
	font-size: 9pt;
	font-variant: normal;
	color: rgb(128,119,102);
	font-weight: normal;
	text-align: center;
	letter-spacing: .5em;
}

div.title {
	display: block;
	width: 460px;
	margin: 20px 0px 1em 0px;
	margin-bottom: 1em;
	font-family: Georgia, serif;
	font-size: 12pt;
	font-variant: small-caps;
	color: rgb(153,102,0);
	text-align: center;
}

div.name {
	font-size: 8pt;
	font-style: italic;
	font-variant: normal;
	color: rgb(128,119,102);
	font-weight: normal;
	text-align: center;
	padding-bottom: .5em;
	margin: 0px 50px 0px 50px;
	border-bottom: 1px solid rgb(204,199,190);
}

drop {
	display: inline;
	float: left;
	font-family: Georgia, serif;
	color: rgb(128,119,102);
	font-size: 3.5em;
	line-height: .7em;
}

h1 {
	margin-bottom: .5em;
	font: 12pt Georgia, serif;
	font-weight: normal;
	font-variant: small-caps;
	color: rgb(153,102,0);
	text-align: center;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(128,119,102);
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(128,119,102);
}

a:hover {
	border-bottom: 1px dotted rgb(128,119,102);
}

#calendar a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(128,119,102);
}

#calendar a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(128,119,102);
}

#calendar a:hover {
	border-bottom: 1px dotted rgb(128,119,102);
}

#calendar div.calHead {
	width: 205px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 4px;
	background: url(images/calhead.gif);
	font: 9px Verdana;
	color: rgb(254,250,217);
}

#calendar div.calHead a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(252,248,195);
}

#calendar div.calHead a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(252,248,195);
}

#calendar div.calHead a:hover {
	border-bottom: 1px dotted rgb(252,248,195);
}

form {
	margin: 0px 0px 0px 0px;
}

input {
	border: 1px solid rgb(204,199,190);
	font: 9px Monaco, sans;
	padding: 1px;
	margin: 3px 0px 3px 0px;
	
}

select {
	border: 1px solid rgb(204,199,190);
	font: 9px Monaco, sans;
	padding: 1px;
	margin: 3px 0px 3px 0px;
	
}

textarea {
	border: 1px solid rgb(204,199,190);
	font: 9px Monaco, sans;
	padding: 1px;
	margin: 3px 0px 3px 0px;
	
}
