/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


#Canvas {
position:relative;
margin-left: auto;
margin-right: auto;
width: 935px;
height: 900px;
background-color:#686868;
border: 2px solid #000000;
}

a img{
border:none;
}

#topbar {
	position:absolute;
	left:0px;
	top:0px;
	width:935px;
	height:48px;
	background-color: #686868;
}

#logo {
	position:absolute;
	left:0px;
	top:48px;
	width:935px;
	height:85px;
	background-color: #686868;
}

#linkbar {
	position:absolute;
	left:0px;
	top:133px;
	width:935px;
	height:75px;
	background-color: #686868;
	text-align:center;
}

#contentarea {
	position:absolute;
	left:17px;
	top:208px;
	width:900px;
	height:672px;
	padding: 5px 5px 5px 5px;
	background-color: #686868;
}

#contentareaoverflow {
	position:absolute;
	left:17px;
	top:208px;
	width:900px;
	height:672px;
	padding: 5px 5px 5px 5px;
	background-color: #686868;
	overflow:scroll;
}

#contentareaoverflow2 {
font-size:25px;
	position:absolute;
	left:17px;
	top:208px;
	width:900px;
	height:672px;
	padding: 5px 5px 5px 5px;
	background-color: #686868;
}

.email a:link { 
	color: #000;
	text-decoration: none;
	}
.email a:visited { 
	color: #000;
	text-decoration: none;
	}
.email a:hover  { 
	color: #000;
	background-color: #5f5f5f;
	text-decoration: none;
	}
.email a:active { 
	color: #000;
	text-decoration: none;
	}

#tswcsstabs{
padding: 10px;
}