html, body, div{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #444444;
	background-color: Transparent;
	padding: 0px;
	margin: 0px;
	border: none;
}

html, form, body{
	height: 100%;
	
}
html
{
/*overflow-Y:hidden;*/
}
body{
	background-color: #c5cfd9;
	background-image: URL('/Images/DDB_BG-tile.gif');
	background-position: left top;
	background-repeat: repeat-x;
	
}

div{
	overflow: hidden;
}

#Container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 985px;
	height: 100%;
	overflow: visible;
}

#LineRight{
	position: absolute;
	top: 0px;
	left: 980px;
	width: 4px;
	height: 154px;
	background-color: #dce2e8;
}

#Main{
	position: absolute;
	top: 154px;
	left: 0px;
	width: 984px;
	height: auto;
	/*overflow: auto;*/
}

#Banner{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 145px;
}

#Menu1{
	position: absolute;
	top: 42px;
	left: 0px;
	width: 980px;
	height: 18px;
}

#Menu2{
	position: absolute;
	top: 89px;
	left: 0px;
	width: 980px;
	height: 48px;
}

.Footer{
	padding: 5px;
	text-align: right;
	color: #6088b5;
}

.Footer a{
	color: #6088b5;
}

.Footer a:hover{
	color: #444444;
}

a img{
	border: none;
}

a{
	text-decoration: none;
}

.Hilight, .Highlight{
	font-weight: bold;
}

.Error{
	color: #2C3D98;
}

h1, h2, h3, h4, h5, h6, h7{
	display: inline;
	font-weight: normal;
}

.SubHead, .PageHead, .PageHeading, .SubHeading, h1{
	font-size: 10pt;
}

.SubHead2, .SubHeading2, h2{
	font-size: 9pt;	
}

.FooterTD{
	text-align: right;
	vertical-align: top;
}

.FormField{
	border: solid 1px #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
}

.DefaultTxtPad{
	padding: 17px;
	font-size: 9pt;
}
.HeadingBR
{
line-height:5px;
}
a{
	text-decoration: none;
	color: #4075a9;
}

a:hover{
	color: #000000;
}

.Hand{
	cursor: pointer !important;
}

.Heading a{
	color: #4075a9;
	font-size: 12pt;
}

.Heading a:hover{
	color: #000000;
}

ul, li{
	margin:0px;
	margin-left: 8px;
	padding: 0px;
}

ul
{
	margin-bottom:15px;
	margin-top:5px;
	
}