@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* Base Margin */

#header,
ol#nav,
#content {
	margin-bottom: 10px;	
}

/* General Style */

html {
	color: black;
	background: #ccc url("/common_parts/body_top.png") 50% 10px no-repeat;
}

body {
	margin: 20px auto;
	padding: 0 20px 20px;
	width: 780px;
	color: black;
	background: white url("/common_parts/body_bottom.png") left bottom repeat-y;
	line-height: 1.5;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: black;
	padding: 10px;
	background: white url("/common_parts/h1_bg.png") no-repeat;
}

h2 {
	font-size: medium;
	color: black;	
	background: white;
	padding: 3px 10px;
	border-top: 2px solid #004080;
	border-bottom: 1px solid #004080;
}

h3 {
	font-size: small;
	color: black;
	padding-left: 5px;
	border: 1px solid #ccc;
	background: #eee;
}

h3 span.text {
	display: block;
	margin: 3px 3px 3px 0;
	padding: 2px 2px 2px 10px;
	border-left: 5px solid #004080;
}

h4 {
	font-size: small;
	color: black;	
	padding: 0 10px;
	background: white;	
	border-left: 5px solid #004080;	
}

h5 {
	font-size: small;
	color: black;
	background: white;
}

p, address {
	padding: 0 10px;
}

p,
ol, ul, dl,
address, form, textarea,
table {
	font-size: small;
}

a:link {
	color: #037;
	text-decoration: none;
}

a:visited {
	color: #636;	
	text-decoration: none;
}

a:hover {
	background: #eee;
	text-decoration: underline;
}

#siteId a:hover {
	background: white;
}

a img {
	border: none;
}


/* Misc */

img, object, embed {
	vertical-align: bottom;
}

address, cite {
	font-style: normal;
}

em {
	font-style: normal;
	font-weight: bold;
}


dfn, abbr {
	font-style: normal;
	border-bottom: 1px dotted black;
}

.rssSec {
	clear: both;
}

.rssSec p {
	float: left;
}

.rssSec .rss {
	clear: both;
	padding-left: 17px;
	background: url("/common_parts/rss.png") 0 2px no-repeat;
}


/* #header Block */

#header {
	float: left;
	width: 780px;
}

#header #siteId {
	float: left;
	width: 370px;
}

#header #helpMenu {
	float: right;
	width: 410px;	
}

#header #helpMenu ul {
	text-align: right;
}

#header #helpMenu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid black;
}

#header #helpMenu ul li.skip {
	border-left: none;
}

#header form {
	margin-top: 5px;
	text-align: right;
}

#header form fieldset {
	border: none;
}

#header form fieldset label img {
	margin-right: 3px;
	vertical-align: middle;
}

#header form fieldset input#search {
	margin-right: 5px;
	width: 15em;
}

#header form fieldset button {
	border: 2px outset white;
	background: #eee;
}


/* ol#nav Block */

ol#nav {
	clear: both;
	float: left;
	width: 780px;
	background: url("/parts/nav/nav_bg.png") repeat-x;
}

ol#nav li {
	display: block;
	float: left;
	width: 160px;
}

ol#nav li.home {
	width: 140px;
}

ol#nav li a:hover {
	display: block;
	background: url("/parts/nav/hover_bg.gif") no-repeat;
}


/* #content Block */

#content {
	clear: both;
	float: left;
	width: 780px;
}

#content a.linkHighLight {
	clear: both;
	padding-left: 15px;
	background: url("/common_parts/marker.png") 0 2px no-repeat;
}

#content a.outLink {
	clear: both;
	padding-left: 15px;
	background: url("/common_parts/marker_outlink.png") 0 2px no-repeat;
}


/* #footer Block */

#footer {
	clear: both;
}

#footer p {
	margin-bottom: 0;
	padding: 3px 10px;
	background: #eee;
}

#footer address {
	padding: 3px 0;
	text-align: right;
}

