/* General CSS formatting */
body {
    margin: 0;
    padding: 7px 0 10px 0;
    text-align: center; /* IE6 fix */
	background-color: #dcdbdb;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 15px 0 10px 0;
	letter-spacing: -1px;
	font-size: 28px;
}

h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 26px;
}

h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 26px;
}

h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}

h5 {
	margin: 0;
	padding: 0 0 5px 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}

a {
	color: #0033cc;
	text-decoration: underline;
}

a:hover {
	color: #0033cc;
	text-decoration: none;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* Page structure tags */
#container {
	width: 911px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: left; /* IE6 fix */
	font-size: 12px;
}

#page {
	width: 820px;
	overflow: hidden;
	background: #fff url(../img/global/content_bg.jpg) 0 0 repeat-y;
	margin: 0;
	padding: 0 47px 20px 47px;
}

#page_wide { /* 10px extra on each side */
	width: 840px;
	overflow: hidden;
	background: #fff url(../img/global/content_bg.jpg) 0 0 repeat-y;
	margin: 0;
	padding: 0 37px 20px 37px;
}

/* Header tags */
#header {
    width: 914px;
	height: 106px;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background: #004475;
}


#header_l {
	margin: 0;
	padding: 0;
	background: url(../img/global/header_l.jpg) 0 0 no-repeat;
	height: 106px;
	width: 194px;
	float: left;
}

#header_l img {
	margin: 0 0 0 23px;
	width: 171px;
	height: 106px;
}

#header_r {
    float: right;
    font-family: arial, sans-serif;
    font-size: 9pt;
    color: white;
	height: 106px;
	width: 720px;
	background: url(../img/global/header_r.jpg) right top no-repeat;
}

#header_menu_table_pos {
	padding-top: 64px;
}

#header_menu_table {
	/*padding-top: 64px;*/
	float: right;
}

.header_menu_cell {
	padding: 4px 15px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	height: 42px;
}

.header_menu_cell a:link, .header_menu_cell a:visited {
	color: #c4d0e3;
	text-decoration: none;
}

.header_menu_cell a:hover {
	color: #ffffff;
}

.header_menu_cell_on {
	padding: 4px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	height: 42px;
	background-color: white;
	color: #004577;
}

.header_menu_cell_l {
	width: 5px;
	background: url(../img/global/header_tab_l.gif) right top no-repeat;
}

.header_menu_cell_r {
	width: 5px;
	background: url(../img/global/header_tab_r.gif) left top no-repeat;
}

/* Footer tags */
#footer {
	background: url(../img/global/footer_bg.jpg) bottom left no-repeat;
	font-size: 10px;
	color: #3d3d3d;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 61px;
}

#footer_links {
	border-top: 1px solid #e4e4e4;
	margin: 0 4px 0 7px;
	padding: 10px 0 0 0;
}

#footer a {
	color: #404040;
}

#footer a:hover {
	text-decoration: none;
}

#footer_copy {
	padding: 5px 0 0 0;
}

/* Misc page tags */
#breadcrumb {
	padding-bottom: 12px;

}

.largerfont {
	font-size: 15px;
}

.orangefont {
	color: #cc6633;
}

ul.orangelist {
	color: #cc6633;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px 28px;
}

ul.orangelist li {
	padding: 2px 0 2px 0;
}

ul.categorylist {
	margin: 10px 20px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
}

ul.categorylist li {
	padding: 6px 0 6px 0;
}

ul.categorylist li a {
	font-size: 12px;
	color: #0033cc;
	text-decoration: underline;
	display: block;
}

ul.categorylist li a:hover {
	text-decoration: none;
}

.row {
	width: 100%;
	overflow: hidden;
}

.left_col {
	width: 540px;
	float: left;
}

.right_col {
	width: 290px;
	float: left;
}

.left_col p {
	padding-right: 20px;
}
