* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10.5pt;
	background:#2153A2 url("bg.jpg") no-repeat fixed center -65px;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	-moz-text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
	-webkit-text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#wrapper {
	width:780px;
	margin:0 auto;
	padding-top:8px;
}
#wrapper2 {
	height:100px;
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -125px;
	text-align:center;
}
#header {
	text-align:center;
}
#menu {
	text-align:center;
	height:84px;
}
#menu a>img {
	padding-left:56px;
	background:url("menu.png") no-repeat 8px center;
}
#menu a>img:hover {
	background:url("menu-hover.png") no-repeat 8px center;
}
#content {
	padding:6px;
	background:#5A91CB url("borderbg.jpg") no-repeat fixed center -65px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top:-4px;
}
#content>div {
	padding:6px;
	background:#9BBFE2 url("contentbg.jpg") no-repeat fixed center -65px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#contentinner {
	min-height:120px;
}
#copyright {
	color:#2153A2;
	padding:4px 4px 0;
	font-size:0.8em;
	min-height:1px;
}
img {
	border:0;
}
a {
	color:#151E7D; /*#FFE600;*/
}
li {
	margin-left:1em;
}
a:hover {
	color:#FFBF00;
}
input + span {
	display:none;
	
}
input:focus + span,input:hover + span {
	display:inline;
	width:10em;
	min-height:1em;
	position:absolute;
	display:inline;
	background:url("tab.png") no-repeat;
	padding-left:13px;
	margin-left:2px;
}
input:focus + span>span,input:hover + span>span {
	border:1px solid #CCC57A;
	border-left:0;
	background-color:#FFF699;
	display:block;
}
input:focus + span {
	z-index:1;
}
input:hover + span {
	z-index:2;
}
input[type=submit] {
	font-weight:bold;
	padding:0.1em;
}
p {
	text-indent:1em;
	margin-bottom:1em;
}

table,td,th {
	border:1px solid #5A91CA;
	border-collapse:collapse;
}
table.noborder,table.noborder td,table.noborder th {
	border:0 none;
	padding:1px;
}

.give,.nogive {
	color:#FFF;
	font-weight:bold;
	width:25%;
	margin:0 auto;
	cursor:pointer;
	height: 2.5em;
	font-size: 1.2em;
}
.give {
	background:#5ACA5A;
	border:4px solid #21A221;
}
.nogive {
	background:#CA5A5A;
	border:4px solid #A22121;
}
.give:hover {
	background:#9BE39B;
	border-color:#5ACA5A;
}
.nogive:hover {
	background:#E39B9B;
	border-color:#CA5A5A;
}