div{
	padding: 0px;
	margin: 0px;

}

body{
	
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	
}

#PageFrame{
	margin-left: auto;
	margin-right: auto;
	
	width: 900px;
	
	background-color: #1486CF;
	border: 1px solid white;
}

#Layout{
	margin-left: auto;
	margin-right: auto;
	
	background-color: #FFFFFF;
	background-image: url(images/bground.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 804px;
}

#TopFiller{
	width: 804px;
	background-color: transparent;
	height: 73px;
	
}
#TopTabs{
	
	width: 804px;
	height: 27px;

	border-bottom: 1px solid #1486CF;
	
}

#TopTabs li{
	display: inline;
	background: url(images/tabbg.gif) repeat-x center top;
	text-align: center;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
}

#TopTabs a{
	color: #1486CF;
	background: url("images/tableft.gif") no-repeat left top;
	float: left;
	padding-left: -7px;
	text-decoration: none;
}

#TopTabs a span{
	background: url("images/tabright.gif") no-repeat right top;
	display: block;
	padding: 7px 13px 4px 5px;
	float: none;
}

#TopTabs a:hover{
	color: Red;
}

div.spacer {
width: 100px; height: 10px;
}



#ContentBox{
	float: left;
	background-image: url(images/content_bground.jpg);
	padding: 10px;

	margin-top: 12px;
	margin-left: 9px;
	margin-right: 5px;
	margin-bottom: 9px;
	
	
	width: 310px;
	height: 240px;

	color: #1486CF;
	font-size: 0.8em;


}



#ContentBox h1{
	color: #EB9200;
	font-size: 1.3em;
	line-height: 150%;
	font-style: normal;
	font-family: Papyrus;
	/*, blackadder ITC;
	*/
}

#ContentBox a{
	text-decoration: none;
	color: #EB9200;
}
#ContentBox a:hover{
	text-decoration: none;
	color: Blue;
}


#IFrameBox{
	width: 290px;
	height: 240px;

	color: #1486CF;
	font-size: 0.8em;


}



#IFrameBox h1{
	color: #EB9200;
	font-size: 1.3em;
	line-height: 150%;
	font-style: normal;
	font-family: Papyrus;
	/*, blackadder ITC;
	*/
}

#IFrameBox a{
	text-decoration: none;
	color: #EB9200;
}
#IFrameBox a:hover{
	text-decoration: none;
	color: Blue;
}
#FlashBox{
	float: left;
	margin: 12px 8px 8px 8px;
	width: 432px;
	height: 258px;
/*
	background-color: #FFFFFF;

	border: 1px solid #1486CF;
	*/
	padding-top: 10px;
	background-image: url("images/fla_ground.jpg");
	background-repeat: no-repeat;
}

#IFrameBox li{
	list-style: url(images/list_umbrella.jpg);
	padding-bottom: 5px;
}

#BottomBox{
	clear: both;
	float: left;
	padding: 0px;
	margin-left: 9px;
	margin-right: 9px;

	width: 775px;

	height: 150px;
/*
	border: 1px solid #1486CF;
	*/
	
}


#BottomBoxTop{
	clear: both;
	padding: 0px;
	margin-left: 9px;
	margin-right: 9px;
	width: 775px;
	height: 13px;
	background-image: url(images/bottom_bground_top.jpg);
	background-repeat: no-repeat;

}

#BottomBoxMiddle{
	clear: left;
	float: left;
	padding-left: 10px;
	margin-left: 9px;
	margin-right: 9px;
	
	width: 765px;
	height: auto;
	background-image: url(images/bottom_bground_middle.jpg);
	
	color: #1486CF;
	font-size: 0.8em;
	
}




#BottomBoxMiddle h1{
	color: #EB9200;
	font-size: 1.3em;
	line-height: 150%;
	font-style: normal;
	font-family: Papyrus;
	/*, blackadder ITC;
	*/
}

#BottomBoxMiddle a{
	text-decoration: none;
	color: #EB9200;
}
#BottomBoxMiddle a:hover{
	text-decoration: none;
	color: Blue;
}



#BottomBoxMiddle li{
	list-style: url(images/list_umbrella.jpg);
	padding-top: 3px;
	padding-bottom: 2px;
}









#BottomBoxBottom{
	clear: left;
	padding: 0px;
	margin-left: 9px;
	margin-right: 9px;
	width: 775px;
	height: 14px;
	background-image: url(images/bottom_bground_bottom.jpg);
	background-repeat: no-repeat;
	
}
#LeftBox{

float: left;
	width: 331px;
	height: 130px;

padding-top: 10px;
padding-bottom: 10px;

}

#RightBox{

float: left;

	width: 350px;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;

}


#Footer{
	clear: both;
	padding-top: 10px;
	text-align: right;
	color: Gray;
	width: 780px;
	height: 30px;
	background-color: white;
	margin: 0px 9px 0px 9px;
	font-size: 0.6em;
	
}
#Footer a{
	color: Gray;
	text-decoration: none;
}
#Footer a:hover{
	color: Black;
	text-decoration: none;
}






