/* redefined tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

H1 {
	font-size: 110%;
}

H2, H3, H4, H5, H6 {
	font-size: 100%;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* layout */

#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom: solid 1px #999999;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	border-top: solid 1px #999999;
	text-align: right;
	font-size:85%;
	padding-top: 4px
}

#header-left { float:left}
#header-right {float:right}




#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 178px;

	float: left;
border-bottom: solid 1px #999999;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 7px 0 7px 13px;
	font-size: 88%;
	color: #003399;
	text-decoration: none;
	margin-bottom: 5px;
	
}

#nav a:hover {
	display: block;
	padding: 7px 0 7px 13px;
	font-size: 88%;
	color: #003399;
	text-decoration: none;
	margin-bottom: 5px;
	background:url(images/dot-full.jpg) no-repeat; width:178px; background-position: 1px 10px
}



#nav ul { margin:0 ; padding: 0 }
#nav li { list-style-type:none; margin-right:5px; float:left; background:url(images/dot.jpg) no-repeat; width:178px; background-position: 1px 10px}

#nav li .select { list-style-type:none; margin-right:5px; float:left; background:url(images/dot-full.jpg) no-repeat; width:178px; background-position: 1px 10px}



#content {
	width: 550px;
	float: right;
	padding: 4px 0px 4px 4px;
	line-height: 150%;
}

/* additional */


.clearfloats {
	clear:both
}