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

body{

font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
font-family:Helvetica,Lucida Console,Arial,Sans-Serif;
font-size: 11px;
color: #5d5d5d;
font-weight: normal;
letter-spacing: .8px;
line-height: 16px;
}

h3 a {
color:#1b759f;
border-bottom: 1px dotted #5ca0bc;
text-decoration: none;
}

h3 a:hover {
color:#000000;
border-bottom: 1px dotted #000000;
background:#a6c3cf;
}

* {
	margin: 0;
	border: none;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
	width: 500px;
	text-align: left;

}

.push{
    height: 200px;
	background-color:#f4f4f4;
}

.footer {
    height: 200px;
	background-color:#f4f4f4;
	background-image:url('footer.jpg');
	background-repeat:repeat-x;
}

#announcements {
	margin: 0px auto;
	width: 180px;
	padding-left: 250px;
}
.annBox {
	width: 180px;
	min-height: 20px;
	background-color: #C9210A;
	background-image: url(member/about/bubble_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px 0px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.announcement {
	width: 160px;
	padding: 2px 10px;
	background-color: #E6664A;
	color: #ffffff;
}
