@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #214161;
}
a:hover {
	color: #336633;
}


body {
	background-image: url(images/whiteboard_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ccffcc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
h1 {
	font-weight: bold;
	color: #CA2800;
	font-size: 12px;
}



#identity {
	background-image: url(images/identity_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: auto;
	padding-left: 146px;
}
#navbar {
	width: auto;
	background-color: #669966;
	padding-left: 150px;
}


#navbar #nav {
	list-style-type: none;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navbar #nav li {
	display: inline;
}
#navbar #nav li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#navbar #nav li a:visited {
	color: #FFFFFF;
}
#navbar #nav li a:hover {
	background-color: #336633;
}
#crumbs {
	background-color: #a6d9a6;
	width: auto;
	height: 20px;
}

#crumbs_left {
	background-image: url(images/crumbs_left.jpg);
	background-repeat: repeat-y;
	width: 154px;
	float: left;
	height: inherit;
}

#crumbs_center {
	background-color: #F2F2F2;
	float: left;
	width: 800px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 1px;
}
#crumbs_right {
	float: left;
	width: 154px;
	background-image: url(images/crumbs_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: inherit;
}
#whiteboard {
	width: 800px;
	background-color: #ffffff;
	margin-left: 154px;
	padding-bottom: 50px;

}
#whiteboard p {
	padding-bottom: 10px;
	text-align: justify;
}


#footer {
	background-color: #a6d9a6;
	width: 100%;
	height: 28px;
	bottom: 0px;
	position: fixed;
}
#footer_left {
	background-image: url(images/footer_left.jpg);
	background-repeat: repeat-y;
	width: 154px;
	float: left;
	height: inherit;
}
#footer_center {
	background-color: #669966;
	float: left;
	width: 800px;
	height: inherit;
	text-align: center;
	padding-top: 5px;
}
#footer_right {
	float: left;
	width: 154px;
	background-image: url(images/footer_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: inherit;
}

#pagetitle {
	background-image: url(images/pagetitle_bg.jpg);
	height: 35px;
	width: 794px;
	padding-left: 6px;
	padding-top: 6px;
	margin-top: 5px;
}
#pagetitle #title {
	font-family: Garamond;
	font-size: 24px;
	color: #000;
	width: 788px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.subtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #366CA3;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 14px;
}
.normal {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
