html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height:1.4;
	background:#fff url(header_blue.gif) repeat-x;
}

/* Some defaults */
a {
	text-decoration:none;
}

/* Header */
#top {
	width:100%;
	height:193px;
	background:url(header_color_alg.gif) 0 100% repeat-x;
}

#header {
	width:960px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	top:39px;
	left:0;
	display:block;
	display:block;
	text-indent: 6em;
}

#stamp {
	position:absolute;
	top:20px;
	left:0;
}

#sitename {
	position:absolute;
	top:40px;
	right:0;
}

#top .title {
	position:absolute;
	top:170px;
	right:0;
	width:407px;
	padding:10px 20px 15px;
	color:#fff;
	background:#8592bb url(header_mask_ie6.png) bottom left no-repeat;
	font:1.714em/.833 tahoma,sans-serif;
	display:block
}

/* Main navigation */

#topbar {
	position:absolute;
	top:121px;
	width:100%;
	width: 960px;
	text-align: right;
	font:2.0em/.833 tahoma,sans-serif;
	color: #8592bb;
	margin-left: 40px;
}

/* Content layout */

#content {
	width: 960px;
	margin: 25px auto;
}

#content #pagebody {
	float:left;
	width: 690px;
	margin-left: 10px;
}

#content #subnav {
	float:right;
	width:200px;
	background:url(subnav_shade.gif) 0 60px no-repeat;
	padding-left:30px;
	min-height:485px;
}

#content #pagebody.large {
	float: left;
	width: 690px;
	min-height:485px;
	margin: 0 100px;
}

/* Default headings*/

#pagebody h1 {
	font: 1.6em/1 times new roman;
	font-weight: bold;
	color:#0c2577;
	margin:.8em 0 .3em 0;
	border: 0;
}

#pagebody h2 {
	font:1.2em/1 tahoma, sans-serif;
	font-weight: bold;
	color:#0c2577;
	margin: .6em 0 .2em 0;
}

#content h3 {
	pagebody:.929em/1.615 tahoma, sans-serif;
	color:#b68f00;
	font-weight:bold;
}

#pagebody h4 {
	font:.929em/1.615 tahoma, sans-serif;
	color:#0c2577;
}

#pagebody h5 {
	font:.929em/1.615 tahoma, sans-serif;
	color:#0c2577;
}

#pagebody a:hover, #content a:focus, #content a:active {
	color:#0c2577;
}

#pagebody p {
	text-align: justify;
	margin: 3px 0;
}

#pagebody p.meta {
	font-style:italic;
	color:#808080;
}

#pagebody a {
	color:#b68f00;
	border-bottom:1px dotted;
}

#pagebody h1 a {
	color: #0c2577;
	text-decoration: none;
	border: 0px;
}

#pagebody ul, ol {
	margin: 7px;
	padding: 0 0 0 20px;
}

#pagebody li {
	margin: 0;
}

#pagebody .box {
	border: #0c2577 1px solid;
	margin: 0 20px;
}

#pagebody table {
	border-collapse: collapse;
}

#pagebody table td {
	padding: 1px 4px;
	vertical-align: top;
	margin: 0;
	border: #0c2577 1px solid;
}

/* Subnav items */
#subnav {
	font:.929em/1.2 tahoma,sans-serif;
}

#subnav h3 {
	font:normal 1em/normal;
	font-weight:normal;
	clear:left
	background:none;
	color:#0c2577;
	padding: 4px 0;
	border-bottom:1px solid #ddd;
	margin-bottom:.6em
}

#subnav a {
	color: #b68f00;
	border-bottom:1px dotted;
}

#subnav ul {
	margin-bottom:1.2em;
	list-style:none;
}

#subnav li {
	border: none;
}

#subnav li a {
	background:url(c_arrow_blue.gif) 0 .5em no-repeat;
	color:#b68f00;
	display:block;
	padding:4px 0 4px 24px;
	border: 0;
}

#subnav li a:hover {
	color:#0c2577;
	background-color:transparent;
}

#subnav li.active a {
	color:#333;
	cursor:default;
}

/* Footer */

#footer {
	clear:both;
	min-height:50px;
	background:#dfe3ee;
	border-top:20px solid #fff;
	border-bottom:20px solid #0c2577;
	padding-bottom:20px;float:left;width:100%;
	font:1.514em/.833 tahoma,sans-serif;
	color: #fff;
	text-align: center;
	padding: 25px 0 0 0;
}

#footer a {
	color: #fff;
	font:1.514em/.833 tahoma,sans-serif;
}

