body {
	background: #000 url(images/background-pink.jpg) fixed no-repeat top center;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
}

a {
/*	color: #acf;*/
	color: #B4417A;
	text-decoration: none;
}

img {
	display: block;
}

p {
	margin-top: 0;
}

#content {
	width: 900px;
	margin: 20px auto;
	background: url(images/RWHlogo-pink.gif) top left no-repeat;
}

#header {
	width: 900px;
	height: 300px;
/*	border: 1px solid #fff; */
}

#headline {
	width: 570px;
	height: 100px;
	margin-left: 300px;
	font-family: Impact, Arial;
	font-variant: small-caps;
	font-size: 22pt;
	line-height: 1em;
/*	border: 1px solid #fff; */
}

#description {
	width: 400px;
	height: 175px;
	margin-top: 10px;
	margin-left: 470px;
/*	border: 1px solid #fff; */
	font-size: 12pt;
}

#columns {
	width: 900px;
}

.column {
	float: left;
/*	width: 204px; */
	width: 279px;
	margin-right: 21px;
	!margin-right: 19px;
	margin-bottom: 21px;
	padding: 0;
}

.column-content {
	background: url(images/column-middle-pink.gif) repeat-y;
	padding: 0 15px;
	height: 255px;
	overflow: hidden;
}

.column-content a {
	color: #ddf;
}

.column-primary {
	background: url(images/column-middle-ltpink.gif) repeat-y;
	padding: 0 15px;
	height: 255px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #94215A;
}

.column-primary a {
	color: #ddf;
}

.short-details {
	text-align: justify;
}

.short-details img {
	margin: 0 auto;
}

#paragraphs {
	clear: both;
	width: 900;
}

.paragraph {
	width: 879px;
}

.paragraph a {
	color: #fff;
}

.paragraph-content {
	padding: 15px;
	background: #000 url(images/paragraph-middle-pink.gif) repeat-y;
}

.paragraph-content-red {
	padding: 15px;
	background: #000 url(images/paragraph-middle-pink.gif) repeat-y;
}

#footer {
	width: 900px;
	margin-top: 20px;
	text-align: center;
}

#logos {
	text-align: center;
}

#logos img {
	display: inline;
	margin: 0 20px;
}

h2 {
	margin-top: 0;
}

.column-chipin {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
}

.paragraph-chipin {
	float: left;
	margin-right: 20px;
	height: 350px;
}

.paragraph-logo {
	float: right;
	margin: 0 0 20px 20px;
}

#paragraph-nav {
	float: right;
}

#goldie {
	background: url(images/goldie-crop.gif) bottom right no-repeat;
}

.whitebox {
	color: #000;
	background: #fff;
}

.donorname {
	width: 210px;
	float: left;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

#server_rank {
	float: right;
	width: 200px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #FFD700;
}

#server_rank h1 {
	font-family: Impact, Arial;
	font-variant: small-caps;
	font-size: 22pt;
	margin-top: -10px;
	margin-bottom: -25px;
}

#announcement {
/*	color: #ffd700; */
	color: #fff;
	font-size: 17pt;
	font-family: Impact, Arial;
	font-variant: small-caps;
	padding-bottom: 10px;
	text-align: center;
}

/*****FOCUSBOX*****/

html > body .LB-black-overlay { /* Don't bother showing this in IE6 */
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}

.LB-white-content {
    display: none;
/*    position: fixed; */
    width: 550px;
    height: 250px;
    padding: 0;
    margin-top: 20px;
	margin-left: -300px;
	left: 50%;
    border: 1px solid ##FF66CC;
    background-color: #fff;
    z-index:1002;
	color: #000;
}
html > body .LB-white-content { position:fixed; } /* IE6 and below Can't See This */
* html .LB-white-content { position: absolute; } /* IE6 only sees this */

a#close {
    height: 30px;
    width: 30px;
/*    position: absolute; */
    top: -12px;
    left: -12px;
    background: url(images/close.gif) 0 0;
}
html > body a#close { position: absolute; } /* IE6 and below Can't See This */
* html a#close { position: absolute; } /* IE6 only sees this */

a#close:hover {
    background: url(images/close.gif) 0 -30;
} 

.mission-info {

}

.mission-purpose {
	clear: both;
}

.mission-link {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	bottom: 0;
}

area.nocursor {
	cursor:default;
}