﻿body {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFCC;
}
p,li {
	font-family: Verdana;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Comic Sans MS";
	margin-bottom: 6pt;
	margin-top: 6pt;
}
h1 { font-size: 26pt; font-weight: bold; text-align: center;}
h2 { font-size: 22pt; font-weight: bold; text-align: center;}
h3 { font-size: 18pt; font-weight: bold; text-align: center;}
h4 { font-size: 18pt; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }

a 			{ font-weight: bold}
a:link 		{ color:#666666; text-decoration:underline }
a:visited 	{ color:#666666; text-decoration:underline }
a:focus 	{ color:#CC0000; text-decoration:underline }
a:hover 	{ color:#CC0000; text-decoration:underline }
a:active 	{ color:#CC0000; text-decoration:underline }

.wrapper {
	width: 90%;
	min-width: 700px;
	max-width: 1000px;
	margin: 0 auto;
/*	border: 1px solid black;*/
	text-align: left;
	background-color: #FFFFCC;
}

/*.menu,.header,.content,.footer,.powered_by {
	background-color: #9C0;
	border: 1px solid black;
	margin: 2px;
}*/

.header {
	width: 100%;
	padding: 5px;
	padding-left: 175px;
	border-bottom: 1px solid #666666;
	margin: 10px 0px;
}
	.header a {
		color: #000000;
		text-decoration: none;
	}
	.website_title {
		font-family: "Comic Sans MS", cursive;
		font-weight: bold;
		font-size: 16pt;
	}
	.page_header {
		font-family: "Comic Sans MS", cursive;
		font-style: italic;
		font-size: 14pt;
	}
	.page_title {
		
	}

.menu {
	width: 150px;
	min-height: 400px;
	float: left;
	padding: 0px 10px;
	background-color: #666666;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
 	font-size: 10pt;
 	text-decoration: none;
 	color: #FFFFCC;
}
	.menu a			{ font-weight: normal; }
	.menu a:link	{ color:#999999; text-decoration:underline }
	.menu a:visited	{ color:#999999; text-decoration:underline }
	.menu a:focus	{ color:#CC0000; text-decoration:underline }
	.menu a:hover	{ color:#CC0000; text-decoration:underline }
	.menu a:active	{ color:#CC0000; text-decoration:underline }
	span.navi 		{ color: #FFFFCC; }
	.menu div p a.menu-current		{ font-weight: bold !important; font-size: 11pt}
	.menu div div p					{ font-size: 8pt; text-align: right; margin: 0px 0px 3px; }
	.menu div div p a.menu-current 	{ font-weight: bold !important; font-size: 9pt}

.breadcrumb {
	margin-left: auto;
	font-size: 8pt;
}

.content {
	min-height: 400px;
	margin-left: 170px;
	padding: 5px;
	background-color: #FFFFCC;
/*	border-left: 1px solid #666666;*/
}

.footer {
	width: 100%;
	margin: 25px auto 5px;
	text-align: center;
}

.powered_by {
	width: 100%;
	margin: 5px auto;
	clear: both;
	text-align: center;
}

