@charset "utf-8";
/* CSS Document */
body { 
	margin-top: 0px;
	background-color: #bababa;	
}     
a {
	text-decoration: none;
	color: #128acb;
}
#container {
	width: 940px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
}
#top {
	height: 110px;
	width: 940px;
	background-color: #eeeeee;
}
#nav {
	width: 940px;
	height: 50px;
	background-image: url(../images/navbar_slice.jpg);
	background-repeat: repeat-x;
}
#upper_content {
	width: 940px;
	height: 310px;
	background-image: url(../images/upper_content_slice.jpg);
	background-repeat: repeat-x;
}
#vertical_nav {
	width: 370px;
	margin-left: 40px;
	height: 310px;
	margin-right: 80px;
	float: left;
}
#picture {
	height: 285px;
	width: 382px;
	margin-top: 50px;
	margin-left:60px;
	float: left;
	
}
#lower_content {
	width: 860px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #eeeeee;
}
#lower_left {
	width: 395px;
	float: left;
	/*line-height: 150%;*/
	background-color: #eeeeee;
	margin-right: 20px;
}
#lower_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 445px;
	float: left;
	background-color: #eeeeee;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.blue {
	color: #128acb;
	font-size: 18px;
}
#vertical_nav {
	color: #128acb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20x;
	font-weight: bold;
	margin-left: 40px;
}
#footer {
	width: 860px;
	height: 75px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #399cd1;
	clear: both;
}
#extra {
	height: 20px;
	width:940px;
	background-color: #eeeeee
}
#header_logo {
	height: 90px;
	width: 220px;
	margin-left: 40px;
	margin-top:10px;
	float: left;
}
#numbers {
    margin-right:20px;
	width: 300px;
	height: 110px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#footer_text_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	float: left;
}
#footer_text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 300px;
	float: right;
}
#login {
	margin-left: 225px;

}
#names {
	width: 90px;

}
#form_field {
	width: 300px;
	height: 65px;

	margin-top: 20px;
	
}
