body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 0.9em;
	background: #061a4b url('/img/dblue100.gif');	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #1e4378;
	background-color: transparent;
}

h1 {
	font-size: 1.8em;
}

h1:first-letter {
	color: #059b05;
	font-size: 150%;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;	
	padding: 2px;
}

h2 {
	margin-bottom: 0;
}

img {
	border: 0;
}

a:link, a:active {
	color: #1e4378;
}

a:visited {
	color: #421e78;
}

a:hover {
	text-decoration: none;
	color: #c60000;
}

hr {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 2px solid #bbb770;
	width: 100%;
	height: 1px;
}

#topheader {
	background: url('../img/bottombar.gif') repeat-x top left;
	height: 29px;
}

#header {
	background: url('../img/bottombar.gif') repeat-x bottom left;
	height: 200px;
	margin-left: 300px;
}

#container {
	margin: 0;
	padding: 0;
}

#sidebar {
	background-image: url('../img/semi.gif');
	background-repeat: no-repeat;
	background-position: 0 70px;
	width: 222px;
	padding-top: 66px;
	float: left;
	font-family: Georgia, "Times New Roman", sans-serif;
}

#sidebar ul {
	background: url('../img/sb_top.gif') no-repeat top;
	margin-top: 90px;
	list-style-type: none;
	padding-top: 32px;
	padding-left: 6px;
	margin-left: 0;
	margin-bottom: 0;
}

#sidebar ul li {
	background: url('../img/sb_tile.gif') no-repeat top;
	height: 29px;
	width: 210px;
	font-size: 14px;
	text-align: center;
}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	color: #ffd700;
	border: 0;
	text-decoration: none;
	width: 210px;
	display: block; 
	margin: 0;
	padding-bottom: 0;
	padding-top: 5px; 
}


#sidebar ul li a:hover {
	color: #fff;
}

#sidebar-bottom {
	background: url('../img/sb_bottom.gif') no-repeat top;
	padding: 0;
	margin-left: 6px;
	height: 34px;
	width: 210px;
}

#menu {
	position: relative;
	margin-top: -29px;
	padding-top: 29px;
	background-image: url('../img/semi-circleB.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 150px;
}

#menu ul {
	width: 546px;
	list-style-type: none;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", sans-serif;
	padding: 0;
}

#menu ul li {
	height: 65px;
	width: 168px;
	background: url('../img/menu-item.gif') no-repeat center;
	float: left;
	padding: 0 7px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	border: 0;
	margin-left: 7px;
	margin-top: 16px;
	padding-top: 6px;
	height: 36px;
	width: 155px;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 25px;
}
#menu ul li a:hover {
	 color: #ffd700;
	 background-color: transparent;
}

#main {
	float: left;
	width: 70%;
	max-width: 800px;
}

#content {
	background: #e6cfa3 url('../img/paper.gif');
	margin: 6px;
	padding: 5px;
	height: 465px;
	vertical-align: top;
}

#footer {
	clear: both;
	background: url('../img/bottombar.gif') repeat-x bottom left;
	height: 70px;
}

#footer p {
	padding-left: 222px;
	padding-top: 10px;
	margin-bottom: 50px;
	color: #bbb770;
	font-size: 90%;
}

#footer a:link, #footer a:visited {
	color: #bbb770;
}

.hide {
	display: none;
}

ul#searchresults {
	list-style-type: none;
}

ul#searchresults li {
	padding: 5px;
}

.smalltext {
	color: #059b05;
	font-size: .8em;
}

.imgblock {
	float: left;
	width: 150px;
	height: 170px;
	margin: 3px;
	padding: 5px;
	text-align: center;
}

.imgblock img {
	/*	border: 2px solid #bbb770;	*/
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;
}

.inputbox {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background-color: #ccc;
	border-top: 2px solid #bbb770;
	border-left: 2px solid #bbb770;
	border-bottom: 2px solid #f4f0ac;
	border-right: 2px solid #f4f0ac;
}

.inputbutton {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;

}

.inputbox:hover {
	background-color: #fff;
}

#content ul {
	list-style-image: url('../img/list-icon.gif');
}

#content ul ul {
	padding-left: 1em;
}

a.pag {
	color: #000;
	text-decoration: none;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;
	height: 20px;
	padding: 0 5px;
	float: left;
	text-align: center;
	margin: 5px;
}

a.pag:hover, a.current {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-top: 2px solid #6a5b09;
	border-left: 2px solid #6a5b09;
	border-bottom: 2px solid #faeeac;
	border-right: 2px solid #faeeac;

}

table#main-table {
}

td#top {
	height: 7px;
	background: url('../img/paper-top.gif') repeat-x top left;

}

td#left {
	width: 7px;
	background: url('../img/paper-left.gif') repeat-y top right;
}

td#right {
	width: 7px;
	background: url('../img/paper-right.gif') repeat-y top left;
}

td#bottom {
	height: 7px;
	background: url('../img/paper-bottom.gif') repeat-x top left;
}

/*
#background-image {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 200px;
	left: 250px;
	background-image: url('../img/610601.gif');
}
*/

.msg {
	font-weight: bold;
	padding: 1em;
	width: 60%;
	text-align: center;
	margin: 1em auto;
}

.error {
	border: 2px solid #f5a8a8;
	background: #f3cece url('../img/warning.png') no-repeat 0.5em 50%;
}

.info {
	border: 2px solid #fef894;
	background: #fffddd url('../img/ok.png') no-repeat 0.5em 50%;
}

ol.comments li {
	margin: 15px;
}

.highlight {
	background-color: #ffd700;
	font-weight: bold;
}