/*
Inspired by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0px;
	background:#FFFFFF;
}

body, th, td, input, textarea {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #666666;
}



form {
}

fieldset {
}

input, textarea, select {
	font-weight:normal;
	font-size:11px;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #E31937;
	font-weight:bold;
}


.quicklinks {
	text-decoration:underline;
	color: #E31937;
	font-weight:bold;
	
}

.maincontentlink {
	text-decoration:underline;
	color: #E31937;
	font-weight:normal;
}


hr {
	display: none;
}


.mainmenu {
	text-decoration: none;
	text-transform: uppercase;
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

.homepagetext {
	text-decoration: none;
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:normal;
	
}


.subheader {
	text-decoration: none;
	text-transform: uppercase;
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bolder;
	color:#663399;
}

.subheader2 {
	text-decoration: none;
	text-transform:none;
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bolder;
	color:#AD8525;
}

a:hover { 
	color:#663399;
}


#mainmenu.current_page_item a {
	color: #663399;
}

#search {
	float: right;
	width: 260px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Calendar */

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	text-align: right;
	
}

.footer p {
	text-align: left;
	font-size: 1px;
	color:#666666;

}