@charset "windows-1252";

*
{
	margin: 0px;
}

body {
	scrollbar-base-color: #EBF3FF;
	background-color: #ffffff;
	/*background-image: url(../images/bg-body.jpg);*/
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
}

.important {
	display: none;
}

#main {
	background-color: #114f8a;
	margin: 0px auto;
	width: 800px;
}

#head {
	background-image: url(../images/head.gif);
	height: 13px;
}

#topbanner {
	text-align: center;
	padding: 5px;
}

#header {
	background-color: #ffffff;
	text-align: left;
	height: 88px;
}

#header #slogan {
	float: right;
	text-align: left;
	padding-top: 7px;
	width: 420px;
	color: #114f8a;
}

#header #slogan h1 {
	padding-top: 23px;
	color: #114f8c;
	font-size: 20px;
}

#header #logo {
	float: left;
}

#header a, #header a:hover, #header a:link, #header a:active, #header a:visited {
	text-decoration: none;
	color: #114f8a;
}

#subheader {
	background-image: url(../images/bg-subheader.gif);	
	height: 30px;
	overflow: hidden;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

#container {
	float: left;
	background-color: #114f8a;
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto;
	width: 800px;
}

#containerLeft
{
	float: left;
	width: 250px;
}

#containerMiddle
{
	float: left;
	width: 499px;
}

#upperleft
{
	height: 180px;	
}

#menu {
	float: left;
	text-align: left;
	width: 160px;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 44px;
}

#menu ul {
	padding: 0px;
	width: 160px;
}

#menu li {
	list-style: none
}

#menu li:hover, #menu li.selected {
	list-style: none
}

#menu li.links {
	padding: 0px 0px 0px 5px; /* top right bottom left */
	border-bottom: 0px;
	list-style: none;
}

#menu a, #menu a:hover {
	background-color: #d9dff1;
	color: #114f8c;
	font-weight: bold;
	border-bottom: 1px solid #8c928c;
	display: block;
	padding: 4px 0px 4px 16px; /* top right bottom left */
	width: 143px;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #f47121;
	color: #ffffff;
}

#menu a.selected {
	background-color: #114f8c;
	color: #ffffff;
}

#menu li.blank {
	background-color: #dadadc;
	border-bottom: 1px solid #FFFFFF;
	width: 160px;
	padding: 4px 0px 4px 10px; /* top right bottom left */
}

#menubanner {
	border-bottom: 1px solid #8c928c;
	border-top: 1px solid #8c928c;
	background-color: #d9dff1;
	margin-top: 10px;
}

#content {
	color: #114f8c;
	float: left;
	width: 499px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 20px;
	min-height: 500px;
}

.place {
	display: none;
}

#content select {
	width: 266px;
}

#content input, #content select, #content textarea {
	border: 1px solid #085121;
}

#content img.imgthumb {
	border: 1px solid #114f8a;
	cursor: pointer;
}

#content div.margin {
	margin: 10px 7px 0px 7px; /* top right bottom left */
}

#content div.img {
	width: 110px;
	float: left;
}

#content img.left
{
	margin-right: 7px;
}

#content img.right
{
	margin-left: 7px;
}

#content a, #content a:hover {
	color: #007cb2;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content div.boxLeft, #content div.boxRight {
	margin: 5px;
	padding: 10px;
	width: 260px;
	background: #EBF7F7;
	background: url(../images/bg-box.jpg);
}

#content div.boxLeft {
	float: left;
}

#content div.boxRight {
	float: right;
}

#content div.box
{
	font-weight: bold;
	color: #FFFFFF;
	background: #114f8a;
	padding: 5px;
}

#content h4 {
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
}

#content ul {
	padding-left: 30px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p.date {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #6A6693;
}

#content fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content dl {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#content dt {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#content dd {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	background-image: url(/images/bg-footer.jpg);
	background-color: #114f8a;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	width: 800px;
	height: 26px;
	line-height: 17px;
}

#footer p {
	padding: 0px;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #114f8c;
}

#subfooter {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #114f8c;
	width: 800px;
	height: 38px;
}

#subfooter p {
	padding: 0px;
	margin: 0px;
}

#subfooter a, #subfooter a:hover, #subfooter a:link, #subfooter a:active, #subfooter a:visited {
	text-decoration: none;
	color: #114f8c;
}

#subfooter a:hover {
	text-decoration: underline;
}

#information {
	display: none;
}

strong.pager, a.pager {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-size: 14px;
	width: 34px;
	height: 24px;
	background-image: url(../images/bg-pager.gif);
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.pager2 {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
}

