
a:link, a:visited {color: #A01632;}
a:hover {color: #000;}

a img {border: none;}

img.member {padding: 2px; border: 1px solid #e4e4e4;}

body {
	background: #5696BA url(i/pgbg.gif) top center repeat-y;
	margin: 0;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	}
body.bg2 {background: #4D616C url(i/pgbg2.gif) top center repeat-y;}
#wrap {
	background: #fff;
	width: 750px;
	margin: auto;
	text-align: left;
	color: #000;
	}
#content-wrap {
	background: #fff url(i/content-bg.gif) top center repeat-y;
	padding: 35px 0;
	}
#eyeglass {
	float: left;
	margin: 0px 0px 0px 25px;
	}
#eyeglass img {
	padding: 5px;
	border: 1px solid #E4E4E4;
	}
#content {
	margin: 0px 35px 0px 270px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	}
#content p {
	margin: 0;
	padding: 0 0 15px;
	text-indent: 1.5em;
	}
#content li p {text-indent: 0;}
#content i, #content strong {color: #A01632;}
#content ul {margin: 0; padding: 0 0 15px 45px;}
#content li {margin-left: 0; padding-left: 0;}
#footer {
	clear: both;
	border-top: 1px dotted #e4e4e4;
	background: #fff url(i/map.gif) top right no-repeat;
	height: 130px;
	}

h1 {
	float: left;
	color: #9F9F9F;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 25px;
	}
h1 span {
	color: #A01632;
	}
h2 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 0;
	}


#nav-wrap {
	padding: 0;
	border-bottom: 1px solid #e4e4e4;
	height: 20px;
	padding: 2px 0;
	}
#bottom-nav {
	margin: 3px 250px 0 0 ;
	}
#nav-wrap ul, #bottom-nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li, #bottom-nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}
#nav li a, #bottom-nav li a {
	display: block;
	text-align: center;
	padding: 1px 5px;
	margin: 0 2px;
	border: 1px solid #e4e4e4;
	color: #737373;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 110px
	}
#nav li a:hover, #bottom-nav li a:hover {
	background: #F1DDE1;
	}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 19px;
	left: -24px;
	background: #fff;
}
#nav ul.tier2 li {
	float: none;
	display: block;
	margin-top: 4px;
}
#nav ul.tier2 li a {
	width: 150px;
	background: #efefef;
	}
#nav ul.tier2 li a:hover {background:#F1DDE1;} 

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: -1px;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#bbb {margin-left: 25px;}

table {border: none;}
th {color: #A01632; font-weight: normal; vertical-align: top; text-align: right;}

