* html>body {

}

/* permanent vertical scrollbar */
html {
	overflow-y: scroll;
	
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
	border: none;
	font-family: "Lucida Sans", Tahoma, Arial, "Times New Roman", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
}

table th, table td {
	vertical-align: top;
}

p,td,th,input,textfield,li {
	font-size:12px;
}

div.clear {
	clear: both;
}

form,img,a,h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	border: none;
}

hr {
	height: 1px;
	color: #808080;
	margin-bottom: 1em;
}

h1,h4 {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom:1em;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #707070;
	margin: 2em 0 1em 0;
	border-bottom:1px solid #aaa;
	padding-bottom:2px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: red;
}



p {
	font-weight: normal;
	padding: 0;
	margin: 0em 0em 1em 0em;
	color: black;	
}


input {
	z-index: 10;
}


img {
	border: none;	
}


a {
	color: red;
	text-decoration: underline;
	font-weight: bold;

}

a:hover {
	color: black;	
}


table.style1 {
	width:100%;
}

table.style1 td, table.style1 th {
	padding: 0.25em 0 0.30em 0.45em;
	text-align: left;
	border-bottom: 1px solid #aaa;
}

div#layout_container {
	height: 100%;
	width: 1000px;
	padding-bottom: 75px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #C0C0C0; 
	border-top: none;
	border-bottom: 3px solid black;
	background-image: url('page_background.gif');
	background-repeat: repeat-y;
	background-color: transparent;
}

div.layout_centered {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

div#layout_header {
	height: 102px;
	width: 1000px;
	position: relative;
	background-color: #FFF;
	background-image: url('header_background.gif');
	background-repeat: repeat-x;
}

div#layout_header div#logo {
	height: auto;
	width: auto;
	margin-left: 32px;
	position: absolute;
}

div#layout_header div#banner {
	height: 60px;
	width: 468px;
	margin-top: 20px;
	margin-left: 260px;
	position: absolute;
	border: 1px solid black;
}

div#layout_header div.banner img {
	
}


div#layout_sidebar_left {
	height: auto;
	width: 185px;
	float: left;
}

div#navigation {
	height: auto;
	_height: 600px;
	min-height: 500px;
	width: 185px;
	padding-top: 27px;
	background-image: url('nav_background.jpg');
	background-repeat: no-repeat;	
	position: relative;
}

div#navigation a {
	text-decoration: none;
}

div.navitem_level1,
div.navitem_level2 {
	height: 22px;
	width: auto;
	max-height: 22px;
	padding-top: 1px;
	line-height: 22px;
	vertical-align: middle;
	
}

div.navitem_level1 {
	margin-left: 8px;
}

div.navitem_level2 {
	margin-left: 18px;
}

div.navitem_level2 a {
	color: white;
}

a.navlink {
	font-family: 'Lucida Sans', 'Tahoma', 'Arial';
	font-size: 12px;
	font-weight: normal;
	color: white;
	display: inline;
}

a.navlink:hover {
	text-decoration: underline;
}

a.arrow_east_white {
	background-repeat: no-repeat;
	padding-left: 1.25em;
	background-position: 3px 50%;	
	background-image: url('nav_linkarrow_east_white.gif');
}

a.arrow_east_black{
	background-repeat: no-repeat;
	padding-left: 1.25em;
	background-position: 4px 50%;	
	background-image: url('nav_linkarrow_east_black.gif');
}

a.arrow_south_white {
	background-repeat: no-repeat;
	padding-left: 1.25em;
	background-position: 0% 50%;	
	background-image: url('nav_linkarrow_south_white.gif');
}

div#layout_contentarea {
	height: auto;
	min-height: 400px;
	width: 567px;
	margin-bottom: 40px;
	float: left;
	background-color: white;
	background-image: url('contentarea_background.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#layout_contentarea div.content {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

div#layout_sidebar_right {
	position: absolute;
	left: 752px;
	width: 248px;
	height: 100%;
	_height: 500px;
	background-image: url('sidebar_right_background.gif');
	background-repeat: no-repeat;
}

div#layout_sidebar_right div.logos {

}

div#layout_sidebar_right div.content {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}


div#layout_sidebar_right div.content p {
	color: white;	
}


div#layout_footer {
	width: auto;
	margin-top: 2px;
	margin-bottom: 5em;
}

div#layout_footer a {
	font-size: 10px;
	color: #797979;
}

div#layout_footer div.content {
	padding: 4px;
	padding-left: 5px;
	padding-right: 5px;
}