/* ------------------------------
FONT, LISTS, LINKS & TEXT
------------------------------ */
h1 {
	color: #6A6A6A;
	font-family: Tahoma;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	margin: 16px 16px 16px 16px;
}

h2 {
	color: #0095dc;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;	
	margin: 16px 16px 16px 16px;
}

h2.news {
	color: #0095dc;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;	
	margin: 16px 16px 0px 16px;
}

p.main {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px 16px 0px 16px;
	line-height: normal;
}

p.bottom {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 12px;
	margin: 16px 16px 0px 16px;
	line-height: normal;
}

ul {
	margin: 0px 0px 0px 0px;
	list-style-type: square;
	border: none;
	padding: 0px 0px 0px 32px;
}

li.homelist {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 14px;
	list-style-type: square;
	list-style-position: inside;
}

li.list {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

hr {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 800px;
	height: 2px;
	color: #6A6A6A;
}

a.pdf:link {
	color: #6A6A6A;
	text-decoration: none;
}

a.pdf:visited {
	color: #6A6A6A;
	text-decoration: none;
}

a.pdf:hover {
	text-decoration: underline;
}

p.pdf {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px 16px 0px 0px;
	line-height: normal;
}


/* ------------------------------
This enlarges the font on the side of YouTube inserts. It uses .pdf decoration for the rest.
------------------------------ */
p.videoside {
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px 16px 0px 0px;
	line-height: normal;
}

a.mail:link {
	color: #6A6A6A;
	text-decoration: underline;
}

a.mail:visited {
	color: #6A6A6A;
	text-decoration: underline;
}

a.mail:hover {
	text-decoration: none;
}

a.trial:link {
	color: #6A6A6A;
	text-decoration: none;
}

a.trial:visited {
	color: #6A6A6A;
	text-decoration: none;
}

a.trial:hover {
	text-decoration: underline;
}

p.trial {
	display: inline;
	color: #6A6A6A;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px 16px 0px 0px;
	line-height: normal;
}

a.news:link {
	color: #6A6A6A;
	text-decoration: underline;
}

a.news:visited {
	color: #6A6A6A;
	text-decoration: underline;
}

a.news:hover {
	text-decoration: none;
}

/* ------------------------------
PAGE STRUCTURE + DIVS
------------------------------ */
body {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	background: #6cb4dc;
	background-repeat: repeat;
	border: none;
}

#head {
	position: relative;
	margin: 0 auto 0 auto;
	height: 180px;
	width: 800px;
	border: none; 
	background: #6cb4dc
	url('images/tslide.jpg');
	background-repeat: no-repeat;
}

#box {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	border: none; 
	background: #ffffff;
	background-repeat: repeat-y;
}

#show {
	position: relative;
	margin: 0px 32px 0px 16px;
	width: auto;
	height: auto;
	border: none; 
	float: left;
	background: #ffffff;
	background-repeat: no-repeat;
}

#sidelist {
	position:static
	width: auto;
	height: 550px;
	border: none; 
	background: #ffffff;
	background-repeat: repeat;
}

#menu {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 800px;
	height: 40px;
	border: none; 
	background: #ffffff;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	margin: 0 auto 0 0px;
	width: 800px;
	height: 81px;
	border: none;
	background: #ffffff;
	background-repeat: no-repeat;
}

#footbar {
	position: relative;
	margin: 0 auto 0 14px;
	width: 790px;
	height: 81px;
	border: none;
	background-image: url('images/footbar.jpg');
	background-repeat: no-repeat;
}

#video {
	position:inherit;
	width: 380px;
	height: 317px;
	background-image: url('images/vidbox.jpg');
	background-repeat: no-repeat;
	border: none;
	margin: 0px 16px 0px 16px;
	float: left;	
}

/* ------------------------------
IMAGES & TABLES
------------------------------ */
img.pdf {
	border: none;
	float: none;
}

img.test {
	float: left;
	border: none;
	margin: 0px 16px 0px 16px;
}

img.hof {
	float: left;
	border: none;
	margin: 0px 16px 0px 16px;
}

table.hof {
	text-align: left;
	border: none;
}

img.lac {
	float: left;
	border: none;
	margin: 0px 16px 0px 16px;
}

table.lac {
	text-align: left;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

