/* Standard Tags ==================== */

html {
	height: 100%;
}
body {
	height: 100%;
	background: #006600 url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1em;
}
h2 {
	font-size: 120%;
	color: #A6D373;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6D373;
}
ol, ul {
	margin-top: 0px;
	margin-bottom: 1em;
}

/* Links ==================== */

a:link {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #A6D373;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	font-weight: bold;
	color: #EE0000;
	text-decoration: none;
}

/* IDs ==================== */

#bg {
	background-color: #000000;
	height: 100%;
	width: 760px;
}
#logo {
	background-image: url(images/logo.gif);
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	height: 131px;
	width: 179px;
}
#top {
	background-image: url(images/top.gif);
	position: absolute;
	height: 131px;
	width: 528px;
	left: 179px;
	top: 0px;
}
#top_right {
	background-image: url(images/top_right.gif);
	position: absolute;
	height: 131px;
	width: 53px;
	left: 707px;
	top: 0px;
}
#left {
	position: absolute;
	height: 328px;
	width: 179px;
	left: 0px;
	top: 131px;
	background-image: url(images/calc.gif);
}
#container {
	background-color: #FFFFFF;
	position: absolute;
	height: 328px;
	width: 528px;
	left: 179px;
	top: 131px;
	overflow: auto;
	line-height: 1.33em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 10px;
}
#right {
	background-image: url(images/right.gif);
	position: absolute;
	height: 328px;
	width: 53px;
	left: 707px;
	top: 131px;
}
#bottom_left {
	background-image: url(images/bottom_left.gif);
	position: absolute;
	height: 151px;
	width: 179px;
	left: 0px;
	top: 459px;
}
#bottom {
	background-image: url(images/bottom.gif);
	position: absolute;
	height: 151px;
	width: 528px;
	left: 179px;
	top: 459px;
}
#footer {
	position: absolute;
	height: 50px;
	width: 528px;
	left: 179px;
	top: 466px;
	z-index: 3;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
#bottom_right {
	background-image: url(images/bottom_right.gif);
	position: absolute;
	height: 151px;
	width: 53px;
	left: 707px;
	top: 459px;
}
#semicircle {
	background-image: url(images/semicircle.gif);
	position: absolute;
	height: 324px;
	width: 68px;
	left: 760px;
	top: 117px;
}
#navbar {
	position: absolute;
	z-index: 2;
	height: 26px;
	width: 579px;
	left: 157px;
	top: 105px;
	font-weight: bold;
	text-align: center;
	color: #A6D373;
}

/* ID Links ==================== */

#navbar a:link {
	font-weight:bold;
	color: #006600;
	text-decoration: none;
}
#navbar a:visited {
	font-weight:bold;
	color: #006600;
	text-decoration: none;
}
#navbar a:hover {
	font-weight:bold;
	color: #A6D373;
	text-decoration:none;
}
#navbar a:active {
	color:#EE0000;
	font-weight:bold;
	text-decoration:none;
}
#footer a:link {
	color: #A6D373;
	text-decoration:none;
}
#footer a:visited {
	color: #A6D373;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:active {
	color:red
}

/* Classes ==================== */
.emphasis {
	color:#EE0000;
	font-weight:800;
}
.small {
	font-size: 10px;
}
.callout {
	margin: 1em 0;
	background: #e5ecd9;
	padding: 15px;
	border: 1px solid #A6D373;
}