﻿html, body{
	margin:0;
	height:100%;
	padding:0;
	background-color:#84A4C1;
	background-image:url('images/bgrnd1000b.png');
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#container {
	width:1000px;
	margin:0 auto;
	height:100%;
}
#container2{
	border-left-color:black;
	border-left-width:1px;
	border-left-style:solid;
	margin-left:10px;
	}
}
#leftshadow{
	background-image:url('images/shadow_w.png');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
	float:left;
}
#rightshadow{
	background-image:url('images/shadow_e.png');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
		float:right;
}
#top {
	background-image:url('images/headergryl.gif');
	background-repeat:repeat-x;
	height:32px;
	width:963px;
	margin:0px 10px 0px 10px;
	color:#666666;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	font-size:large;
	line-height:32px;
	text-align:center;
	border-color:black;
	border-width:1px;
	border-style:solid;
}

#top a:visited {
	font-size:large;
	line-height:32px;
	color:#666666;
	text-decoration:none;
}
#top a:link {
	font-size:large;
	line-height:32px;
	color:#666666;
	text-decoration:none;
}
#top a:hover {
	font-size:large;
	line-height:32px;
	color:#7F7F7F;
	text-decoration:underline;
}

#masthead {
	margin:0px 10px 0px 10px;
	height:182px;
	width:983px;
	background-color:#3B5998;
	border-color:black;
	border-width:1px;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width:0px;
	background-image:url('images/mastheadbgrndb.png');
	}
#leftcol {
	float:left;
	width:200px;
	background-color:#3B5998;
	color:white;
	font-size:11pt;
	height:100%;
	margin:0px 0px 0px 0px;
	text-align:left;
	
}
#leftcol a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#leftcol a:link {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#leftcol a:hover {
	text-decoration:underline;
	color:#FFFF14;
	font-weight:bold;
}

#content {
	margin:0px 5px 0px 200px;
	background-image:url('images/cntntbg.png');
	background-color:#FFFFFF;
	height:100%;
	color:#666666;
	border-color:black;
	border-width:1px;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width:0px;
	padding:10px;
}

h1{
	font-weight:bold;
	font-size:x-large;
	color:#666666;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
}
h2{
	text-align:center;
	font-size:large;
	color:#ffffff;
	padding:2px 2px 2px 2px;
	margin:5px 5px 5px 5px;
}
h3 {
	background-image:url('images/headergryl.gif');
	color:#666666;
	font-weight:bold;
	font-size:medium;
	width:200px;
	text-align:center;
	margin:0px 0px 0px 0px;
}
p{
	margin:0px 10px 0px 10px;
}
#bottom {
	clear:both;
	background-image:url('images/headergryl.gif');
	background-repeat:repeat-x;
	height:32px;
	width:963px;
	margin:0px 10px 0px 10px;
	color:#666666;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	font-size:large;
	line-height:32px;
	text-align:center;
	border-color:black;
	border-width:1px;
	border-style:solid;
	border-bottom-width:0px;
}
#bottom a:visited {
	font-size:large;
	line-height:32px;
	color:#666666;
	text-decoration:none;
}
#bottom a:link {
	font-size:large;
	line-height:32px;
	color:#666666;
	text-decoration:none;
}
#bottom a:hover {
	font-size:large;
	line-height:32px;
	color:#7F7F7F;
	text-decoration:underline;
}
.tblinks{
	width:100%;
	border:1px,black,solid;
}