/* CSS Document */

body{
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
}

div#center {
height:auto; width:850px; margin: 25px auto 0 auto;}

.content{
	padding-top:0px;
	padding-left:25px;
	float:left;
	width::850px;
}

.text{
	color: #000;
	width:400px;
	line-height:17px;
	font-size:13px;
	float:left;	
	
}

.text2{
	
	color: #000;
	width:380px;
	line-height:17px;
	font-size:13px;
	float:right;
	padding-right:30px;
}

.footer { 
width:850px;
height:50px;
float:left;
text-align:left;
font-size:12px;

}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#164490;
	line-height:20px;}
	
	a { color: #164490; text-decoration:none; font-weight:normal;}
/*a:visited {color:#000000; text-decoration:none;}*/
a:active{color: #164490; text-decoration: underline; font-weight:normal;}
a:hover{color: #164490; text-decoration:underline; font-weight:normal;}