@charset "utf-8";
/* CSS Document */
.preflash {
	visibility: hidden;
	float:left;
}

body {
	background: url(../images/gradient_bg.png) fixed repeat-x;
	overflow:scroll;
	overflow-x: hidden;
}

#container {
	width: 800px;
	height: 100%;
	border: 1px #ffffff solid;
	background: #f1f1f1;
	padding: 15px;
	padding-bottom: 5px;
	margin: 0 auto;
}

.header {
	background: #ffffff url(../images/logo.gif) no-repeat center;
	height: 170px;
	padding:2px 2px 2px 2px;
	margin: 0 auto;
	border: 1px solid #e9e0f8;
}

.Ccontainer {
	text-align:center;
	margin: 18px 0 0 0;
}

.link {
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 auto;
}

.content {
	padding: 2px;
	padding-bottom: 0;
	padding-top:18px;
	height: auto;
	color:#003399;
	margin: 0 auto;
}

.inner {
	padding: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
	background: #ffffff;
}

.border {
	border: 1px solid #e9e0f8;
	border-top: none;
}

.innerbar{
	background: url(../images/boxhead.png) repeat-x;
	height: 22px;
}

.picright {
	float:right;
	padding: 14px;
}

.picrightPlus {	
	float:right;
	padding: 14px;
	padding-right: 190px;
}

.picright2 {
	float:right;
	padding-left: 14px;
	padding-bottom: 4px;
}

.picleft {
	float:left;
	padding: 14px;
}

.picleft2 {
	float: left;
	padding-right: 14px;
	padding-bottom: 4px;
}

.credit {
	font-size: 6pt;
	font-style: italic;
	width: 150px;
	align: center;
}

#donate {
	text-align: center;
	width:210px;
	margin:25px auto 0px auto;
}

IMG.piccenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.piccenter {
    display: block;
	text-align:center;
}
