body,
form {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

ul, ol {
	margin: 0 0 0 30px;
	padding: 0;	
}

a img {
	border: 0;
}

a:link,
a:visited {
	color: #407b93;
	text-decoration:none;
}

a:hover {
	color:#9bb76c;	
}

#page { 
	background: url('../images/page_bg.gif') repeat-y top left;
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 94px;
}

#lhs {
	background: #e2e9ef;
	border-right: 1px solid #FFF;
	color: #407b93;
	font-size: 11px;
	font-weight: bold;
	width: 209px;
	float: left;
}

#lhs h3 {
	border-top: 1px solid #cfdbe3;
	font-family: "Arial";
	font-size: 17px;	
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding: 15px 0px 3px 15px;
}

#search_mini label {
	padding: 0 5px 0 15px;
	line-height: 16px;
	font-size: 11px;
}

#search_mini input#query {
	border-top: 1px solid #bbbdbf;
	border-left: 1px solid #bbbdbf;
	border-right: 1px solid #f7f8f8;
	border-bottom: 1px solid #f7f8f8;
	height: 16px;
	font-size: 12px;
	width: 90px;
}

select.sectionnav {
	font-size: 12px;
}

#search_mini input#submit {
	margin: 0 15px 0 5px;
	border-bottom: 2px solid #bbbdbf;
	border-right: 2px solid #bbbdbf;
	border-left: 2px solid #f7f8f8;
	border-top: 2px solid #f7f8f8;
	color: #407b93;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	display: block;
}

#navigation li a {
	display: block;
	padding: 4px 15px;
	text-decoration: none;
}

ul.menu {
	padding-bottom: 15px;	
}

.menu li a:link,
.menu li a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #407b93;
	display: block;
}

.menu li a.current:link,
.menu li a.current:visited,
.menu li a:hover {
	color: #c0db7a;
	background: #407b93;
	font-style: italic;
}

.menu li a:hover {
	font-style: normal;
}


#submenu li a:link,
#submenu li a:visited {
	background: #f3f6f9;
	border-bottom: 1px solid #e9ebec;
	padding-left: 16px;
	font-weight: normal;
	font-style: normal;
}

#submenu li a.current:link,
#submenu li a.current:visited{
	background: #e2e9ef;
	color: #407b93;
	font-weight: bold;
}

#submenu li a:hover {
	background: #afc5d3;
	color: #407b93;
}

#subsubmenu li a:link,
#subsubmenu li a.current:link,
#subsubmenu li a.current:visited,
#subsubmenu li a:visited {
	font-size: 10px;
	padding-left: 26px;
	font-style: normal;
	background: #f3f6f9;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subsubmenu li a:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}

#content_header {
	height: 76px;	
}

#content_header img {
	display: block;	
}


#top_navigation {
	float: left;
	width: 740px;	
}

#top_navigation ul {
	clear: both;
	margin: 1px 0 0 235px;
	padding: 0;	
}

#top_navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 1px;
	width: 100px;
}

#top_navigation ul li a:link,
#top_navigation ul li a:visited {
	background: #407b93;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 3px 0;
}
#top_navigation ul li a.current:link,
#top_navigation ul li a.current:visited,
#top_navigation ul li a:hover {
	color: #c0db7a;
}

#content {
	
	float: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 120px;
	width: 700px;
	color: #555555;	
}

#clearing {
	background: url('../images/lsb_logo.jpg') no-repeat bottom right;
	clear: both;
	height: 40px;
	width: 100%;	
}

#footer {
	background: #FFF;
	clear: both;
	color: #407b93;
	font-size: 11px;
	padding: 10px 0;
	height: 5em;
}

#footer p {
	padding: 1px 0;
	margin: 0;	
}

#footer p.left {
	float: left;
	width: 30%;	
}

#footer p.right {
	float: right;
	text-align: right;
	width: 70%;	
}

#footer a:link,
#footer a:visited {
	font-weight: bold;
	text-decoration: none;	
}

#footer p.right a:link,
#footer p.right a:visited {
	padding: 0 2px;	
}

#footer a:hover {
	text-decoration: underline;	
}

