@charset "UTF-8";
/* CSS Document */

html
{
height: 100%;

}

body
{
background-color: #336633;
color:#000000;
font-family: Verdana, Helvetica, sans-serif;

}


#maincontainer
{
width: 900px ;
margin-left: auto ;
margin-right: auto ;
height: 100%;
}

#head
{
background-image:url('/images/hofflogo.gif');
width: 900px;
height: 135px;
}

#topmenu
{
float: left;
width: 900px;
height: 20px;
margin-top: 15px;
background-color: #FFFFFF;
}


#topmenu ul 
{
	list-style-type: none;
	margin-top: 0px;
}

#topmenu li	
{
	float: left;
	text-align: center;
}

#topmenu ul a 
{
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	
	text-align: center;
}


#topmenu ul a:hover 
{
	color: #000000;
	background-color:#FFDE26;
	text-decoration: none;
	
}

#sidebar
{
float: left;
width: 225px;

padding-top: 0px;
height: 100%;
}

#content
{
float: right;
width: 660px;
height: 100%;

margin-left: 10px;
}

.sidebartitles
{
margin-top: 0px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
color: #ffde26;
background-color: #A64B00;
background-image:url('/images/titleback.jpg');
width: 225px;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
margin-bottom: 0px;

}

    .rounded {
      -moz-border-radius-topleft:2ex;
      -moz-border-radius-topright:2ex;
      -webkit-border-top-left-radius:2ex;
      -webkit-border-top-right-radius:2ex;
       
    }
 .roundbottom
 {
 -moz-border-radius-bottomleft:2ex;
      -moz-border-radius-bottomright:2ex;
      -webkit-border-bottom-left-radius:2ex;
      -webkit-border-bottom-right-radius:2ex;
 }

.contenttitles
{
margin-top: 0px;
text-align: center;
text-transform: uppercase;
font-size: 18px;
color: #ffde26;
background-color: #A64B00;
background-image:url('/images/titleback.jpg');
width: 660px;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
margin-bottom: 0px;
}

.sidebarbox
{
background-color: #FFFFFF;
color: #000000;
margin-top: 0px;
padding: 5px;
margin-left: auto;
margin-right: auto;
width: 211px;
margin-bottom: 10px;
font-size: 12px;
border-bottom: 2px solid #A66600;
border-left: 2px solid #A66600;
border-right: 2px solid #A66600; 
}

.contentbox
{
background-color: #FFFFFF;
color: #000000;
margin-top: 0px;
padding: 5px;
margin-left: auto;
margin-right: auto;
width: 646px;
margin-bottom: 10px;
font-size: 12px;
border-bottom: 2px solid #A66600;
border-left: 2px solid #A66600;
border-right: 2px solid #A66600;
}

#quote
{
float: left;
position: relative;
top: -60;
z-index: 2;
margin-top: 15px;
margin-left: 700px;
color: white;
font-weight: bold;
font-size: 14px;
width: 200px;
}

#quote a
{

color: #ffde26;
text-decoration: none;
}

#quote a:visited
{
color: #ffde26; 
}



#quicklinks a 
{

	
	color: blue;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	

}

#footerbar
{
clear: both;
background-image:url(/images/footer.gif);
width: 900px;
height: 30px;
margin-left: auto;
margin-right: auto;
}
#footerbar a
{
color: white; 
float: right; 
margin-top: 10px; 
margin-right: 10px; 
text-decoration: none; 
font-style: italic; 
font-size: 10px;
}