* {padding:0px;}
p { margin-top: 12px;}

body
{
	background-color: #F3F3F3;
	text-align: center;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color: white;
}

a
{
	color: white;
}
a:hover
{
	color: white;
}

#outer,
#bottomouter
{
	width:785px;
	text-align: center;
	margin: 0 auto;
	position: relative;

}

#bottomouter
{
	background: url(_greybar.jpg);
	background-repeat: repeat-y;
/*	top:5px;*/
/*	left:2px;*/
}


#main{
	background: url(_flagtop.jpg);
}

#main,
#bottommain,
#footer
{
	width: 785px;
	margin: 0px;
	text-align: center;
	position: relative;
}


#mda,
#content
{
	text-align: left;
	margin: 0 auto;
}

#outer img,
#mda div,
#menu
{
	position: absolute;
}


#mda
{
	background: url(_mda.gif);
	background-repeat: no-repeat;
	width: 772px;
	height: 445px;
	position: relative;
	left:35px;
	
}

#header,
#header a
{
	font-family: Trebuchet MS, Arial;
	color: white;
	font-size: 30px;
	text-decoration: none;

}

#header
{
/*	width: 100%;*/
	height: 97px;
	padding-top: 20px;
/*	padding-left: 15px;*/

}

#headertext
{
/*	border: 1px solid red;*/
	color: #6bb263;
	text-align:center;
	padding-top:30px;
/*	left:-60px;*/
}

#menu
{
	top: 5px;
	left: 2px;
}

#subtheme_menu {
	padding:0;
	margin-left:10px;
	margin-top:0px;
	list-style-type:none;
  }
#subtheme_menu li {
	margin:0 0 0 0;
	text-align:center;
  }
#subtheme_menu a, #subtheme_menu a:visited {
	display:block;
	height:36px;
	width:231px;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-top:8px;
	color:#fff;
}

#subtheme_menu a:hover {
	text-decoration:underline;
}

#content
{
/*	margin-top:-16px;*/
	width: 500px;
	font-size: 12px;
	font-family: Arial;
	margin-left: 260px;

}

#footer
{
	margin-bottom: 0px;
	height:45px;
	padding-top:10px;
	text-align: center;
	background: url(_bottom.jpg);
	background-repeat:no-repeat;

}

#footer a
{
/*	color: white;*/
	font-size: 12px;
	font-weight: bold;
}

H1, H2
{
	text-align:center;
	color: white;
	font-size: 24px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial;
}

#mdaForm
{
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 12;
}

#mdaForm * 
{
	position: absolute;
}

.mdaLabel
{
	font-size: 16px;
	color: #002e3f;
	font-weight: bold;
	font-family: Arial Narrow;
}

.mdaText
{
	padding-top: 7px;
	font-size: 11px;
	color: #002e3f;
	font-family: Tahoma;

	width: 190px;
}

input.mdaTextField
{
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	height: 24px;
	font-size: 14px;
	font-family: Arial;
	border: 1px solid #002e3f;
	background-color: #dfdfdf;
	
}

