/* 
********************/
body {
	text-align:center;
	margin:0px;
	background-image:url("../img/body_background.gif");
	background-repeat:repeat-x;
	background-attachment: fixed;
}
#wrapper {
	width:950px;
	margin:0px auto;
	padding:5px;
}
.caption {
	color:gray;
	font-size:x-small;
}
dl {
	line-height:140%;
}

/* header
********************/
.header * {
	margin:0px auto;
}
.header-title {
	margin:0px 25px;
	height:40px;
	background-image:url("../img/header_background.gif");
	background-repeat:no-repeat;
}
#header-banner {
	list-style-image:none;
	list-style-type:none;
	float:right;
}
#header-banner li {
	margin-left:10px;
	float:right;
}
#header-banner img {
	height:30px;
	border-style:none;
}

#header-line {
	width:900px;
	margin-bottom:5px;
	padding:0px;
	clear:both;
}

/* menu
********************/
#menu {
	margin:5px;
	margin-right:25px;
	padding:0px;
	float:right;
	width:180px;
	border:1px solid #009900;
	background-color:white;
}
#menu li {
	height:30px;
	font-size:16px;
	text-align:left;
	list-style-image:url("../img/menu_list.gif");
	list-style-type:none;
	background-image:url("../img/menu_background.gif");
	margin-left:30px;
	padding-top:10px;
}
#menu a {
	text-decoration: none;
}
#menu a:link { color: black; }
#menu a:visited { color: black; }
#menu a:active { color: black; }
#menu a:hover { color: blue; }

/* contents
********************/
.contents {
	line-height:140%;
	margin-left:25px;
	padding-left:10px;
	width:680px;
	float:left;
	text-align:left;
}
#headline {
	font-size:16pt;
	width:400px;
	padding-left:10px;
	border-bottom:2px solid #009900;
	border-left:5px solid #009900;
}
#profile_outline {
	width:100%;
	margin-left:20px;
}
#profile_detail {
	width:100%;
}
.profile_icon {
	width:220px;
	float:left;
	margin-bottom:10px;
}
.profile_icon img {
	width:80px;
	border:none;
	vertical-align:middle;
}
.profile_icon a {
	text-decoration: none;
}
.profile_individual {
	width:100%;
	border:1px solid black;
	padding:10px;
	margin-bottom:10px;
}
.profile_individual img {
	width:200px;
	vertical-align:top;
	float:left;
}
.profile_individual table {
	padding-left:10px;
}
.profile_individual th {
	text-align:right;
	white-space: nowrap;
	vertical-align:top;
	padding:5px 0px;
}
.profile_individual td {
	padding:5px 0px;
}
.form {
	margin:0px 10px;
	padding-bottom:20px;
}
.form th {
	text-align:right;
	vertical-align:top;
}
.sub_headline {
	margin:0px;
}
.link_list {
	margin-top:5px;
}
.link_list li {
	margin-bottom:5px;
}
.link_list a {
	text-decoration: none;
}
.link_list a:link { color: black; }
.link_list a:visited { color: black; }
.link_list a:active { color: black; }
.link_list a:hover { color: blue; }

.event_list dd {
	margin-left:5px;
}
.event_list a{
	text-decoration: none;
}
.event_list td {
	white-space: nowrap; 
	vertical-align:top;
	text-align:right;
}
.event_list a:visited { color:blue; }

/* footer
********************/
.footer {
	clear:both;
	font-size:12px;
}
#footer-line {
	width:900px;
	margin-top:5px;
	padding:0px;
}

/* announce
********************/
.announce {
	float:left;
	text-align:left;
	line-height:140%;
	margin-left:25px;
	padding-left:10px;
	width:680px;
	background-color:#FFFF99;
	border:3px solid #FFCC33;
}

/* other
********************/
.photo {
	position:relative;
}
.photo span {
	position:absolute;
}
.photo img {
	width:400px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
}