body {
	font-family: Verdana, sans-serif;
	background-color: #ccff80;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
}

h1, h2, h3, h4 {
	font-style: italic;
	font-family: serif;
}

h2.motto {
	font-style: italic;
	font-family: serif;
	text-align: center;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

li.upcoming {
	margin-top: 20px;
}

a {
	color: #395909;
}

a.upcoming:link {
	text-decoration: none;
	font-weight: bold;
}

a.upcoming:visited {
	text-decoration: none;
	font-weight: bold;
}

a.upcoming:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.sidebar:link {
	text-decoration: none;
	font-weight: normal;
}

a.sidebar:visited {
	text-decoration: none;
	font-weight: normal;
}

a.sidebar:hover {
	text-decoration: underline;
}

a.index:link {
	text-decoration: none;
	font-weight: bold;
}

a.index:visited {
	text-decoration: none;
	font-weight: bold;
}

a.index:hover {
	text-decoration: underline;
	font-weight: bold;
}
	 
a img{
	border: none;
}

small {
	font-size: 10px;
}

hr {
	color: #333;
	background-color:#333;
	height: 1px;
	border: 0px; 
}

#sidebar-left li {
	font-family: serif;
	font-style: italic;
	font-size: 14px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 40px;
}

#sidebar-left h2, h4 {
	text-align: center;
	margin-left: 15px;
	margin-right: 40px;
}

#sidebar-left p {
	margin-top: -10px;
	margin-left: 15px;
	margin-right: 40px;
	text-align: justify;
}

#sidebar-right img {
	width: 125px;
	padding-bottom: 5px;
}

div#main {
	position: absolute;
	left: 220px;
	width: 500px;
	top: 0px;
	height: auto;
	padding: 20px;
	/*background-color: #eaffc2;*/
}

div#sidebar-left {
	position: absolute;
	width: 220px;
	top: 0px;
	padding-top: 35px;
	height: auto;
	/*background: url('../images/left_border.png') #ccff80 100% 0% repeat-y;*/
}

div#sidebar-right {
	position: absolute;
	top: 0px;
	padding-top: 35px;
	width: 300px;
	left: 740px;
	height: 100%;
	/*background: url('../images/right_border.png') #ccff80 0% 0% repeat-y;*/
}