/* CSS Document */

html {
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#copy {
	background-image: url(../images/wwd.gif);
	top: 10px;
	left: 725px;
	position: absolute;
	width: 100px;
	height: 700px;
}
#container {
	width: 620px;
	height: 100%;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
span {
	display: none;
}
#masthead {
	background: url(../images/mdlogo.gif) top center no-repeat;
	width: 610px;
	height: 358px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mastleft {
	position: absolute;
	width: 200px;
	height: 145px;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 24px;
	color: #ff6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mastright {
	position: absolute;
	top: 30px;
	left: 150px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mastright span.biglet {
	font-size: 46px;
}
#mastright p {
	font-size: 36px;
}
#leftcol,
.leftcol {
	position: relative;
	top: 10px;
	left: 0px;
	width: 112px;
	padding: 0px;
}
#middlecol,
.middlecol {
	position: absolute;
	top: 160px;
	left: 125px;
	width: 400px;
	padding: 4px;
}
#rightcol,
.rightcol {
	text-align: center;
	position: relative;
	top: 0px;
	padding: 2px;
	left: 125px;
	width: 600px;
}
#newsbox {
	background-color: #ffc;
	border: blue solid 1px ;
	margin: 2px;
	padding: 4px;
}
#heybox {
	background-color: #0ff;
	border: blue solid 1px ;
	margin: 2px;
	padding: 4px;
}
#adbox {
	background-color: #f93;
	border: blue solid 1px ;
	margin: 2px;
	padding: 4px;
}
#banner,
.banner {
	width: 600px;
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
a,
a:visited {
	color: #0cf;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#container h3 {
	font-family: Enviro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em; 
	font-weight: bold; 
	margin: 0px; 
	color: #03f;
	text-align: left; 
	margin-bottom: 10px;
}
#container p {
	margin: 0 0 0 10px;
}
h3.select {
	background: url(../images/menu.jpg);
	width: 110px;
	height: 25px;
}
h3.samples {
	background: url(../images/samples.jpg);
	width: 110px;
	height: 25px;
}
h3 span {
	display: none;
}
h5 {
	font-size: 14px;
}
table {
	padding: 2px;
	text-align: left;
}
#footer,
.footer {
	top: 0px;
	background-color: #0088c3;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
/* Menu Stylings */
#linkList {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	border: #060 solid 2px;
}
#linkList ul {
	list-style-type: none;
	l/ist-style-image: url(../images/bullet1.gif);
	margin: 0;
	padding: 0;
}
#linkList ul li {
	border-bottom: 1px solid #f93; 
	padding: 4px 8px;
	color: #555;
	text-align: left;
}
#linkList ul li:hover {
	background-color: #CBDAF8;
}

#linkList ul li a {
	text-decoration: none;
}
#lselect {
	text-align: center;
	color: #f60;
}
#lselect a {
	color: #4178E6;
}
#linkList ul li a:hover {
	color: #000;
}
