body {
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_blend.png);
	background-repeat: repeat-x;
}

a {
	font-family: Verdana, Sans-Serif;
	color: #39a9c1;
}


h1 {
	font-size: 11pt;
	color: #00467f;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 10pt;
	color: #00467f;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 5px;
}

h3 {
	font-size: 10pt;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}


/* global font-size */
div, p, td {
	font-size: 9pt;
	font-family: Verdana, Sans-Serif;
	color: #333333;
}

p {
	line-height: 1.5em;
}

input, select, option, textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 7.5pt;
	border: 1px solid #9C9C9C;
	color: #00467f;
}

input.fixed_width {
	width: 200px;
}

input.no_border {
	border: 0px solid #9C9C9C;
}

option {
	font-family: Verdana, Sans-Serif;
	font-size: 7.5pt;
	color: #333333;
	border: 0px solid #fff;
	color: #00467f;
}

div#container {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	padding: 0px;
	background-repeat: repeat-y;
}

div#page_header {
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 120px;
	background-image: url(/images/header_bg.png);
	background-repeat: no-repeat;
}

img#page_header_logos
{
	position: relative;
	float: right;
	top: 18px;
	right: 524px;
	border-style: none;
}

img#page_header_inside
{
	position: relative;
	float: right;
	top: 13px;
	right: -345px;
	border-style: none;
}

div#page_content {
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-y;
	width: 950px;
}

div#secondary_page_content {
    background-image: url(/images/content_top_bg.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

div#user_and_search
{
	position: relative;
	text-align: right;
	top: 13px;
	clear: both;
	width: 900px;
	padding-right: 20px;
	vertical-align: middle;
}

div#current_user 
{
	display: inline;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

div#crumb_trail {
	padding-bottom: 10px;
    padding-left: 10px;
	border-bottom: 1px solid #a7a9ac;
	font-size: 7.5pt;
}

div#crumb_trail a {
	font-size: 7.5pt;
	color: #536873;
}

div#secondary_nav {
	display: inline;
	background-color: #ced8de;
	margin-top: 1em;
}

table#two_column {
	position: relative;
	padding: 0px;
	margin: 0px;
}

table#two_column td#left_column {
	vertical-align: top;
	width: 180px;
    background-color: #d0d8de;
}

table#two_column td#right_column {
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 0px;
	width: 705px;
}

div#page_footer {
	clear: both;
	text-align: left;
	width: 950px;
	margin: 0px auto;
	padding: 5px;
	color: #99ABB5;
	font-size: 7.5pt;
}

div#sub_page_footer {
	margin: 0px auto;
	width: 950px;
	height: 30px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/images/content_bottom_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
div#sub_page_footer_wiki {
    margin: 0px auto;
    width: 950px;
    height: 30px;
    padding: 0px;
    background-color: #fff;
    background-image: url(/images/content_bottom_bg_wiki.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div#page_footer td, div#sub_page_footer td {
	color: #99ABB5;
	font-size: 7.5pt;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
div#page_footer td, div#sub_page_footer_wiki td {
    color: #99ABB5;
    font-size: 7.5pt;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}
div#page_footer a, div#sub_page_footer a {
	color: #99ABB5;
}
div#page_footer a, div#sub_page_footer_wiki a {
    color: #99ABB5;
}
table.data {
	border-top: 1px #cccccc solid; 
	border-left: 1px #cccccc solid
}

table.data th {
	text-align: center;
	background-color: #ced8de; 
	border-right: 1px #cccccc solid; 
	border-bottom: 1px #cccccc solid;
	font-size: 90%;
}

table.data td {
	border-right: 1px #cccccc solid; 
	border-bottom: 1px #cccccc solid;
	font-size: 95%;
}

div.box {
	text-align: center; 
	background-color: #ced8de; 
	padding: 15px; 
	border: 1px #cccccc solid;
}

div.box ul {
	text-align: left;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

div.box ul li {
	text-align: left;
}

div.message {
	padding: 15px; 
	border: 1px #cccccc solid; 
	background-color: #dfe9a0;
}

div#tab_page_content {
	border-bottom: 1px solid #a7a9ac;
	float: left;
	width: 100%;
}

div#crumb_trail_with_tabs {
	padding-bottom: 10px;
    padding-left: 10px;
	float: left;
	font-size: 7.5pt;
}

div#crumb_trail_with_tabs a {
	font-size: 7.5pt;
}

div#tabs {
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	float: right;
}

div#tabs ul {
	float: left;
	width: 261px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: url(../images/tabs.gif) top left no-repeat;
}

div#tabs ul.nextTab {
	background-position: bottom left;
}

div#tabs li {
	float: left;
	padding-left: 25px;
	padding-right: 20px;
	margin-top: 3px;
	height: 21px;
}

div#tabs li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

div#wiki {
	position:relative;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

