/* CSS Document */

body {
	min-width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color: #001B54;
	background-image: url(../assets/blue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#search{
	height:60px;
	width:250px;
	float:right;
	background-image: url(../assets/searchbg_blue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.text_field {
	color: #001B54;
	background: #ffffff;
	border: 1px #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:10px;
	padding: 4px 0 0 0;
}

.people_photos {
	border:1px solid #69C8FF;
	padding:8px;
	margin: 3px;
	background-color: #001B54;
	height: 70px;
	width: 70px;
}
#smalllogo {
	clear: both;
	background-image: url(../assets/logo_small.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 50px;
	margin: 20px 0 0 0;
}


/* LINKS */
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #9BDAFF;
	text-decoration: none;
} 
