/*  container for content   */
/*#container{
	margin-top: -389px;
	margin-left: -389px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 500px;
	background-color : transparent;
	}*/
	
#content{
	background-color : transparent;
	border: 1px solid #6e81c7;
	padding: 15px;
	}

/* body link formatting */

a.bdy:link, a.bdy:visited, a.bdy:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e81c7;
	text-decoration: none;
	padding: 2px;
	}

a.bdy:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6e81c7;
	text-decoration: none;
	}

/* CSS Document */

#centerpos {
	margin-left: -385px;
	position: absolute;
	left: 50%;
	}

a.nav:link, a.nav:visited, a.nav:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6e81c7;
	text-decoration: none;
	padding: 10px;
	}

a.nav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #6e81c7;
	text-decoration: none;
	}
	
.credit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #2b324b;
	}	

.navcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6e81c7;
	}
	
.hdr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6e81c7;
	margin-bottom: 15px;
	}
	
.ytlist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6e81c7;
	margin-bottom: 15px;
	}
	
.hdrsub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6e81c7;
	margin-bottom: 15px;
	}

.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
	padding-top: 5px;
	}

.kkcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
	}
	
/* NAVIGATION */

.tabselect {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;	
	padding: 10px 15px 10px 15px;
	background-color: #6e81c7;
	color: #ffffff;
	font-weight: normal;
	}

#navcontainer ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding-left: 0;
	white-space: nowrap;
	list-style-type: none;
	}
	
#navcontainer li {
	float: left;
	margin: 0 0.05em;
	}

#navcontainer a {
	display: block;	
	padding: 10px 15px 10px 15px;
	background-color: #2b324b;
	}
	
.active {
	display: block;
	padding: 0px;
	background-color: #2b324b;
	font-weight: normal;
	}
	
#navcontainer a:link, #navlist a:visited {
	color: #6e81c7;
	text-decoration: none;
	}
	
#navcontainer a:hover {
	background-color: #6e81c7;
	color: #ffffff;
	font-weight: normal;
	}
