body 
{
width: 100%;
background-color : Silver;
margin: 0 0 0 0;
text-align: center;
font-family:"Courier New", Courier, mono;
color: #474747;
}

.page 
{
	width: 760px;
	background-color : White;
	margin: 0 auto 0 auto;
	
}

div.header{
		width: 760px;
}

div.bird{
		background-color : White;
		width: 760px;
		
}

div.menu{
		width: 225px;
		text-align: left;
		background-color : White;
		float: left;
		
}

div.content{
		width: 525px;
		background-color: White;
		padding-right:10px;
		float: right
}

div.footer{
		width: 760px;
		background-color : White;
		text-align: right;
		
}

div.footer2{
		width: 760px;
		padding-top: 20px;
		padding-bottom: 5px;
		text-align: center;
		
}

div.bg
{	
	width: 760px; 
	background-repeat : no-repeat;
	background-position: bottom;
	background-image : url(../images/bg_home2.gif);
	text-align: left;
}



div.spacer_row 
{
clear: both;
line-height: 0px;
}

h1
{
font-family:"Courier New", Courier, mono;
font-size: 14pt;
color: Red;
font-weight: bold;
text-align : left;
 margin: 0;
 line-height: 18px;
}

h2
{
font-family:"Courier New", Courier, mono;
font-size:12pt;
font-weight: bold;
text-align : left;
 margin: 0;
 line-height: 18px;
}
p
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size:10pt;
	text-align : left;
	padding-bottom: 8px
}

a
{
	text-decoration:  none;
	color: Red;
	font-weight: bold;
	line-height: 18px;
	text-align : left;
}

a:hover
{
	color: Silver;
	text-decoration:  none;
	font-weight: bold;
	line-height: 18px;
	text-align : left;
}


.sub{
	text-decoration:  none;
	color: #474747;
	font-weight: bold;
	line-height: 18px;
	padding-left:30px;
	text-align : left;
}

img
{
border: none;
display: inline;
}	

li
{
	
	text-align: left;
	line-height: 18px;
	list-style: disc;
}

input {
	border: 1px solid Gray;
}

