body {
	margin: 0px 0px 20px 0px;
	background-color: #005095;
   	text-align: center;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #685E3D;
	}

#banner {
	background-color: white; /* #CCCCCC; */
	padding: 15px;
	height: 80px;
}

#banner img {
	float: right;
	padding: 10px 0px 0px 0px;
}

h1 {
	padding: 10px 0px 0px 0px;
	margin: 0;
}

h2 {
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:active, h1 a:link {
        color: black;
        text-decoration: none;
        background-color: #FFFFFF;
		font-weight: 900;
}
#searchForm {
        display: inline;
}

h3 {
	border-bottom: solid thin black;
}

a, a:link {
	color: 000000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #0099ff;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
}

a img, a:link img {
	color: white;
}

#navBar {
	height: 30px;
	background: #0099FF; /*#FF3300;*/
	color: white;
	padding-top: 6px;
}

a.navBarLink, a.navBarLink:visited {
	color: white;
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
        font-weight: normal;
}

a.navBarLink:hover {
	color: white;
	background-color: #000066; /*#FF6600;*/
	padding: 3px 6px 3px 6px;
	border-right: 2px inset #000066;
	border-bottom: 2px inset #000066;
}

a#searchLink {
	margin: 0px 50px 0px 0px;
}

input#search {
	margin-left: 60px;
}

#right {
	float: right;
	width: 34%;
	background-color: #FFFFFF;
	overflow: hidden;
	font: 400 12px Serif;
	padding: 15px 0px 0px 0px;
}

#center {
	float: left;
	width: 60%;
margin-left:20px; 
	overflow: hidden;
	padding: 15px 5px 0px 5px;
	font: 12px/19px "Lucida Grande", "Lucida Sans  Unicode", Verdana,
Tahoma, Arial, sans-serif;
}

#center p {
	padding: 0px 10px 0px 10px;
}

caption.calendarhead {
	font: 900 14px Serif;
}

div.entryLinks {
	padding-bottom: 10px;
}

div.trackbackItem {
	border: solid thin black;
        background-color: gray;
        margin: 10px;
        padding: 5px;
}

.comment {
	border-left: dashed thin black;
	border-bottom: dashed thin black;
        margin: 10px;
        padding: 5px;
}

img { border: 0;}
