body {
  text-align: center;
  }
  
a:link {color:#FFFFFF; text-decoration:none;
}
a:visited {color: #FFFFFF; text-decoration:none;
}
a:hover {text-decoration: none; color: #FFFFFF;
}
a:active {color: #FFFFFF;text-decoration: none
}
    
  
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	font-family:tahoma;
}  

.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	font-family:tahoma;
}  

.style3 {
	color: #66FFFF;
	font-weight: normal;
	font-size:24px;
	font-family:tahoma;
}  

.style4 {
	color: #22728B;
	font-weight: bold;
	font-size:12px;
	font-family:tahoma;
}  

.style5 {
	color: #FFFFFF;
	font-weight: normal;
	font-size:11px;
	font-family:tahoma;
}  

/* Header text on each page */
.style6 {
	color: #66FFFF;
	font-weight: bold;
	font-size:14px;
	font-family:tahoma;
}  

/* ---------------------------This is the start of the menu ---------------------------*/

.menu {
     border-right: 0px solid white;
     text-decoration: none;
     background-color: #090DF2;
     padding: 2px;
     color: white;
     font-family: tahoma;
     font-size:10px;
     font-weight: normal;
}

.mainmenu {
     border-right: 0px solid white;
     text-decoration: none;
     background-color: #22728B;
     padding: 2px;
     color: white;
     font-family: tahoma;
     font-size:10px;
     font-weight: nornal;
}

.menu:hover {
     background-color: #22728B;
}

.mainmenu:hover {
     background-color: #22728B;
}

/* -----------------------This is the end of the menu ------------------------------*/

#container {
	position:relative;
  	margin: 0 auto;
  	width: 800px;
	height: 600px;
  	text-align: left;
	background-color:#F0ECED;
  } 
  
  
#header_left {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100px;
	background-color:#4480FC;
	float:left;
	text-align:center;
}

#header_center {
	position:absolute;
	left: 200px;
	top: 0px;
	width: 400px;
	height: 100px;
	background-color:#4480FC;
		
}

#header_right {
	position:absolute;
	left: 600px;
	top: 0px;
	width: 180px;
	height: 80px;
	background-color:#4480FC;
	padding:10px;
}

#menu {
	position:absolute;
	left: 0px;
	top: 100px;
	width: 796px;
	padding:2px;
	background-color:#090DF2;
}

/* This section is for the header section latest news */
#latest_news_header {
	position:absolute;
	left: 590px;
	top: 130px;
	width: 194px;
	/* height: 20px; */
	background-color:#22728B;
	text-align:center;
	padding:3px;
}

/* This section is for the main section latest news */
/* Mick this is where the scroller should appear */
#latest_news {
	position:absolute;
	left: 590px;
	top: 155px;
	width: 190px;
	height: 322px;
	background-color:#4480FC;
	padding:5px;
}

#latest_news_footer1 {
	position:absolute;
	left: 590px;
	top: 494px;
	width: 194px;
	background-color:#22728B;
	padding:3px;
	text-align:center;
}

#latest_news_footer2 {
	position:absolute;
	left: 590px;
	top: 517px;
	width: 194px;
	background-color:#FF0000;
	padding:3px;
	text-align:center;
}

#latest_news_footer3 {
	position:absolute;
	left: 590px;
	top: 540px;
	width: 194px;
	background-color:#22728B;
	padding:3px;
	text-align:center;
}

#content_main {
	position:absolute;
	left:10px;
	top:130px;
	width:530px;
	height:400px;
	background-color:#4480FC;
	overflow:auto;
	scrollbar-base-color:#4480FC;
	scrollbar-arrow-color:#ffffff;
	padding:20px;
	text-align:left;
}

/* The content below is only for the welcome page */
#content {
	position:absolute;
	left:10px;
	top:130px;
	width:230px;
	height:90px;
	background-color:#4480FC;
	overflow:auto;
	scrollbar-base-color:#4480FC;
	scrollbar-arrow-color:#ffffff;
	padding:20px;
}

#welcome_pictures {
	position:absolute;
	left:280px;
	top:130px;
	width:290px;
	height:120px;
	background-color:#4480FC;
	padding:5px;
}

/*This section is used for the Privacy Policy, Terms & Conditions, Financial Protection*/
#content_new_pages {
	position:absolute;
	left:10px;
	top:10px;
	width:400px;
	height:400px;
	background-color:#4480FC;
	overflow:auto;
	scrollbar-base-color:#4480FC;
	scrollbar-arrow-color:#ffffff;
	padding:20px;
	text-align:left;
}

#content1 {
	position:absolute;
	left:10px;
	top:260px;
	width:560px;
	height:40px;
	background-color:#F0ECED;
	padding:5px;
}

#content2 {
	position:absolute;
	left:10px;
	top:310px;
	width:570px;
	height:150px;
	background-color:#F0ECED;
	text-align:right;
}

#content3 {
	position:absolute;
	left:10px;
	top:470px;
	width:570px;
	height:100px;
	background-color:#F0ECED;
	text-align:right;
}

#content4 {
	position:absolute;
	left:10px;
	top:525px;
	width:570px;
	height:50px;
	background-color:#F0ECED;
	text-align:right;
}

#page_footer {
	position:absolute;
	left: 0px;
	top: 580px;
	width: 790px;
	background-color:#22728B;
	padding:5px;
	text-align:center;
}

/* IMG FORMATTING */
.imgtopright {
	float:right;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:2px;
	margin-top:2px;
}
.imgtopleft {
	float:left;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:2px;
	margin-top:2px;
}
/* END IMG FORMATTING */

	
