body
{
	margin: 0px;
	text-align: center;
	background: #bcbcbc;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}



#outer
{
	text-align: center;
	margin: 0 auto;
	width: 790px;
	background-image: url('bg.gif');
	background-repeat: repeat-y;
}

#inner
{
	margin: 0 auto;
	width: 771px;
	text-align: left;
}

#header
{
	height: 105px;
	width: 771px;
	background-image: url('header.gif');
	background-repeat: none;
}

#leftbar{
	border:0px solid red;
	float: left;
	width: 225px;
}

#leftbar ul{
	padding-top:300px;
	position:relative;
	border:0px solid black;
	align:left;
	left:-20px;
	list-style-type:none;
}

#leftbar li{
	border:0px solid blue;
	padding:5px;
}

#leftbar li a{
	font-weight:bold;
	text-decoration:none;
	color:#223966;
}

#content
{
	margin-left: 227px;
	padding: 5px;
}

#footer
{
	height: 35px;
	background-color: #223966;
	text-align:center;
	padding-top:10px;
	color:#fff;
}
#footer a{
	color:#fff;
}

#inner,
#header,
#mda
{
	position: relative;
}

#headerlink
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 32px;
	color: white;
	font-weight: bold;
	text-decoration: none;

	position: absolute;
	top: 35px;
	left: 60px;
	z-index: 11;
}

#headerArrow
{
	position: absolute;
	top: 25px;
	right: -18px;
	z-index: 10;
}

div#mda
{
	height: 350px;
	padding: 0px;
	text-align: center;
}
#mdaForm
{
	position: absolute;
	top: 105px;
	left: 225px;
	z-index: 12;
}

#mdaForm * 
{
	position: absolute;
}

.mdaLabel
{
	font-size: 16px;
	color: #223966;
	font-weight: bold;
	font-family: Arial Narrow;
}

.mdaText
{
	padding-top: 7px;
	font-size: 11px;
	color: #223966;
	font-family: Tahoma;

	width: 190px;
}

input.mdaTextField
{
	padding-top: 7px;
	width: 200px;
	height: 24px;
	font-size: 14px;
	font-family: Arial;
	border: 1px solid #a2a2a2;
	background-color: #dfdfdf;
}


h1, h2
{

	background-color: #223966;
	height: 25px;
	padding: 8px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	color: white;

}
