body, p, td, th, div, blockquote, dl, ul, ol{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {	
	/* background: red;	 */
	margin:0; 
}

#wrapper {
	position: relative;
	text-align: left;	
	width: 800px;
	margin-right: auto;
	margin-left: auto;	
    /* border: 1px solid #ececec; */
	background-color: white;
}

#leftcontent {
	position: absolute;
	left:0px;
	top:100px;
	width:145px;
	background:#fff;
	
}

#centercontent {
	position: relative; /* hack not sure if same in other browsers */
	top: 0px; /* hack not sure if same in other browsers */
	
	background:#fff; 
	margin-left: 154px;
	margin-right:154px;		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 156px;
	margin-right:156px;
}

html>body #centercontent {
	margin-left: 156px;
	margin-right: 156px;
}

#rightcontent {
	position: absolute;
	right: 0px;
	top:100px;
	width:145px;
	background:#fff;
	
}

#banner {
	background:#fff;
	height:126px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100px;
}

html>body #banner {
	height:100px;
}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
}

a:link {color: blue; text-decoration: none;}     /* unvisited link */
a:visited {color: blue; text-decoration: none;}  /* visited link */
a:hover {color: red; text-decoration: underline;}   /* mouse over link */
a:active {color: blue; text-decoration: none;}   /* selected link */
	
h1 {
	font-size:14px;
	padding-top:10px;
}
	
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}

#rightcontent p {
	font-size:10px
}

.side_column_content_title{
	border: 1px solid black;
}
.side_column_content{
	
}

#navlist {
	margin: 10px 0 0 0;	
	padding: 0;
	list-style-type: none;
}

#rightcontent_ads
{
	margin-top: 10px;
}

#navlist a, #navlist a:visited {
	display: block;
	width: 80%;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;	
	color: #eee;
	
	text-decoration: none;
}
#navlist a:hover {
	background-color: #89C4E5;
	color: #2D1E2D;
}

.subsectionnavlist{
	margin: 0 0 0 0;	
	padding: 0;
	list-style-type: none;
}

#navlist .subsectionnavlist a, #navlist .subsectionnavlist a:visited{
	display: block;
	width: 80%;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #686565;
	color: #eee;
	
	text-decoration: none;
}
#navlist .subsectionnavlist a:hover{
	background-color: #89C4E5;
	color: #2D1E2D;	
}


.vid_display_table{
	margin-left: auto; 
	margin-right: auto;	
	
	


}
.vid_display_table td { 

	border: 1px solid #f0eee0;
	padding: 0.3em;
	
	

} 

.vid_display_table td div{ 

	margin-top: 10px;
	margin-bottom: 10px;
	
	

} 

.middle_col_head{	
	border: 1px solid black;
	height: 47px;
	font-size: 30px;
	font-weight: bold;
}

#img_logo{
	margin-top: 8px;
}

#top_links{
	position: absolute; 
	right: 20px;
	top: 10px;
}

