/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:narrower;
}

h1{
	color: #ee333e;
	font-size: 38px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	vertical-align: middle;
}

a{
	color: #2859a6;
	text-decoration: none;
}

a:hover{
	color: #2859a6;
	text-decoration: underline;
}

#box{
	width: 900px;
	margin: 0 auto;
}

#header{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	overflow: hidden;
	clear: both;
}

#headerLeft{
	float: left;
}

#headerRight{
	float: right;
	padding: 40px 0px 0px 0px;
}

.break{
	width: 100%;
	height: 2px;
	border-top: 2px #ee333e solid;
	padding: 10px 0px 0px 0px;
	clear: both;
}

#team{
	margin: 10px 0px 0px 0px;
}

#content{
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#content p{
	color: #2859a6;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#content span{
	color: #ee333e;
}

#content ul{
	margin: 0px 0px 40px 25px;
	padding: 0px 0px 0px 0px;
}

#content li{
	color: #2859a6;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}

#footer{
	margin: 50px 0px 10px 0px;
	clear: both;
	overflow: hidden;
}

#footer p{
	color: #2859a6;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}