body {
	margin:0;
	font-family: Verdana, san serif;
}

#header{
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 19px 40px;
	background-color:#FFF;
	height:100px;
	width:100%;
	border-bottom:1px solid #CCC;
}

h1 {
	font-size:14px;
	font-weight:normal;
	color: #005883;
	margin-top:30px;
	margin-left: 50px;
	margin-bottom:30px;
	}
h1 a{
	color: #005883;
	text-decoration:underline;
	/*border-bottom:1px dotted #005883;*/
}
h1 a:hover{
	color: #000000;
	/*border-bottom:1px dotted #000000;*/
}

h3 {
	margin-top:50px;
	font-size:10px;
	font-weight:normal;
	color: #666666;
	margin-left: 50px;
	}
h3 a{
	color: #666666;
	text-decoration:underline;
	/*border-bottom:1px dotted #666666;*/
}
h3 a:hover{
	color: #000000;
	/*border-bottom:1px dotted #000000;*/
}

#content{
	margin-left:50px;
	color:#333333;
	font-size:10px;
	line-height:15px;
	}


#project{
	margin-left:70px;
	color:#333333;
	font-size:11px;
	margin-bottom:15px;
	font-weight:bold;
	}
#project a{
	text-decoration:none;
	color:#666666;
}
#project a:hover{
	text-decoration:none;
	color:#000000;
}

form {
	color:#333333;
	font-size:10px;
	line-height:15px;
	margin-top:30px;
	margin-left:50px;
	}
form td input{
	color:#666666;
	font-size:9px;
	}

#copy{
	margin-left:50px;
	color:#333333;
	font-size:10px;
	line-height:15px;
	width:600px;
	}
#copy a{
	color:#000000;
}

#options{
	margin-left:50px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	margin-bottom:30px;
}
#options p{
	margin-left:10px;
	color:#666666;
	font-weight:normal;
	}
#options ul{
	color:#666666;
	font-weight:normal;
	}
#options a{
	color: #666666;
	text-decoration:none;
	border-bottom:1px dotted #666666;
}
#options a:hover{
	color: #000000;
	border-bottom:1px dotted #000000;
}

#caption{
	font-size:10px;
	color:#999999;
	font-style:italic;
	margin-top:3px;
	}
#caption a{
	color:#333333;
	}


#filetime{
	margin-left:50px;
	color:#666666;
	margin-top:50px;
	font-size:9px;
}


#team{
	margin-top:70px;
	margin-left:50px;
	font-size:10px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:3px solid #F4F4F4;
	padding:3px;
	width: 550px;
}

#team a{
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
#team a:hover{
	color:#000000;
}

#team_background{
	background:#F4F4F4;
	font-size:13px;
	color:#999999;
}

.team_header{
	font-weight:bold;
	font-size:11px;
	color:#333333;
}

.team_members{
	font-size:10px;
	color:#666666;
}

