/* site styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#site {
	width: 800px;
	margin: 10px auto 0px auto;
	color: #555;
	background-color: #EAEDF6;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat;
	height: 186px;	
	margin: 0px;
	padding: 0px;
}

#header span {
	display: none;
}
#header p {
	font-size: 1.5em;
	text-align: right;
	width: 785px;
	color: #1D8ACF;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#nav {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 10;
	font-size: 8pt;
}

#main {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 586px;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 2;
	background-color: #CEE5F7;
	line-height: 1.5em;
	cursor: default;
}
#main p {
	text-align: justify;
}
#main h2 {
	line-height: 1.25em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #1D8ACF;
}
#main h3 {
	line-height: 1.25em;
	font-size: 1.15em;
	font-weight: normal;
	text-align: left;
	color: #1D8ACF;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main ul {
	margin-left: 20px;
}
#bottom {
	position: relative;
	height: 500px;
}
.indent {
	text-indent: 2em;
}
#memlist li{
	margin-left: 55px;
	list-style-type: none;
	height: 4em;
	position: relative;
}
#memlist img{
	margin-left: -75px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#memlist a{
	height: 3.5em;
	line-height: 1em;
	vertical-align: middle;
}
.right {
	text-align: right;
	font-style: italic;
	width: 470px;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#main dd {
	margin-left: 20px;
	text-indent: -10px;
}
#main a {
	text-decoration: underline;
}
#main a[rel="external"] {
	background-image: url(../images/externalLink.gif);
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}

#host {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 8pt;
	width: 160px;
}
#orgchart {
	position: relative;
	left: 93px;
	margin-top: 20px;
}

/* standard A styles */
/* goes at end */

a:link {
	color: #1D8ACF;
}
a:visited {
	color: #1D8ACF;
}
a:focus {
	color: #1D8ACF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #1D8ACF;
}
/* ends standard A styles */

/* goes at end */

#main a:link {
	color: #555;
}
#main a:visited {
	color: #555;
}
#main a:focus {
	color: #555;
}
#main a:hover {
	color: #fff;
}
#main a:active {
	color: #555;
}
#host a:link {
	color: #EAEDF6;
}
#host a:visited {
	color: #EAEDF6;
}
#host a:focus {
	color: #EAEDF6;
}
#host a:hover {
	color: #EAEDF6;
}
#host a:active {
	color: #EAEDF6;
}
/* ends standard A styles */

