﻿/*html, body, form
{
	height: 100%;
}*/

body
{
	margin: 0px;
}

.page
{
	width: 900px;	
	font-family: Century Gothic;
}

.header
{
	height: 100px;
	background-image: url(images/doh_logo_long.gif);	
	background-repeat :no-repeat;
	background-position: left bottom;
	width: 100%;
}

.headerContent
{
	text-align:right;
	width: 98%;
	padding-top:44px;
	font-size: 28pt;
	color: #4c4c7e;
}

.navigation
{	
	width: 100%;
	margin-bottom: 0px;
	padding: 0;
}

.content
{
	border-top: none;
	color: #7a7a8d;	
	height: 85%;
}

.content .sidebar
{
	width: 189px;
	float: left;
	height: 100%;
	background-color: #4c4c7e;
	background-image: url(images/sidebar_gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	color: #e2e2e2;
	
	border-left: solid 1px #464671;
	/*border-right: solid 1px #464671;*/
	border-bottom: solid 1px #464671;
}

.content .right
{
	width: 621px;
	float: left;
}

.content .right .main
{
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:  #e2e2e2;
	background-image: url(images/main_gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 85%;
	border-right: solid 1px #b6b6b6;
	border-bottom: solid 1px #b6b6b6;		
}

.content .right .footer
{
	color: Black;
	font-size: 8pt;
	padding: 5px 0px 0px 5px;	
}

.sidebarContent
{
	margin-top: 10px;
	font-size: 9pt;
	padding-left:10px;
}

.sidebarContent a:active, .sidebarContent a:link, .sidebarContent a:visited
{
	color: #e2e2e2;
	text-decoration: underline;
}

.sidebarContent a:hover
{
	color: #cfcfcf;
	text-decoration: none;
}

.pageTitle
{
	width: 65%;
	margin-left: 30%;
	text-align: right;
	line-height: 30px;
	border-right: solid 3px gray;
	border-bottom: solid 3px gray;
	padding-right: 4px;
	margin-bottom: 10px;
	font-weight: bold;
}