
#container {
	position: relative;
	border: solid 0px #000;
	background-color: #fff;
	width: 815px;
	height: *px;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

#header {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	width: 815px;
	height: 81px;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

#nav {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	color: #fff;
	width: 815px;
	height: 10px;
	top: 33px;
	bottom: 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	right: 34px;
}

#navbuffer {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	width: 815px;
	height: 18px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

#subnav {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	color: #000;
	width: 815px;
	height: 10px;
	top: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	right: 34px;
}

#bigbox {
	position: relative;
	border: solid 0px #000;
	background-color: #fff;
	width: 815px;
	height: *px;
	top: 0px;
	bottom: 0px;
		text-align: left;
	


}

#box1 {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	width: 338px;
	height: *px;
	top: 0px;
	bottom: 0px;
	text-align: left;
	margin-left:0px;
	left: 30px;
}

#box2 {
	position: absolute;
	border: solid 0px #000;
	background-color: fff;
	width: 338px;
	height: *px;
	top: 0px;
	bottom: 0px;
	text-align: left;
	
	right: 30px;
}

#basebuffer {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	width: 815px;
	height: 50px;
	top: 0px;
	bottom: 0px;
	font-family: sans-serif, verdana;
	font-size: 11px;
	text-align: left;
	left: 30px;
}

#footer {
	position: relative;
	border: solid 0px #000;
	background-color: transparent;
	width: 815px;
	height: 6px;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

h1 {
	color: #003399;
	font-family: sans-serif, verdana;
	font-size: 27px;
	text-align: left;
}

.navlinks {
	color: #fff;
	font-weight: bold;
}

.navlinksselect {
	color: #003399;
	font-weight: bold;
}

a.navlinks:link {
   color: #fff;
   text-decoration: none;
}

a.navlinks:visited {
   color: #fff;
   text-decoration: none;
}

a.navlinks:hover {
	color: #003399;
	text-decoration: none;
}

a.navlinks:active {
   color: #000;
   text-decoration: none;
}



.subnavlinks {
	color: #000;
	font-weight: bold;
}

a.subnavlinks:link {
   color: #000;
   text-decoration: none;
}

a.subnavlinks:visited {
   color: #000;
   text-decoration: none;
}

a.subnavlinks:hover {
	color: #003399;
	text-decoration: none;
}

a.subnavlinks:active {
   color: #000;
   text-decoration: none;
}

.emphasis {
	font-weight: bold;
	color: #000;
}


a.emphasis:link {
   color: #000;
   text-decoration: underline;
}

a.emphasis:visited {
   color: #000;
   text-decoration: underline;
}

a.emphasis:hover {
	color: #003399;
   text-decoration: underline;
}

a.emphasis:active {
   color: #000;
   text-decoration: underline;
}