﻿/* CSS layout */
body {
	background-image: url('Style Images/exptextb.jpg');
	color: #8E3328;
	font-family: "Book Antiqua", Georgia, helvetica, sans-serif;
	font-size: 15px;
}

#masthead {
	margin-left: 150px;
	margin-right:30px;
	background-image: url('Style Images/exptextb.jpg');
	font-weight: bold;
	font-size:36px;
	text-align: center;
	padding-top: 10px;
}

#top_nav {
margin-top:0px;
}

#container {
	position: relative;
	width: 100%;
	
}

#left_col {
	width:150px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top:30px;
}

#page_content {
	margin-left:250px;
	margin-right:100px;
	min-height:550px;
	padding-top:30px;
}

#footer {
	margin-left:0px;
	font-size:12px;
	text-align:center;
	border:thin;
	border-color:#a0522d;
	border-top-style:dashed;
}

h1 {
	font-size:36px
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}

/*Link Styles*/
a:link {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	font-size:1.125em;
		
}
a:visited {
	color:#666600;
	text-decoration:underline;
}
/*End Link Styles*/

/*thumbnail table*/

table#thumb {
	margin-left:auto;
	margin-right:auto;
}

.newstable {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.linktable {
	font-weight: bold;
}

/* Start Noscript menu style */

.menu1 {font-size:8pt;
	
}

.menu1 a:hover {
	color:#CC6699;
}

/*end of noscript menu style */
