html, body { text-align: center;
	background-color: #d2e2f1;
	font: normal 10pt arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	}

#frame {text-align: left;
	background: #fffffe url(../gifs/vertical.gif) repeat-y 50px;
	width: 760px;
	\width: 760px;
	w\idth: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
/* top header */
#header { 
	}
/* hide from bots */
#Surname { visibility: hidden }

/* for IE and Mozilla-based browsers */
#contentLeft { padding: 10px 0px 0px 10px;	
	width: 185px;
	float: left;
}
.innerBox { margin: 5px 0px 5px 0px;
	padding: 5px;
	}
.menu	{ margin: 0px 0px 140px 0px;
	padding: 5px;
	}

/* for CSS2 compatible browsers only */
[class~="contentLeft"] { margin-left: 0mm;
}
[class~="contentRight"] { margin-right: 0mm;
}

/* body text */
#bodyText { line-height: 1.3em;
	margin: 0px 0px 0px 200px;
	padding: 10px 25px 10px 18px;
	background-color: #f5f5f5;
	border-left: 1px solid blue;
	}
h1, h2, h3, h4, h5 { /* text  color */ color: blue; }


/* table block formatting details */
td {font: normal 9pt arial helvetica sans-serif}
.t {font: 9pt arial helvetica sans-serif}
.td {font: 8pt arial helvetica sans-serif}
.td1 {font: 7.8pt arial helvetica sans-serif; background-color: #ffffff}
.td2 {font: 7.8pt arial helvetica sans-serif; background-color: #dcdcdc}
.td3 {font: 7pt/10pt arial helvetica sans-serif}
.td4 {font: 7.8pt arial helvetica; background-color: #fffbbb}

hr	{ color: #a1a1a1;
	width: 100%;
	height: 1px;
}
h5, h6 { 
	line-height: 14px;	}
	
.ulheart	{ list-style: url(../gifs/heartbullet.gif ) disc;
	font-size: 8pt;
	}

img { border: 0px;
}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: olive;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: darkblue;  } 

.red a:link	{ color: #ffffff; text-decoration: none; }
.red a:visited {color: #ffffff; text-decoration: none; }
.red a:active { color: #ffffff; text-decoration: none; }
.red a:hover	{ color: #ffffff; text-decoration: underline;
	
}
		
/* footer */
#footer {	background-color: #d2e2f1;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding: 10px;
	font-size: 9pt;
	clear: both;
	}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 5px 0px 0px 10px;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.1em;
		margin-top : -1.7em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 11em;
		display : block;
		color : black;
		text-decoration : none;
		background-color : #f5f5f5;
		border : 1px solid #aaa;
		padding : 3px 0px 0px 2px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #6699FF;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;