/* Set the background of the page*/

body{
		background-color:#FEFEFE;
	/*background-image:url("images/background_3.jpg");
	background-repeat:repeat;
	background-position:inherit;
	background-attachment:fixed;*/
	margin-top:20px;
	

}

	body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
		}

#titleDiv {
	position:absolute;
	top:49px;
	left:626px;
	width: 276px;
	height: 33px;
}

#imageDiv{
	width:380px;
	position:absolute;
	top:101px;
	left:143px;
	height: 443px;
}
	
	
#subpageDiv{
	width:420px;
	}

#contentDiv{
	width:475px;
	position:absolute;
	top:108px;
	left:10px;
	overflow:auto;
}
	
#quoteDiv{
	width:306px;
	position:absolute;
	top:545px;
	left:263px;
	color:#000000;
	height: 25px;
	background-color: #FFFFFF;
}
		
#headerDiv {
	position:absolute;
	top:-12px;
	left:568px;
	width: 473px;
	height: 30px;
}



.thollemButton{
background-color:#0033CC;
border:1px outset #333333;
padding: 1px 4px;
text-decoration: none;
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
width:75px;
}

.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.style2 {
	font-weight: bold;
	font-size: x-large;
	color: #5E6100;
}

.style3 {
	color: #808080;
	font-size: x-small;
}

.style4 {color: #003300}

.style5 {color: #000033}

.style6 {
	color: #000000;
	font-size: x-small;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-weight: bold;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	font-weight: bold;
}

.style10 {
	color:#666666;
	font-size:12px;
	font-weight: bold;
}

.style11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666000;
	font-weight: bold;
}


.style12 {
	font-weight: bold;
	font-size: x-large;
	color:#666000;
}

.style13 {
	font-weight: normal;
	font-size: large;
	color:#993300;
}

.style14 {color:#000000;
font-style:italic;
}

.style15 {
	font-weight: bold;
	font-size: x-small;
	color:#000033;
}

/*URL: http://www.dynamicdrive.com/style/ 
This is your menu style*/

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #5E6100; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 9px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #5E6100; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #5E6100; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

