@charset "UTF-8";
/* CSS Document */

.clear {
	clear: both;
}
body{
	margin: auto;
	background-color:#205188;
}

#container{
	width:1000px;
	margin: auto;
	background-color:#FFFFFF;
}
#header{
	width:1000px;
	background-image:url(/images/internal/internal1.gif);
	height: 150px;
}
#menu{
	font-family:"Lucida Grande", Helvetica, Verdana, Arial;
	color:#FFFFFF;
	width: 900px;
	padding-left:50px;
	padding-right:50px;
	padding-top:14px;
	height:36px;
	background-image:url(/images/internal/menu.gif);
}
#menu ul {
	text-align:center;

	margin:0;

	list-style: none;

}



#menu li {

	display: inline;

	margin-right: 18px;

}



#menu a, #menu a:visited {
	color:#FFFFFF;
	text-decoration: none;

}



#menu a:hover, #menu a:visited:hover{

	text-decoration: none;
	color:#FF0000;

}
#content{
	width:900px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:50px;
}
#footer{
	margin:auto;
	color:#FFFFFF;
	width: 700px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 150px;
	padding-right: 150px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.smalltable{
	font-size:9px;
}

/* Begin Member Display Containers */

#member_container {
	width:750px;
	height: 400px;
	position:relative;
}
#member_label_name {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}
#member_name {
	font-size: 16px;
	position: absolute;
	top: 23px;
}
#member_label_phone {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:500px;
}
#member_phone {
	font-size: 16px;
	position: absolute;
	left:500px;
	top: 23px;
}
#member_label_cphone {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:625px;
}
#member_cphone {
	font-size: 16px;
	position: absolute;
	left:625px;
	top: 23px;
}
#member_label_email {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:300px;
}
#member_email {
	font-size: 16px;
	position: absolute;
	left:300px;
	top: 24px;
}
#member_label_address {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:0px;
	top: 58px;
}
#member_address {
	font-size: 16px;
	position: absolute;
	width:200px;
	left:0px;
	top: 82px;
}
#member_label_notes {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:300px;
	top: 58px;
}
#member_notes {
	font-size: 16px;
	position: absolute;
	left:300px;
	top: 82px;
	width:400px;
	height:53px;
}
#member_label_pref_day {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:0px;
	top: 170px;
}
#member_pref_day {
	font-size: 16px;
	position: absolute;
	left:0px;
	top: 194px;
}
#member_label_alt_day {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:300px;
	top: 170px;
}
#member_alt_day {
	font-size: 16px;
	position: absolute;
	left:300px;
	top: 194px;
}
#member_label_fac {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left:550px;
	top: 170px;
}
#member_fac {
	font-size: 16px;
	position: absolute;
	left:550px;
	top: 194px;
}
#member_hist {
	border-top: solid thin #333333;
	position:absolute;
	top: 235px;
	width: 750px;
	height: 163px;
}
#member_function{
	border: solid thin #333333;
	position:absolute;
	bottom: 0px;
	padding:5px;
	width: 736px;
}