/* CSS Document */
<!--
html, body, #home { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#top {
	margin: 0px ;
	padding: 0px ;
	position: absolute ; top: 0% ;
	width: 100% ;
	height: 147px ;
	background-image: url(../graphics/logo2-B.gif) ;
	background-repeat: repeat-x ;
	z-index: 1 ;
}
#top_left {
	margin: 0 ;
	padding: 0 ;
	position: absolute ; top: 0% ; left: 0% ;
	width: 450px ;
	height: 147px ;
	text-align: left ;
	vertical-align: top ;
	background-image: url(../graphics/logo2-A-2.gif) ;
	background-repeat: no-repeat ;
	background-position: top left ;
	z-index: 3 ;
	}
#top_middle {
	margin: 0 ;
	padding: 0 ;
	width: 126px ;
	height: 147px ;
	text-align: center ;
	vertical-align: top ;
}
#top_right {
	margin: 0 ;
	padding: 0 ;
	width: 288px ;
	height: 147px ;
	position: absolute; top: 0% ; right: 0%;
	background-image: url(../graphics/logo2-C-2.jpg) ;
	background-repeat: no-repeat ;
	background-position: top right ;
	z-index: 2 ;
	}
.menu {
	font: normal normal normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
}
.menu_active {
	font: normal normal bolder x-small Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}
.sub_menu {
	font-size: xx-small;
}
div#top_right.menu p {
	position: absolute; right: 0px; bottom: 20px;
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}
div#bottom.menu p {
	vertical-align: text-bottom;
	white-space: nowrap;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.menu p a {
	font: normal normal normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: underline;
}
.menu p a:hover {
	text-decoration: none;
	color: #336699 ;
}
.menu p a:active {
	text-decoration: underline;
	color: #336699 ;
}

.date {
	position: absolute; left: 0px; bottom: 20px;
	font: normal normal bold xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #336699 ;
	z-index: 2 ;
}
#nav {
	margin: 0 ;
	padding: 5px ;
	width: 20% ;
	height: auto ;
	position: absolute ; left: 0px ; top: 25% ;
	z-index: 1 ;
}
#bottom {
	margin: 0px ;
	padding: 0px ;
	position: absolute ; bottom: 0% ; left: 0%;
	width: 100% ;
	height: 30px ;
	border-top: 1px solid;
	background-color: #d3dbec;
	z-index: 1 ;
}
#image {
	margin: 0 ;
	padding: 0 ;
	position: absolute; right: 0%; bottom: 31px;
	z-index: 0;
}
#logo {
	margin: 0 ;
	padding: 0 ;
	width: 400px ;
	height: 35px ;
	border: none ;
	position: absolute; top: 22% ; left: 30%;
	z-index: 10;
}
#content {
	margin: 0;
	padding: 5px;
	width: 50%;
	height: auto;
	border: 1px solid #336699;
	position: absolute;
	top: 28%;
	left: 30%;
	background-color: #d3dbec;
	z-index: 9;
	overflow: auto;
}
#content p {
	font: normal normal small Verdana, Arial, Helvetica, sans-serif;
	color: #009999 ;
}
#specialize {
	margin: 5px ;
	padding: 0 ;
	width: 20% ;
	height: auto ;
	color: #336699 ;
	border: 1px solid ;
	position: absolute ;
	left: 0% ;
	bottom: 40px ;
	background-color: #ffffff ;
	font-size: x-small ;
}
#specialize h6 {
	margin: 0 ;
	padding: 0 5px ;
	font-weight: bold ;
	font: normal normal bold x-small Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3dbec ;
	border-bottom: 1px solid ;

}
#specialize h6.two {
	border-top: 1px solid ;
}
#specialize ul {
	margin: 0 ;
	padding: 5px 5px 5px 20px;
	font-size: 80% ;
	font: normal normal normal x-small Verdana, Arial, Helvetica, sans-serif;
	list-style-type: circle ;
}



	

-->

