/* 4 corners  CSS Document */
/* colours  bright blue is #5D99DF */

	  
body {
background-color: #FFffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
/*height:110%;*/
}

div.main_container {
	width: 800px;
	height: 540px;
	font-size:11px;
	margin:0 auto;
	margin-top:5%;
	text-align:left;
	background-color: #FFFFFF;

}
.left_panel
{
	height: 520px;
	width:280px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-size: 12px;

}
.right_panel
{
	height: 514px;
	width:470px;
	float:left;
	margin-top:10px;
	padding-left:20px;
	font-size: 12px;
	color: #808080;
	border: 1px solid #808080;
}

.logo_holder{
	height:71px;
	width:280px;
	margin-bottom:10px;
	float:left;
/*	background-color: #00FF00;*/
}
.centre_pic{
	height:75px;
	width:280px;
	margin-bottom:10px;
	float:left;
/*	background-color: #33CCFF;*/
}
.left_vert_pic{
	height:350px;
	width:135px;
	float:left;
	margin-right:10px;
/*	background-color: #33ddFF;*/
}
.right_vert_pic{
	height:350px;
	width:125px;
	float:left;
	background-image: url(/css_and_pres/site_images/grad.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	padding-top:25px;
padding-left:5px;
	padding-right:5px;
	color: #FFFFFF;
	text-align: right;
}


.right_vert_pic A:link {
	text-decoration: underline; color: #FFFFFF ; 
}
.right_vert_pic A:visited {text-decoration: underline; color: #FFFFFF ; }
.right_vert_pic A:hover {text-decoration: underline;	color: #FFCC00 ; }
.right_vert_pic A:active {text-decoration: underline; color: #FFFFFF ; }


.menu_box{
	height:20px;
	padding-top:5px;
	width:370px;
	float:left;
	margin-top:20px;
	margin-left:15px;
	margin-bottom:34px;
	background-color: #5D99DF;
	text-align: center;
	color:#FFFFFF;
	
}
.text_box{
	height:410px;
	width:370px;
	float:left;
	margin-left:15px;
/*	overflow: hidden;*/
}



A:link {text-decoration: none; color: #5D99DF; 	font-weight: normal;}
A:visited {text-decoration: none; color: #5D99DF;font-weight: normal; }
A:hover {text-decoration: none;	color: #ffcc00 ; font-weight: normal;}
A:active {text-decoration: none; color: #5D99DF; font-weight: normal;}


/*==========================  main menu hyperlink styles    =======================*/

.menu_box A:link {text-decoration: none; color:#FFFFFF ; 	font-weight: normal;}
.menu_box A:visited {text-decoration: none; color: #FFFFFF ;font-weight: normal; }
.menu_box A:hover {text-decoration: none;	color: #FFCC00 ; font-weight: normal;}
.menu_box A:active {text-decoration: none; color: #FFFFFF ; font-weight: normal;}


/*==========================  special client urls   =======================*/

.special_client A:link {
	text-decoration: none;
	color:#5D99DF;
	font-weight: bold;

}
.special_client A:visited {text-decoration: none; color: #5D99DF ;font-weight: bold;  }
.special_client A:hover {text-decoration: none;	color: #FFCC00 ; font-weight: bold; }
.special_client A:active {text-decoration: none; color: #5D99DF ; font-weight: bold; }

