body, p, table, td, blockquote {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #292411;
}
a {
	color: #0D2FCE;
}

h1 {
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #292411;
	border-bottom: 1px dotted #292411;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	color: #292411;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #292411;
}
/****************LEFT MENU*****************/

#rightinner ul, ol {
	margin: 5px 20px;
	padding: 0;
	line-height: 1.5em;

}	
#leftinner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
}
#leftinner li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1em;
	text-decoration: none;
	line-height: 16px;
}

#leftinner li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}

#leftinner ul ul {
	padding: 0 0 10px 15px;

}

#leftinner li li {
	list-style: circle;
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 95%;
	text-decoration: none;
}

#rightinner ul, ol {
	margin: 5px 20px;
	padding: 0;
	line-height: 16px;

}	

/****************LEFT MENU CALENDAR*****************/

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
}
#menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1em;
	text-decoration: none;
	line-height: 16px;
}

#menu li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}

#menu ul ul {
	padding: 0 0 10px 15px;

}

#menu li li {
	list-style: circle;
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 95%;
	text-decoration: none;
}


.imageright {
	float:right;
	margin: 0px 0px 5px 10px;
	border:2px solid #373D07;
}
.imageleft {
	float:left;
	margin: 0px 10px 5px 0px;
	border:2px solid #373D07;
}
.center {
	text-align:center;
}

.right {
	float:right;
}
.left {
	float:left;
}
.indent {
	margin-left: 25px;
}
.weekday {
	background-color: #0C32CF;
	padding: 3px;
	color: #fff;
	border-right: 1px solid #0A269F;
	border-bottom: 1px solid #0A269F;
	text-align:center;
}
.eventday {
	background-color: #FFC034;
	border-right: 1px solid #E79F00;
	border-bottom: 1px solid #E79F00;
	vertical-align: top;
	width: 14%;
}
.otherday {
	background-color: #FFD067;
	vertical-align: top;
}
.month {
	background: #E79F00 url(../images/calendar_back.jpg);
	color: #fff;
	vertical-align: middle;
	padding: 5px;
	width: 100%;
}

.calendar {
	border: 1px solid #9C6B00;
	margin: 0;
	padding: 1px;
}
.smaller {
	font-size: 80%;
}
.nobreak {
	white-space:nowrap;
}
.aligntopright {
	vertical-align:top;
	text-align:right;
}
a:link {
	color: #CE0D55;
}
a:visited {
	color: #0D2FCE;
}
a:hover {
	color: #FF3E00;
}
input.submit
{
border: 3px double #CC8D01;
border-top-color: #FEE09A;
border-left-color: #FEE09A;
font-weight: bold;
background-color: #FED067;
color: #292411;
font-size: 80%;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
margin: 0 5px 0 5px;
} 

input.submit:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
} 
form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	background-color:#FEEFC9;
	color:#000000;
}
fieldset {
	border:0px;
}

img {
	border:0px none;
}