*
{
	margin: 0;
  	padding: 0;
}

html {
 	height: 100%;
}

body {
  	background-color:#7B9EC6;
  	text-align:center;
  	height:100%;
	font-family:"Trebuchet MS" , Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#777;
}

#flashcontent {
	position:relative;
	margin:0 auto;
	width:980px;
	height:100%;
}

#contentDiv
{
	margin:0 auto;
	width:750px;
  	background-color:#FFF;	
  	text-align:left;
}

#leftDiv
{
	width:450px;
	float:left;
	margin-left:30px;
	display:inline;
}
#rightDiv
{
	width:210px;
	float:right;
	margin-right:25px;
	display:inline;
}

#clearDiv
{ 
	clear:both;
	margin-left:30px; 
}

#logoH1
{
	width:748px;
	height:175px;
	margin-left:1px;
	background:url(/img/html/header.gif) no-repeat left top;
	text-indent:-3000px;
}
#strapH2
{
	width:748px;
	height:22px;
	margin-left:1px;
	background:url(/img/html/strap.gif) no-repeat left top;
	text-indent:-3000px;
}

p
{
	margin-top:12px;
	margin-bottom:12px;
}

h3, h4
{
	font-size:15px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:14px;
	background-color:#E7EDF7;
	border-bottom:1px solid #C3D4EC;
	color:#336699;
	padding:2px 5px;
}
h4
{
	font-size:11px;
	padding:1px 5px;
	margin-top:18px;
}


ul.menuUl
{
	list-style-type:none;
	margin:10px 0 15px 0;
}
ul.menuUl li
{
	background-color:#E7EDF7;
	margin:1px 0;
	padding:2px 10px;
}
ul.menuUl li.startLi
{
	background-color:#C3D4EC;
	color:#336699;
	font-weight:bold;
}

a
{
	text-decoration:none;
	color:#336699;
}
a:hover
{
	text-decoration:underline;
}
a:visited
{
	text-decoration:none;
	color:#003366;
}