html
{
	background-color: #ffffff;
	background-image: url("../img/d1/bgtop.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin: 3px auto;
	width: 980px;
}

a
{
	color: #003366;
	text-decoration: none;
}
a:visited
{
	color: #003366;
}

#header,#navbar
{
	clear:both;
	float:left;
	width:100%;
}

#logo
{
	float: left;
	margin: 2px;
}
#regions
{
	float: right;
}

#menu
{
	float: left;
	width: 970px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 29px;
	font-size: 1.1em;
	line-height: 29px;
	text-align: center;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	display: inline;
	margin: 0 13px;
	font-weight: bold;
	color: #003366;
	font-family: Arial;
}
#menu a
{
	line-height: 29px;
	padding: 3px; 
	color: #003366;
	text-decoration: none;
}
#menu a:hover
{
	text-decoration: underline;
	background-color: #e5e5ff;
}

#search
{
	float: right;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 26px;
	padding-top: 3px;
	overflow: hidden;
}

#left_column
{
	margin: 5px 5px 5px 0;
	width: 184px;
	float: left;
	clear: left;
}
.admin_links_head
{
	padding: 0;
	margin: 0;
}
.left_head
{
	background-image: url("../img/d1/left-head.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 1em;
	list-style: none;
}
.left_head a
{
	color: #ffffff;
	text-decoration: none;
}
.default_links
{
	line-height: 100%;
	clear:left;
	float:left;
	width:100%;
	margin: 0;
	padding-left: 0px!important;
}
.default_links li
{
	list-style-type:none;
	background-image:url(../img/d1/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.4em .3em;
	padding-left:16px;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
	padding-bottom: 5px;
	marker-offset: 0px;
}
.default_links a:hover
{
	background-color: #ccccff;
}
.default_links a
{
	display: block;
	padding: 3px 0;
	color: #0033a8;
	text-decoration: none;
	font-family: Arial;
	font-size: 1em;
}

#main
{
	float: right;
	margin-top: 5px;
	width: 790px;
	background-image: url("../img/d1/content-head.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#main_short
{
	float: right;
	margin-top: 5px;
	width: 790px;
	background-image: url("../img/d1/content-head-short.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#content_logo
{
	margin: 20px 0 0 62px;
	display: inline;
	float: left;
}

#content_info
{
	margin: 20px 40px 0 0;
	display: inline;
	width: 400px;
	float: right;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.9em;
}

#content_tabs
{
	margin-left: 4px;
	margin-top: 228px;
	border-left: 1px solid #cccccc;
}
.tab_head
{
	width: 88px;
	height: 39px;
	background-image: url("../img/d1/tabbg.gif");
	text-align: center;
	padding: 0;
	color: #003399;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}
.tab_head_selected
{
	width: 88px;
	height: 39px;
	background-image: url("../img/d1/tabbg-selected.gif");
	text-align: center;
	padding: 0;
	color: #003399;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}

#tab_content
{
	margin: 7px 4px 0 2px;
	padding: 0 12px 10px 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #515151;
}

#tab_end
{
	margin: 0 0 5px 3px;
}
.home_headings {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}
.blue_heading_large {
	font-size: 14px;
	font-weight: bold;
	color: #023064;
}
.blue_heading {
	font-size: 12px;
	font-weight: bold;
	color: #023064;
}
.grey_main {
	font-size: 9px;
	color: #515151;
}



#footer
{
	width: 980px;
	clear: both;
	border-top: 1px solid #cccccc;
	text-align: center;
	padding-top: 5px;
	font-family: Arial;
}
#footer ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-variant: small-caps;
}
#footer li
{
	display: inline;
	margin: 0 7px;
	font-weight: bold;
	color: #003366;
	font-family: Arial;
	font-size: small;
	color: #cccccc;
	font-variant:
}
#footer a
{
	color: #003399;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

.float_left
{ float: left; }
.float_right
{ float: right; }

