/* stylesheet */



html {
	background: #a0a0a0;
	font-family: "Arial", Helvetica, san-serif, sans-serif;
	font-size: 12.2pt;
	line-height:1.7em;
	color: #10202a;
}

body {  margin: 0px;  padding: 0px;  border: 0px;}

#container { 
	position:absolute;	top: 50%;	left: 50%;	width:845px;	height:auto;	margin-top:-320px; /*set to a negative number 1/2 of your height*/	margin-left: -423px; /*set to a negative number 1/2 of your width*/
}

a:link { 	color: white;	}a:visited { 	color: white;	}a:hover { 	color: whitesmoke;	text-decoration: none;	}a:active { 	color: white;	}
	
.frame {
	border: 1px solid #b7bcc0; padding: 3px;
}

#header {}

#page { padding:50px ; height:auto; background-image: url(images/page-bg.jpg); background-attachment:fixed; background-repeat:no-repeat;}

#content { 
	width:845px; 
	margin-bottom:0px;
	height: 441px;
}

#navigation { align: center; }

h1 { text-align:center; color:white; border-bottom: 1px solid #b7bcc0; padding:3px; font-size:13pt; }



input { border: 1px solid #b7bcc0; padding:5px; color:white; background-color:#273e4c; }

textarea { border: 1px solid #b7bcc0; padding:5px; color:white; background-color:#273e4c; }



