html {
	height: 100%;
}
body {
	color: #000000;
	background-color: #002b48;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #0e2f4c;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

#wrapper {
	width: 930px;
	min-height: 567px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 33px;
	margin-bottom: 0px;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#search {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555655;
	width: 400px;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
}
#search * {
	vertical-align: middle;
}

#search  #searchfield {
	margin-right: 7px;
	margin-left: 9px;
	background-image: url(/assets/images/bg_search.gif);
	height: 19px;
	width: 151px;
	font-size: 12px;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px none #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#search input {
	margin: 0px;
	padding: 0px;
}
#nav-page-wrapper {
	background-image: url(/assets/images/bg_nav_page_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 15px;
}
#nav-page {
	float: left;
	width: 152px;
}

#contents-page {
	float: left;
	width: 683px;
	margin-left: 27px;
}
#breadcrumb {
	float:left;
	width:483px;
	text-align:left;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #3A4E5F;
	font-size: .9em;
	margin-right: 0px;
	margin-left: 0px;
}
#breadcrumb a {
	font-weight: bold;
	font-size:85%;
	line-height:1em;
	text-decoration: none;
}
#breadcrumb a: hover {
	text-decoration: underline;
}
#breadcrumb a: visited {
	text-decoration: underline;
}
#breadcrumb a: active {
	text-decoration: underline;
}

#page-links {
	float:left;
	width:200px;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #3A4E5F;
	font-size: .9em;
	margin-right: 0px;
	margin-left: 0px;
}
#page-links a {
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-size:85%;
	line-height:1em;
	text-decoration: none;
}
#page-links a: hover {
	text-decoration: underline;
}
#page-links a: visited {
	text-decoration: underline;
}
#page-links a: active {
	text-decoration: underline;
}


#footer {
	background-color: #b4cd95;
	font-size: 0.8em;
	line-height:1em;
	height: auto;
	color: #0e2f4c;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

#footer a:hover {
	color: #00529b;
	text-decoration: underline;
}

