.style16 {
	font-size: 20pt;
	text-decoration: none;
	font-family: Arial, 'Times New Roman';
}
body {
background-color: #BDE4E3;
}
a:link {
color: blue;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: blue;
}
a:hover {
text-decoration: none;
color: blue;
}
a:active { 	
text-decoration: underline;	
color: blue;
}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}	
	#nav li { /* all list items */
		position : relative;
		float : left;

	}	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999px;
		margin-left : 150px;
		margin-top : -21px;
	}	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999px;
	}	
	#nav li a {
		width: 150px;
		height: 21px;
		display : block;
		color : white;
		font-family : arial;
		font-size : 10pt;
		text-decoration : none;
		font-weight : bold;
		text-align: center;
		background-color : #16316f;
		border-style: solid;
		border-color: white;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		padding : 0px;
	}

    #nav li a:hover,
    #nav li a.daddy:hover,
    #nav li.hover {
    	text-decoration: underline;
    }
	
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    	left: -999px;
    }
	
    #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;
    }

#nav li a.daddy { 	
			padding-left: 3px;
			width: 147px;
			text-align: left;
			background: #16316f url(images/arrow.bmp) right center no-repeat;
			border-left-width: 0px;
}
#nav li a.mummy { 
			width: 147px;
			padding-left: 3px;
			text-align:left;
			border-left-width: 0px;
}
#nav li a.double {
	height: 34px;
}
table.center {
	margin-left: auto; 
	margin-right: auto;
}
td.main {
	width: 628px;
	background-color: white;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial, 'Times New Roman';
	top: 2px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 25px;
	font-size: 10pt;
        background-position: left bottom;
        background-image: url(images/medcurve.gif);
        background-repeat: no-repeat; 
}
td.links {
	border-style: solid;
	border-color: #16316f;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding-left: 3px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 3px;
}
table.links {
	background-color:#BDE4E3; 
	width: 80%;
	margin-left: auto; 
	margin-right: auto;
	border-style: solid;
	border-color: #16316f;
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
div.news {
	background-color: #16316f;
	font-family: arial;
	font-size: 10pt;
	padding-left: 7px;
	padding-top: 10px;
	color: white;
}
div.news a:hover, div.news a:visited, div.news a:link {
	text-decoration: underline;
	color: #BDE4E3;
}
td.foot {
	BACKGROUND-COLOR: #16316f;
	font-size: 7pt;
	color: white;
	text-align: center;
        background-position: right top;
        background-image: url(images/smallcurve.gif);
        background-repeat: no-repeat; 
}
td.foot a:hover, td.foot a:visited, td.foot a:link  {
	color: #BDE4E3;
}
td.top {
	vertical-align:top;
	text-align: right;
	background-image: url(images/index_01.png);
	height: 173px;
	background-repeat: no-repeat; 
	background-color: white;
	padding-right: 5px;
	color:white;
	font-size:small;
}
td.tabtop {
	text-align: center;
	font-weight : bold;
}
td.tabbot{
	padding-left: 10px;
}