/**font size & color by div layer**/
/**padding inside & margins outside**/


body {
background-color: #FFFFFF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
}
p {
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
font-size: 22px;
padding: 0;
margin: 0;
}
h2 {
font-size: 20px;
padding: 0;
margin: 0;
}
h3 {
font-size: 13px;
padding: 0;
margin-top: 3px;
}
a:link {
text-decoration: none; 
color: #000000; 
font-weight: bold;
font-size: 10px;
}
a:visited {
text-decoration: none;  
color: #000000;  
font-weight: bold;
font-size: 10px;
}
a:active {
text-decoration: none; 
color: #000000; 
font-weight: bold;
font-size: 10px;
}
a:hover {
color: #c57f43; 
font-weight: bold;
font-size: 10px;
}
a.body:link {
text-decoration: underline; 
color: #990000; 
font-weight: bold;
font-size: 12px;
}
a.body:visited {
text-decoration: underline;  
color: #990000;  
font-weight: bold;
font-size: 12px;
}
a.body:active {
text-decoration: underline; 
color: #990000; 
font-weight: bold;
font-size: 12px;
}
a.body:hover {
text-decoration: underline; 
color: #996600; 
font-weight: bold;
font-size: 12px;
}

.quicklinks {
margin-left: 551px;
margin-bottom: 2px;
}

.infobox1 {
background-image: url(../images/roundedcorner-box2.jpg);
background-repeat: no-repeat;
width: 149px;
height: 183px;
}

.infobox2 {
background-image: url(../images/roundedcorner-box4.jpg);
background-repeat: no-repeat;
width: 149px;
height: 189px;
}
.infobox3 {
background-image: url(../images/roundedcorner-box3.jpg);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: -1px;
width: 149px;
height: 229px;
}

.infobox5 {
margin-top: 0px;
margin-left: -1px;
width: 149px;
}

.infobox6 {
background-image: url(../images/roundedcorner-box6.jpg);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: -1px;
width: 149px;
height: 149px;
}

.sidenav-top {
background-image: url(../images/sidenav-topbox.jpg);
background-repeat: no-repeat;
width: 149px;
height: 27px;
}

.sidenav-middle {
border: 1px solid #000000;
border-width: 0 1px 0 1px;
width: 148px;
margin-top: 0px;
padding-top: 0px;
}

.sidenav-bottom {
background-image: url(../images/sidenav-bottombox.jpg);
background-repeat: no-repeat;
width: 149px;
height: 8px;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid #864623;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -350px;
left: 20px; /*position where enlarged image should offset horizontally */
}

/**CSS FOR FORMS**/
input.searchbox {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
font-family:arial, helvetica; 
font-size: 10px; 
font-weight: normal;
}
submit.searchbutton {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
font-family:arial, helvetica; 
font-size: 10px; 
font-weight: normal;
}
.prompt
{
	background: #ffffff;
	color: black;
	width: 175px;
	padding:0px;
	margin:0px;
}
.answer
{
	background: #ffffff;
	color: black;
	width: 450px;
	padding:0px;
	margin:0px;
}







