/*      Build Your Own Birdhouse Plans  CSS      */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Verdana; 
            font-size: 11px;
            }

font.ft2 {    
			font-family: Verdana; 
            font-size: 56px;
            }			 

a.menu {    
			font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF66
			     } 

a.menu_small {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: none;
			color: #0066B3
            } 

a.menu_small:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     }			 		 

a.links {    
			font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #E3F4FD
            } 

a.links:hover { 
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #003366
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #5B87B4;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #CCCCCC;
			padding-top: 2px;
			padding-bottom: 2px;
			font-family: Verdana; 
			font-size: 11px; 
			font-weight: none;
			color: #000000
}


/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image:  url(images/buttons.gif);
background-repeat: no-repeat;
width: 146px;
height: 30px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 30px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -38px;
color: #FFFFCC;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -76px;
color: #FFFFCC;
cursor: default;
}
#header{
	background-image: url(images/header_new.jpg);
	background-color: #3688BA;
	color: #fff;
	width: 740px;
	height: 170px;
	overflow: hidden;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
#header div.head{
	margin-top: 25px;
	margin-bottom: 0px;
}
#header h1{
 font-size: 50px;
 font-weight: 500;
 line-height: 35px;
 letter-spacing: 0px;
 margin-bottom: 0px;
}
#header h1 span{
 font-size: 24px;
 font-weight: 500;
}
#header p#head{
 font-size: 12px;
 font-weight: 700;
 line-height: -100px;
 letter-spacing: 0px;
 position: relative; 
 top: -10px;
}
#header p#head span{
 font-size: 16px;
 font-weight: 700;
 line-height: -100px;
 letter-spacing: 0px;
}