body {
	font-family: verdana;
	text-align: center;
	color: #fff;
}
  
html, body, #wrapper, h1, #nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
}

body, th, td {
	font-size: 12px;
}

img { border: 0; }

#wrapper {
	margin: 16px auto;
	text-align: left;
	position: relative;
}

h1, h2, h3 {
	font-size: 14px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

body {
	background: #373839;
	padding-bottom: 12px;
}

#wrapper {
	width: 700px;
}

h1 {
	margin-bottom: 2px;
}

a {
	color: #f5f5f5;
}

a:hover {
	text-decoration: none;
}

/* navigation */

#nav {
	position: absolute;
	top: 15px;
	right: -40px;
	list-style: none;
}

#nav li {
	width: 7em;
	float: left;
	margin: -4px 0.3em auto 0.3em;
	padding: 0;
	font-size: 10px;
}

#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.a   { background: url(images/menu_a_bg.gif) no-repeat; }
#nav li.a a { background: url(images/menu_a_r.gif)  top right no-repeat; }
#nav li.b   { background: url(images/menu_b_bg.gif) no-repeat; }
#nav li.b a { background: url(images/menu_b_r.gif)  top right no-repeat; }
#nav li.c   { background: url(images/menu_c_bg.gif) no-repeat; }
#nav li.c a { background: url(images/menu_c_r.gif)  top right no-repeat; }
#nav li.d   { background: url(images/menu_d_bg.gif) no-repeat; }
#nav li.d a { background: url(images/menu_d_r.gif)  top right no-repeat; }
#nav li.e   { background: url(images/menu_e_bg.gif) no-repeat; }
#nav li.e a { background: url(images/menu_e_r.gif)  top right no-repeat; }

/* body */

#body { 
	width: 100%;
	color: white;
	padding: 20px;
}

#body { background: #003802; }


#body h2 {
	margin-top: 3px;
}

* html #body h2 {
	margin-top: 21px;
	marg\in-top: 3px;
}

#body p {
	margin: 1em 0;
}

a {
	font-weight: bold;
}

td {
	vertical-align: top;
}

/* footer */

#footer {
	margin-top: 3px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #989994;
}

#footer a {
	color: #FFF;
	font-weight: normal;
}

#footer a:hover {
	color: yellow;
}

.success {
	width: 75%;
	border: 1px solid #669966;
	background: #88ff88;
	text-align: center;
	padding: 5px;
	margin: 10px auto 10px auto;
	color: #000000;
}

.error {
	width: 75%;
	border: 1px solid #ff0000;
	background: #ffaaaa;
	text-align: center;
	padding: 5px;
	margin: 10px auto 10px auto;
	color: #000000;
}