@charset "utf-8";
/* CSS Document */

body {
	margin:15px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Arial, sans-serif, Verdana;
	font-size: 0.85em;
}

/*Links, general*/

a {
	color: #cbcbcb; /*grey */
	text-transform: none;
	text-decoration: none;
  }

a:hover {
	color:#09224B; /*dk blue*/
	text-decoration: none;
  }

/* There is a bug in some browsers where tables ignore body level changes */
/*
th { 
	font-family:  Arial, sans-serif, Verdana; 
	font-size: 0.8em; 
}
td {
	font-family: Arial, sans-serif, Verdana;
	font-size: 0.8em; 
}

/*Remove all image borders*/

img {
	border: 0px none;
}

/* Here are all the div's for the template*/

#Container {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border-collapse:collapse;
}
	
#Header {
	width:800px;
	height:200px;
	margin:0px;
	border:0px;
	}
	
#Menu {
	width:182px;
	height:400px;
	float:left;
	padding-right:10px;
	text-align:right; /* Counteract to IE5/Win Hack */
	font-weight:bold;
	background-color:#09224B; /*dk blue*/
	}
	
#Button {
	width:162px;
	height:15px;
	float:left;
	font-family:arial, "sans serif", verdana;
	font-size:1em;
	text-align:right;
	text-decoration:none;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	width:162px;
	height:6px;
	margin:0px;
	list-style:none;
	font-style: italic;
	background-image: url(/images/button.gif);
	font-weight: lighter;
	}
	
#Button :hover {
	color:#f0f55a;
	text-decoration:none;
	background-image: url(/images/button2.gif);
	font-style: italic;
	}

#Content {
	width:588px;
	float:left;
	margin:0px 0px 0px 20px;
	}
	
#Image {
	width:588px;
	height:200px;
	float:right;
	margin:0px auto;
	}
	
#Text {
	width:568px;
	float:right;
	margin:0px auto;
	}

#Footer {
	width:588px;
	height:50px;
	margin:0px;
	border:0px;
	}
	
.content_title {
	font-family:arial, sans serif,	verdana;
 	font-size:1em;
 	font-weight:bold;
	text-align:left;
 	color:#07234c;
	margin-bottom:10px;
	margin-top:10px;
 	 }

.content_main {
	font-family:arial, sans serif,	verdana;
 	font-size:0.85em;
 	font-weight:normal;
	text-align:justify;
 	color: #07234c;  /*RH Blue*/
	margin:0px;
 	}
	
.footer_text {
	font-family:arial, sans serif,	verdana;
 	font-size:0.75em;
 	font-weight:normal;
	text-align:centre;
 	color: #b1adad;  /*grey*/
	margin:0px;
 	}

/*.menubuttons {
	border-bottom:2px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
	
.menubuttons li {
	font-family:arial, "sans serif", verdana;
	font-size:1em;
	text-align:right;
	text-decoration:none;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	width:162px;
	height:6px;
	margin:0px;
	list-style:none;
	font-style: italic;
	background-image: url(/images/button.gif);
	font-weight: lighter;
 	}

.menubuttons li:hover {
	text-decoration:none;
	background-image: url(/images/button2.gif);
	font-style: italic;
	font-weight: bold;
	}*/

.printonly {
 display:none;
}

