/* @group Main Body Frame */

#mb {
	background: url(images/long-top.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#mbc {
	width: 803px;
	position: relative;
	top: 299px;
	left: 109px;
	background-color: white;
	border-top: 4px solid yellow;
	border-right: 4px solid yellow;
	border-left: 4px solid yellow;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Header */



/* @end */

/* @group AdSense Frame */

#gbc {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}



/* @end */

/* @group Navigation */

/* @group Navigation Border */

#nbc {
	font-size: medium;
	text-align: center;	
}



/* @end */

/* @group Navigation Style */

#nbc .nt {
	font-weight: bold;
	font-size: x-large;
	display: block;
}

#nbc a {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nbc img {
	width: 24px;
	height: 24px;
	border-style: hidden;
	vertical-align: middle;
}



/* @end */



/* @end */

/* @group Content Frame */

#cb {
	padding: 10px 5px;
}

#cbc {
	background-color: white;
	margin: 0 13px;
	overflow: hidden;
}



/* @end */

/* @group Footer */

#fb8 {
	position: absolute;
	left: -111px;
	width: 216px;
	height: 165px;
	overflow: hidden;
	bottom: 0;
}

#fbc {
	text-align: center;
	padding-bottom: 2em;
}

.copyright {
	font-size: x-small;
}

.mof {
	font-size: xx-small;
}

.mof a {
	color: black;
	text-decoration: none;
}



/* @end */

/* @group Quiz */

#quiz {
	background-color: yellow;
	color: black;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 3px solid black;
}

#quiz-question {
	font-size: x-large;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

.quiz-answer {
	margin: 8px;
	display: block;
	width: 300px;
	text-align: center;
}



/* @end */

/* @group General */

/* @group Image - Prev/Next/Home Page */

a.nextpage {
	background: url(images/next.jpg) no-repeat center center;
	width: 207px;
	height: 301px;
	display: inline-block;
}

a.nextpage {
	display: -moz-inline-stack;
}

a.nextpage span {
	display: block;
	visibility: hidden;
}

a.prevpage {
	background: url(images/back.jpg) no-repeat center center;
	width: 244px;
	height: 301px;
	display: inline-block;
}

a.prevpage {
	display: -moz-inline-stack;
}

a.prevpage span {
	display: block;
	visibility: hidden;
}

a.homepage {
	background: url(images/home.jpg) no-repeat center center;
	width: 202px;
	height: 301px;
	display: inline-block;
}

a.homepage {
	display: -moz-inline-stack;
}

a.homepage span {
	display: block;
	visibility: hidden;
}



/* @end */

body {
	background-color: #264b18;
	text-align: left;
	color: black;
	font-size: large;
	margin: 0;
}

p {
	background-color: transparent;
}

p.center {
	text-align: center;
}

h3 {
	font: small-caps bold x-large "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

li {
	padding-bottom: 15px;
}

.image-source {
	font-size: small;
}

a {
	color: blue;
}

#sidbar {
	float: right;
	background-color: yellow;
	width: 28%;
	font-size: small;
	margin-left: 5px;
	padding: 7px;
}

#sidbar h3 {
	font-size: medium;
}



/* @end */
