/* Default CSS Document */

/** BODY ELEMENTS **/
body {
	color: #383838;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	background: #888888;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 18px;
}

h1 {
	color: #6e4576;
	margin: 0px;
	padding: 0px;
	font: bold 1.4em Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 15px;
	color: #383838;
	padding: 0px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	margin-top: 5px;	
}

ul li {
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
}

.arrow_txt {
	font-size: 1.3em;
	color: #6F4577;
}
.arrow_txt_indent {
	font-size: 1.2em;
	color: #0d4c8e;
	padding-left: 10px;
}
a:link {
	color: #6F4577;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #6F4577;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6F4577;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6F4577;
	text-decoration: underline;
	font-weight: bold;
}

.rule {
	border-top: 1px solid #B992C0;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/** MAIN CONTAINERS **/

div#container {
	width: 768px;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
div#header {
	margin: 0px;
	padding: 6px 0px 0px 20px;
	height: 168px;
	background: url(../images/header-bg.jpg) no-repeat left top;
	width: 748px;
		
}
div#header-in {
	margin: 0px;
	padding: 0px;
			
}
div#contentWrapper {
	background: #FFFAE1 url(../images/content_bg.gif) repeat-y;		
}

div#content {
	padding: 0px;
	margin: 0px;
	background: url(../images/menu-corner.gif) no-repeat left bottom;
	width: 768px;		
}

div#center {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 518px;
}

div.column {
	float: left;
	width: 205px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFAE1;
}

/*div#left {
	margin: 0px;
	height: 100%;
	padding: 0px 0px 10px;
}*/

div.column-in {
	width: 205px;
	cursor: default;
	margin: 0px;
	padding: 0px 0px 15px;
}

div.column-in ul {
	margin: 0px;
	padding: 0px;
}

div.column-in ul li {
	font-size: 0.9em;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
	list-style: none outside;
}

.menu, .activeMenu {
	display: block;
	width: 175px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a.menu:link, a.menu:active, a.menu:visited, a.activeMenu:link, a.activeMenu:active, a.activeMenu:visited, a.activeMenu:hover {
	color: #383838;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	border-bottom: 1px solid #FFFAE1;
	background: #BFD4E5;
	font-weight: normal;
}

a.menu:hover{
	text-decoration: none;
	color: #FFF;
	background: #406590;
}

a.activeMenu:link, a.activeMenu:active, a.activeMenu:visited, a.activeMenu:hover  {
	text-decoration: none;
	color: #FFF;
	background: #406590;
	font-weight: bold;
}

.clearAll {
	clear: both;
	margin: 0px;
	padding: 0px;
}
div#footer {
	clear: both;
	color: #4D4D4A;
	background: #FFFAE1 url(../images/footer-left-corner.gif) no-repeat left bottom;
}
div#footer-in {
	background: url(../images/footer-right-corner.gif) no-repeat right bottom;
	padding: 0px;
	height: 30px;
	padding:0px 0px 0px 15px;
	line-height: 30px;
}

div#footer-in ul{
	margin:0;
	padding: 0;
	float: left;
	clear: right;
}

div#footer-in ul.btmLinks{
	margin:0;
	float: right;
	padding-right: 15px;
}

div#footer-in ul li{
	margin:0;
	padding:0;
	display:inline;
	font-size: 0.75em;
}
#contactForm .contactTable {
	width: 95%;
}

#contactForm .contactTable td {
	width: 50%;
	font-size: 0.8em;
}
table#calendarTable {
	border-top: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table#calendarTable td, table#calendarTable th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 6px;
	width: 50%;
}
table#calendarTable th {
	background: #406590;
	color: #FFFAE1;
}
