body {
	font: 11pt Helvetica, Arial, sans-serif;
	background: #F4F4F4 url(/elements/img/background.png) repeat-x scroll left top;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a, a:visited {
	text-decoration: none;
	color: #3675B3;
}
a:hover {
	text-decoration: underline;
	color: #7CB6D5;
}
#masthead {
}
#masthead span {
	display: none;
}
#masthead .login-logout {
	background: url(/elements/img/tab_top.png) no-repeat scroll left top;
	display: block;
	height: 28px;
	width: 173px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9pt;
	padding-top: 12px;
	float: right;
}
#masthead .login-logout:hover {
	color: #FCFCFC;
	text-decoration: underline;
}
#masthead #logo {
	background: url(/elements/img/logo.png) no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 200px;
}

#menu {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#subnav {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
#subnav a {
	color: #333333;
	padding-right: 0px;
	padding-left: 35px;
}
#splash {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 204px;
	background: #7CB6D5;
}
#splash #slideshow {
	width: 610px;
	background-attachment: scroll;
	background-image: url(/elements/img/splash/shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#splash .search {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px; 
}
#splash #search .search_field {
	padding: 2px 2px 2px 30px;
	font-size: 110%;
	color: #6899B3;
	margin: 5px;
	background: #FFFFFF url(/elements/img/icons/magglass_whitebg.png) no-repeat scroll 6px center;
	border: 1px solid #E0EBF8;
}
#splash #search .search_button {
	margin-left: 8px;
	font-size: 90%;
}
#content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #486670;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #486670;
}
#content #panel_left {
	background: #FBF8DE url(/elements/img/background_panel_fade.png) repeat-y scroll left top;
	width: 210px;
}
#content #panel_right {
	background: #E0EBF8 url(/elements/img/background_panel_fade.png) repeat-y scroll left top;
	width: 210px;
}
#content #info {
	background: #FFFFFF url(/elements/img/background_panel_fade_wide.png) repeat-y scroll left top;
}
#footer {
	background: #7CB6D5 url(/elements/img/footer_bottom.png) repeat-x scroll left bottom;
	height: 113px;
	margin-bottom: 20px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
}
#footer #footer_left {
	width: 20px;
	background: url(/elements/img/footer_bottom_left.png) no-repeat scroll left bottom;
}
#footer #footer_right {
	background: url(/elements/img/footer_bottom_right.png) no-repeat scroll right bottom;
	width: 20px;
}
#info #confirmed {
	background-color: #EBFCE8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #669966;
	color: #000000;
	font-size: 13px;
}
#info #confirmed p {
	margin: 0px;
	padding: 0px;
}
