html, body 
{ 
	margin: 0px; padding: 0px;
}

body 
{
	font-size:100%;
	background: #A7A697 url('../Images/BGs/bg.gif') repeat-y top center;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #181D61;
	text-decoration: none;
}

h4
{ 
	font-size: 1.1em; 
	color: #181D61; 
	background-color: #EAE6D0; 
	text-decoration:none;
}

h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #181D61;
	text-decoration: none;
	text-align:center;
}


h5 a 
{
	font-size: 11px;
	color: #554;
}



.FlashHomeBannerStyle
{
width: 800px;
height: 500px;
border: 0px solid red;
position: absolute;
margin-top: 0px;
margin-left: 0px;
background: transparent;
background-repeat:no-repeat;
}





.MenuStyle
{
	width: 190px;
	height: 450px;
	border: 0px solid green;
	position: absolute;
	margin-top: 500px;
	margin-left: 0px;
	background: #181D61;
	background-repeat:no-repeat;
	color: #EAE6D0;
	padding: 10px 0px 0px 0px;
}

.MenuStyle ul 
{
	list-style-type : bullet;
	padding: 0px 0px 0px 12px;
	text-indent: 0px;
	text-align:left;
}

.MenuStyle li 
{
	border-bottom: 0px solid #EAEADA;
	border: 0px solid green;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	
}

.MenuStyle a 
{
	font-size: 14px;
	color: #554;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
	text-align:left;
}

.MenuStyle a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EAE6D0;
	text-decoration: none;
}

.MenuStyle a:hover 
{
	background: #F0F0EB;
	color: #654;	
}

.MenuStyle a:visited:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:  #654;
	text-decoration: none;
}


.MenuStyle a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EAE6D0;
	text-decoration: none;
}




.ContentTitleStyle
{
	width: 575px;
	height: 30px;
	border: 0px red;
	position: absolute;
	margin-top: 500px;
	margin-left: 200px;
	background: #EAE6D0;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #181D61;
	text-decoration: none;
}

.ContentStyle
{
	width: 580px;
	height: 420px;
	border: 0px red;
	position: absolute;
	margin-top: 530px;
	margin-left: 205px;
	background: #EAE6D0;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6B6330;
	text-decoration: none;
	text-align: justify;

}

.ContentStyle table
{


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6B6330;
	text-decoration: none;
	text-align: justify;

}

.FooterStyle
{
	width: 800px;
	height: 50px;
	border: 3px solid blue;
	position: absolute;
	margin-top: 750px;
	margin-left: 0px;
	background: #EAE6D0;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	padding: 30px 15px 0px 202px;
}

.accordionItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.accordionItem h2 
{ 
	margin: 0; 
	font-size: 1.1em; 
	padding: 0.4em; 
	color: #ffffff; 
	background-color: #181D61; 
	text-decoration:underline; 
	border-bottom: 1px solid #66d; 
}

.accordionItem h2:hover 
{ 
	cursor: pointer; 
}

.accordionItem div 
{ 
	background-color: #EAE6D0; 
	border: 0px solid #181D61; 
}

.accordionItem.hide h2 
{ 	color: #EAE6D0; 
	background-color: #181D61; 
	text-decoration:none; 
}

.accordionItem.hide div 
{ 
	display: none; 
}

.accordionItem h4 
{ 
	font-size: 1.1em; 
	color: #181D61; 
	background-color: #EAE6D0; 
	text-decoration:none;
}