*
	{
	margin: 0;
	padding: 0;
	}
	
html,
body {	
	margin: 0px;	
	height: 100%;
	background-color: #666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

img	{	
	border: 0px;	
	}
	
p	{	
	margin: 1em 0px;
	}
	
h1 {
	font-size: 22px;
	color: #616481;
	margin-bottom: 5px;
	font-weight:bold;
	width: 50%;
	padding: 5px;
	border-bottom: 2px solid #616481;
	}
	
hr	{
	margin-bottom:10px;
	}
	
ul {
    padding-left:2em;
    margin-left:0;
}

div#top_blue {
	min-width:100%;
	width:960px; 
	height:50px;
	background-color: #6699cc;
	}
	
div#top_white {
	min-width:100%; 
	width:960px; 
	height:5px;
	background-color: #fff;
	}
	
div#container {
	margin-left: auto;
    margin-right: auto; 
	padding-left: 10px;
    padding-right: 10px; 
	margin-top: -55px;
	width:940px;
	position: relative;
	overflow: hidden;
	margin-bottom: -54px;
	}
	
div#header{
	width:940px; 
	height:130px;
	margin-top: 25px;
	background:  url("images/header.gif") top center no-repeat;
	}
	
div#photos{
	width:240px; 
	height:90px;
	float:right;
	margin-top:22px;
	margin-right: 65px;
	background:  url("images/photos.gif") top center no-repeat;
	}
	
div#menu {
	width:920px; 
	height:27px;
	padding-left: 20px;
	background-color: #616481;
	}
	
div#content {
	width:914px; 
	padding: 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	line-height: 150%;	
	background-color: #f9f9f9;
	border-left: solid white 3px;
	border-right: solid white 3px;
	}

div#push {
	height: 54px;
	}
	
div#footter {
	width:940px;
	margin-left: auto;
    margin-right: auto; 
	margin-bottom: 20px; 
	height: 34px;
	padding-top: 6px;
	padding-left: 10px;
    padding-right: 10px; 
	font-size: 10px;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	background-color: #f9f9f9;
	background:  url("images/footter.gif") bottom center no-repeat;
	}
	
input, select, option, textarea 
	{
	font-family: verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #555;
	padding:2px;
	color:#000;
	background:#ddd;
	}
	
label,input
	{
	display: block;
	}

label 	
	{
	text-align: right;
	padding-right: 25px;
	width:120px;
	float:left;
	}

input:hover, select:hover, textarea:hover	
	{
	border: 1px solid #6699cc;
	}
	
select
	{
	width:256px;
	color: #000;
	background:#ddd;
	padding:1px;
	}
	
input
	{
	width:250px;
	}
	
textarea
	{
	width:620px;
	height:180px;
	}
	
input.submit
	{
	width:100px;
	margin-left:670px;
	}
	
input.submit:hover
	{
	background:#bbb;
	}	

a
	{
	color: #414769;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover
	{
	color: #414769;
	font-weight: bold;
	text-decoration: underline;
	}
	
.ms-subtle1-main { border-left-style: none; border-right-style: none; 
               border-top: .75pt solid black; border-bottom-style: none; 
               background-color: white }
.ms-subtle1-top { font-weight: normal; color: black; border-left-style: none; 
               border-right-style: none; border-top-style: none; 
               border-bottom: 1.5pt solid black; background-color: white }
.ms-subtle1-even { font-weight: normal; color: black; border-style: none; background-color: white }
.ms-subtle1-odd { font-weight: normal; color: black; border-style: none; background-color: 
               #FFFDBB }
