body {
	margin: 0px;
	background: #FFFFAA;
	color: #000000;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 5px auto;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	text-align: left;
}

a:link {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

#header {
	position: relative;
	background: #ffffff;
	width: 100%;
	float: left;
	height: 100px;
	margin-bottom: 10px;
}

#logo {
	background: #ffffff;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#banner-ad {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	background: url(images/banner-ad.gif);
	border: 1px solid #b1b1b1;
}

#navigation-menu{
padding: 0;
width: 65%;
float: left;
margin-top: 10px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#navigation-menu ul{
font: 11px Arial, Tahoma, Helvetica;
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#navigation-menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#navigation-menu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: #0033ff; /*Default menu color*/
border-bottom: 1px solid white;
}

#navigation-menu a:hover{
background-color: #000000; /*Menu hover bgcolor*/
}

#navigation-menu #current a{ /*currently selected tab*/
background-color: #00CCFF; /*Menu color theme*/ 
border-color: #00CCFF; /*Menu color theme*/ 
}

#navigation-menuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #00CCFF; /*Menu color theme*/ 
}


#translate {
	width: 100px;
	height: 16px;
	margin-top: 15px;
	float: left;
}

#date {
	width: 200px;
	height: 12px;
	float: right;
	margin-top: 15px;
	color: #000000;
	text-transform: uppercase;
	margin-right: 10px;
	font: 11px Arial, Helvetica, Trebuchet MS;
}

#left-column {
	width: 23%;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-left: 2px;
	float: left;
	background: #f3f3f3;
	border: 1px solid;
	border-left: 0px; 
	border-color: #b1b1b1;
}

#subnavigation, #subnavigation2 {
	background: #dadada;
	font: 13px Trebuchet MS, Helvetica, Arial, sans-serif;
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #0033ff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 2.0; 
	border-bottom: 1px solid #ffffff;
}

#nav #nav_con a {
	border: none;
}
#nav a:hover {
	background: #0033ff;
	color: #ffffff;
}

#nav li.current a {
	background: #ffffaa;
	color: #333333;
	font-weight: bold;
}

#main-content {
	width: 74%;
	float: left;
}

#content {
	width: 74%;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
	background: #ffffff;
	float: left;
	min-height: 460px;
}

#summarybox1, #summarybox2, #summarybox3, #summarybox4, #summarybox5, #summarybox6 {
	width: 325px;
	float: left;
	padding: 0px;
	margin: 12px auto;
	margin-left: 15px;
	background: #ffffff;
	min-height: 200px;
}

#affiliation {
	width: 650px;
	float: left;
	margin-left: 20px;
	border: 1px solid #b1b1b1;
	border-bottom: 0px;
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:5px}

#footer {
	padding: 5px;
	border-top: 1px solid #b1b1b1;
	margin-top: 10px;
	clear: both;
}

h1 {
	font: bold 15px Helvetica, Arial, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	color: #0033ff;
	background: #FFFFAA;
	text-align: center;
	margin-top: 2px;
	margin-bottom:0px;
	border-bottom: 1px solid #0033ff;
	padding: 3px;
}

h2 {
	font: bold 14px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #D9D9D9;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;
}

h3 {
	font: bold 12px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	border-bottom: 1px solid #D9D9D9;
	padding: 2px;
	margin-top: 5px;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding: 2px;
	padding-top: 0px;
}

.testimonial {
	font: bold 12px italic "Times New Roman", Times, serif;
	text-align: center;
	line-height: 15px;
	padding: 2px;
}

.small-print {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

.style3 {
	color: #e1e1e1
	}