﻿@import url(layout.css);
body {
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

badges {
	float:right;	
}

table {
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom: thin #000000;
}
th {
	background-color: #ffFFff;
	border-bottom: thin #000000 solid;
}
p {
	padding: 0px 5px 0px 5px;
}
h1, h2, h3, h4 {
	padding:0px 5px 0px 5px;
}
h1 {
    font-size: 16pt;
}
h2 {
	font-size:14pt;
	
}
h3 {
	font-size:12pt;
	
}
h4 {
	font-size:10pt;
	
}
li {
	font-size:10pt;
	
}
/* headline styles */
#headline {
	font-size:36px;
	text-align:justify;
	margin-bottom: 10px;
	margin-top: 5px;
}

#headline img {
	border: thin,black,outset;
	background: black;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}

.newsblock {
	clear:both;
	font-size:medium;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	vertical-align:top;
	text-align:justify;
	width: auto;
	background:#CCCCCC;
	height: 100%;
}

/* Styles for Biographies */
#biography {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}

#biography img {
	border-width:thin;
	float:left;
	background-color:black;
	border-style:inset;
	height:129px;
	width:100px;
	margin: 0 20px 0 20px;
}

#biography p {
	border: thin, #FFCCFF,inset;
	text-align: justify;
	padding:5px;
	margin: 5px 5px 5px 5px;
}

/* Styles for Masthead */
#masthead {
	text-align: justify;
	color: #FFFFFF;
}
#masthead img {
	float: none;
	border-color: black;
	width: 798px;
	height: 198px;
	z-index: auto;
}
#masthead p {
	font-size: 5px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* Styles for Navigation */
#navigation {
	text-align: center;
	background-color: #545454;
	padding-top:5px;
	padding-bottom:0px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 5px;
	padding: 5px;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	color: #fff;
	text-decoration: underline;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navigation p {
	font-size: medium;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;	
}
/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #545454;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #9999FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.alert {
    text-align: center;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
}

#bdc_address {
	padding: 0 10px 0 0;
	font-size: small;
	text-align: justify;
	margin-left: 5px;
	float: left;
	overflow: auto;
	height: 170px;
	margin-right: 5px;
}

#bdc_hours {
	padding: 0 0 0 10px;
	font-size: small;
	text-align: justify;
	margin-left: 5px;
	float: right;
	overflow: auto;
	height: 170px;
}
