html {
}

body {
	background: url("images/bar_vertical_full.png") center top repeat-y;
	color: #555555;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

#hidden-nav {
	left: -999px;
	position: absolute;
	width: 990px;
}

#header-wrapper {
	background: transparent url("images/bg.gif") center -5px repeat-x;
}

#header {
	background: transparent url("images/header.png") left top no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 831px;
}

#header h1 {
	left: -999em;
	position: absolute;
}

#header #bubble {
	position: relative;
	left: 300px;
	top: 10px;
	background: transparent url("images/Bubble.png") center top no-repeat;
	height: 120px;
	width: 400px;
	overflow: hidden;
}
#header #bubble div {
	color: #883333;
	font-size: 18px;
	height: 75px;
	margin: 15px auto 30px;
	text-align: center;
	width: 375px;
}

#main {
	clear: both;
	margin: 0 auto;
	width: 831px;
}

#sidebar {
	background: transparent url("images/bar_vertical_inner.gif") center top repeat-y;
	clear: both;
	float: left;
	margin-top: -3px;
	width: 253px;
}

#nav {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 205px;
}


#nav a img {
	color: #e6bc2a;
	display: block;
	font-size: 25px;
	font-family: fantasy;
	font-weight: bold;
	font-variant: small-caps;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
}

#news {
	background: transparent url("images/kid_girl_sit.gif") right top no-repeat;
	border-bottom: 1px solid #dddddd;
	margin: 20px auto;
	padding: 40px 10px 1em;
	width: 205px;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul li {
	list-style-type: none;
	margin-bottom: 0.5em;
}
#news ul li a {
	display: block;
}

#credit {
	margin: 20px auto;
	text-align: center;
	width: 205px;
}	

#footer {
	clear: both;
	color: #888888;
	font-size: smaller;
	margin: 20px;
	text-align: center;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #888888;
}


#maincontent {
	float: right;
	margin-right: 25px;
	width: 540px;
}

#maincontent-inner {
	margin: 0 10px;
	text-align: justify;
}

/* * * * * * * * * */

h1, h2, h3 {
	margin: 1em 0 0.25em;
	color: #883333;
}
h2.fancy {
	background: transparent url("images/blast.gif") left center no-repeat;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	margin: 25px -10px 5px;
	padding-left: 25px;
}
a {
	color: #338833;
}

a.plainlinks,
a h2 {
	text-decoration: none;
}

a img {
	border: 0;
}

p, li {
	line-height: 1.3em;
}

li {
	margin: 0.5em 0;
}

ul.striped li {
	list-style-type: none;
}


.width100 {
	width: 100%;
}
.width95 {
	width: 95%;
}

.align-center {
	text-align: center;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.smaller {
	font-size: smaller;
}
.larger {
	font-size: larger;
}

.faint {
	color: #888888;
}

.result {
	background: #ffff88;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.0625em;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
}

.result.success {
	background: #88ff88;
	color: #008800;
}
.result.failure {
	background: #ff8888;
	color: #880000;
}

table {
	border-collapse: separate;
	border-spacing: 0 1px;
}

th,
td {
	border: 0 solid #55aaff;
	border-width: 0px 0;
	padding: 0.2em;
}
th {
	background-color: #eef;
}

td {
	background-color: #f5f5ff;
}
