body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16516E;
}

body {
	background-color: #E6EEF2;
	margin: 0px;	
	text-align: center;
}

#MainNav ul
{

    font-size:6px;
}


#MainNav li
{
    list-style:none;
    text-decoration:none;
    color:#A1A09B;
    
}

#MainNav a
{
    text-decoration:none;
    font-size:8pt;
    font-weight:bold;
    color:#A1A09B;
}

#SubNav ul
{
    font-size:8px;
}


#SubNav li
{
    color:#47809E;
    list-style:none;
    text-decoration:none;
    margin-left:-20px;
}

#SubNav a
{
    color:#47809E;
}

.NavSelected
{
    color:#091932 !important;
    
}

a{
	font-size: 12px;
	/*color: #46819E;*/
	color: #16516E;
	text-decoration: underline;
}

a.mainmenu{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.mainmenu_selected{
	font-size: 11px;
	font-weight: bold;
	color: #46819E; 
	/*color: #5691AE; lighter*/
	/*color: #26617E; darker*/
	text-decoration: none;
}


a.large{
	color: #16516E;
	font-size: 12px;
	text-decoration: none;
}




img{
	border: 0px;
}

img.title{
	margin: 230px 0px 0px 5px;
}

img.brandlogo{
	margin: 0px 11px 0px 0px;
}



h1{
	font-size: 15px;
	color: #0B1D35;
	margin: 2px 0px 6px 0px;
}


#Container{
	width: 750px;
	height: 450px;
	background-color: #FFFFFF;
	margin: 10px auto 0px auto;
	text-align: left;
}

	#Container_inner{
		width: 748px;
		height: 448px;
		margin: 1px 1px 1px 1px;
	}
	
		#Left{
			width: 177px;
			height: 448px;
			background-color: #FFFFFF;
			text-align: left;
			float: left;
		}
		
			#MainMenu{
				margin: 50px 0px 0px -10px;
			}
	
		#Right{
			width: 571px;
			height: 448px;
			background-color: #46819E;
			background-position: center;
			background-repeat: no-repeat;
			float: right;
		}
		
		#Right-Form
		{
			width: 560px;
			height: 448px;
			background-color: #46819E;
			background-position: center;
			background-repeat: no-repeat;
			padding:5px 5px 5px 5px;
			float: right;
			overflow:scroll;
		}
	
			#PageTitle{
				width: 20px;
				height: 448px;
				float: left;
			}

			#Right_inner{
				width: 270px;
				height: 448px;
				float: right;
			}
	
				#ContentStrip{
					width: 250px;
					height: 448px;
					background-color: #FFFFFF;
					-moz-opacity:.80;
					filter:alpha(opacity=80); 
					float: left;
					overflow: scroll;
				}
		
					#Content{
						margin: 20px 8px 10px 10px;
						line-height: 14px;
					}

				#Band_right{
					width: 20px;
					height: 448px;
					float: right;
				}



#Footer{
	width: 750px;
	height: 25px;
	margin: 2px auto 0px auto;
}
	#FooterLeft{
		width: 600px;
		text-align: left;
		float: left;
	}
	#MadeInGuernsey{
		width: 90px;
		margin-top: 8px;
		float: right;
	}



