body {
	background: #999999;
	text-align: center;
}

p {
	text-indent: 20px;
}

#wrapper {
	background: #f5f5f5;
	text-align: justify;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 750px;
	height: 160px;
}


#nav ul{
	padding: .2em 0 .5em 0;
	margin: 0;
	list-style-type: none;
	background-color: #000000;
	color: #FFF;
	width: 100%;
	font: 20px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	text-align: center;
}

#nav li {
	display: inline;
	font: 20px "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

#nav li a{
	text-decoration: none;
	color: #FFF;
	padding: .2em .45em;
}

#nav li a:hover{
	background: #252525;
	color: #cccccc;
}


#content {
	width: 710px;
	color: #000000;
	text-align: justify;
	padding: 20px;
	font: 14px "Trebuchet MS", Helvetica, Arial, Sans-serif;
	line-height: 22px;
}

h2 {
	font: 18px Georgia, "Times New Roman", Serif;
	color: #888888;
	border-bottom: 1px dotted #999999;
}

h3 {
	font: 16px Georgia, "Times New Roman", Serif;
	color: #888888;
	font-weight: bold;
}

h4 {
	font: 14px Georgia, "Times New Roman", Serif;
	color: #888888;
	text-decoration: underline;
}

li {
	list-style-image: url('images/bulletpent.gif');
}

#footer {
	width: 750px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0 15px 0;
	font: 12px "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

#footer a{
	color: #FFFFFF;
	font: 12px "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

#footer a:hover{
	color: #cccccc;
	font: 12px "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

img {
	border:0px;
}

a {
	color: #333333;
	font: 14px "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

a:hover {
	color: #777777;
	font: 14px "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

hr {
	width: 80%;
	border: none;
	border-top: 1px dotted #999999;
}

#loginform {
	padding: 20px 0 0 0;
	width: 200px;
	height: 200px;
	background: url('../images/ravenlarge50.png') left bottom no-repeat #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin: 0 auto 0 auto;
}

.logout a{
	float: right;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

input, textarea, submit {
	background: none;
	color: #000000;
	font: 14px "Trebuchet MS", Helvetica, Arial, Sans-serif;
	border: 1px solid #000000;
	margin: 2px;
}

/*Calendar*/

.calendar table{
	width: 665px;
	border: 1px solid #999999;
	color: #000000;
	font-size: 11px;
}

.calendar td{
	width: 95px;
	height: 102px;
	border: 1px dotted #999999;
	vertical-align: top;
	padding: 2px;
}

.calendar td.days{
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	height: auto;
}

.calendar td.out{
	background: #BFBFBF;
	color: #888888;
}

.calendar td.larr{
	background: #000000;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	height: auto;
}

.calendar td.rarr{
	background: #000000;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	height: auto;
}

.calendar span.text{
	color: #750000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.calendar span.text a{
	color: #750000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted #750000;
	text-decoration: none;
}

.calendar span.text a:hover{
	color: #d70000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted #d70000;
	text-decoration: none;
}

#credit {
	font-size: 7pt;
}

#credit a{
	color: #FFFFFF;
	font: 7pt "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

#credit a:hover{
	color: #cccccc;
	font: 7pt "Trebuchet MS", Helvetica, Arial, Sans-serif;
}
	