body {background-color: #F1F1F1;
	  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 76%;
	  color: #606060;
	  margin-top: 0;
	  text-align: center;
	  }

br {
	display: none;
}
	  
#container {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	text-align: center;
}
	  
p.contact {
	padding: 2em;
	background-color: #fff;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	text-align: left;
}

.info {
	padding: 2em;
	background-color: #fff;
	width: 80% !important;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	text-align: left;
}

.boxed {
	border: solid 1px #e1e1e1;
}

p.detail_download_link {
	border: solid 1px #e1e1e1;
	padding: 1em;
	background-color: #fff;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

a.detail_close {
	border: dashed 1px #e1e1e1;
	display: block;
	margin-left: 40%;
	margin-right: 40%;
	text-align: center;
	background-color: #9FE4FF;
}

a:hover.detail_close {
	background-color: #FFBFDF;
}

#header {
	background-image: url('images/interface/header.gif');
	background-repeat: no-repeat;
	padding: 124px 0 0 0;
	height: 0px !important;
	height /**/: 124px;
	margin-top: 0px;
	margin-left: 19px;
	position: relative;
	left: -50px;
	overflow: hidden;
}

.item {
	width: 670px;
	min-height: 215px;
	margin-bottom: 28px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.item_box {
	margin: 0px;
	margin-bottom: 3px;
	width: 645px;
	padding: 12px;
	text-align: center;
	border: solid 1px;
	border-color: #e1e1e1;
	background-color: white;
}

.item_title {
	font-weight: bold;
	font-size: 1.6em;
	padding-left: 3px;
}

.item_description {
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 3px;
}

ul.item_list {
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 3px;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
}

ul.item_list li {
	background-image: url('images/interface/star.gif');
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 18px;
	margin-top: 0;
}

.item_detail {
	display: block;
	float: right;
	text-align: right;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0px;
}

#detail_vid {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	border: 0px;
}

#detail {
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav_top {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: .6em;
}

li.nav_item {
	display: inline;
	list-style-type: none;
	margin: .5em;
	font-size: 1.1em;
	text-transform: lowercase;
}

li.nav_item_selected a {
	text-decoration: overline;
	font-weight: bold;
}

a.highlight {
	font-weight: bold;
	background-color: #ECF3F6;
	padding-left: .2em;
	padding-right: .2em;
}
a.boxed {
	border: dashed #e1e1e1;
	border-width: 1px;
	padding: .4em;
	width: 50px;
	display: table;
	margin-top: .7em;
}
