@charset "utf-8";
body {
	background-color: #EFEFEF;
	margin: 0px;
	background-image: url(images/bgnd_grad_blue.gif);
	background-repeat: repeat-x;
}

#PageContainer {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8A8A8;
	border-left-color: #A8A8A8;
}
#Header {
	height: 82px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
	margin-bottom: 6px;
}
#logo {
	float: left;
}

#MenuBar {
	width: 430px;
	float: right;
	height: 23px;
	margin-top: 56px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Banner {
	height: 220px;
	width: auto;
	background-color: #666666;
}
#Content {
	width: 50em;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	vertical-align: middle;*/
}
#MainContentBanner {
	background-color: #D2D2D2;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	font-style: italic;
	height: 40px;
	text-align: center;
	margin-top: 8px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Content a:link {
	color: #CC0000;
}
#Content a:visited {
	color: #CC0000;
}
#Content a:hover {
	color: #CC0000;
}
#Content a:active {
	color: #CC0000;
}

#MainTextBox {
	width: 550px;
	font-size: 11px;
	padding-bottom: 30px;
	margin-left: 230px;
}
#MainContentTable {
	margin-top: 15px;

}

#DashboardImages {
	float: right;
}
.TableHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
#TableContents {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-left-color: #D2D2D2;
	font-size: 11px;
}
#TableContents  td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	background-position: top;
	vertical-align: top;
	padding: 10px;
}
#VerticalMenu {
	font-size: 11px;
	width: 170px;
	float: left;
	list-style-position: outside;
	text-align: right;
	font-weight: bold;
	padding-top: 65px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#VerticalMenu  p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#VerticalMenu a:link {
	color: #333333;
	text-decoration: none;
}
#VerticalMenu a:visited {
	color: #333333;
	text-decoration: none;
}
#VerticalMenu a:hover {
	color: #333333;
	text-decoration: none;
}
#VerticalMenu a:active {
	color: #333333;
	text-decoration: none;
}
#Clientheader
{
	padding-bottom:5px;
	padding-top:3px;
	margin:0;
	font-weight:bold;
}

#Footer {
	height: 25px;
	background-color: #D9D9D9;
	font-size: 10px;
	color: #696969;
	line-height: 24px;
	padding-left: 25px;
	padding-right: 25px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/*border: 1px solid #A8A8A8;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A8A8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8A8A8;
}
#Copyright {
	float: left;
}
#FooterLinks {
	float: right;
	height: 25px;
}

.ContentHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	padding-bottom: 15px;
	font-size: 22px;
	padding-top: 20px;
}
