/* CSS Document */

body { 
		background-image: url(../templateimages/bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-color: #FFF;
		margin: 0px;}
		
#header {
		height: 103px;}
		
/* Menu */

#menuleft {	
		width: 9px;
		height: 30px;
		background-image: url(../templateimages/menu_left.jpg);
		background-repeat: no-repeat;}

#menuright {
		width: 9px;
		background-image: url(../templateimages/menu_corner.jpg);
		background-repeat: no-repeat;}
		
#menubg {
		background-image: url(../templateimages/menubg.jpg);
		background-repeat: repeat-x;
		width: 747px;}
		
#menucell {
		_height: 30px;
		padding: 6px 10px 0px 10px;
		_padding: 0px 10px 0px 10px;}
		
#menu {
		display: block;
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		height: 22px;
		_padding-top: 8px;}
		
#menu:hover {
		color: #000;
		text-decoration: none;}
		
#subnav {
		border-left: 2px solid #FF6600;
		border-bottom: 2px solid #FF6600;
		width: 180px;
		vertical-align: top;
		padding: 15px;}
		
#content {
		border-bottom: 2px solid #FF6600;
		border-right: 2px solid #FF6600;
		border-left: 2px solid #FF6600;
		vertical-align: top;
		padding: 15px;}
		
#content p,td,li,ol {
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		color: #000;}
		
#content a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FF6600;
		font-size: 11px;
		text-decoration: none}
		
#content a:hover {
		text-decoration: underline;}
		
#content h1 {
		font-family: Verdana, Arial, Helvetica;
		font-size: 14px;
		color: #FF6600;
		font-weight: bold;}
		
#content h2 {
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		color: #FF6600;
		font-weight: bold;}
		
#content h3,h4,h5,h6,h7 {
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		color: #FF6600;
		font-weight: bold;}
		
#footer {
		text-align: center;
		font-family: Verdana, Arial, Helvetica;
		color: #FF6600;
		font-size: 11px;
		text-decoration: none;}
		
#footmenu {
		font-family: Verdana, Arial, Helvetica;
		color: #FF6600;
		font-size: 11px;
		text-decoration: none;}
		
#footmenu:hover {
		color: #000;
		text-decoration: none;}