body {
	background: #CCCC99 url("images/body_bg.png") top center repeat-y;
	text-align: center;
	margin: 20px 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #333;
}

/* global */

p, ul, ol, dl, td {
	line-height: 19px;
	margin: 0 0 12px 0;
	font-size: 12px;
}

ul, ol {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

h1, h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	line-height: 21px;
	margin: 0;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 19px;
	margin: 0;
	margin-bottom: 3px;
}

a {
	color: #003300;
	text-decoration: underline;
}

p.image {
	margin: 30px 0;
}

img {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #777;
	line-height: 14px;
	text-align: justify;
}

.tagline {
	font-style: italic;
	left: 2px;
}

/* layout */

#main {
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0 11px;
	width: 680px !important;
	width /**/:702px;
}

#logo {
	position: relative;
	top: -18px;
	margin-bottom: -10px;
}

#above {
	margin: 54px -11px 6px -11px;
	height: 282px;
}

#upper_right {
	float: right;
	width: 360px;
	margin: 3px 11px 0 0;
	overflow: auto;
}

#upper_right h1 {
	margin-top: 0px;
}

/* nudge dimensions.

- home: down 1
- about: right 2
- dodoma: nothing
- projects: right 2, up 1
- new: right 2, up 1
- help: right 2, up 1
- contact: nothing

*/

#nudge_home {
	margin: 1px 0 0 0;
}

#nudge_about {
	margin: 0 0 0 2px;
}

#nudge_dodoma {
	margin: 0;
}

#nudge_projects {
	margin: -1px 0 0 2px;
}

#nudge_new {
	margin: 0 0 0 2px;
}

#nudge_help {
	margin: 0 0 0 2px;
}

#nudge_contact{
	margin: 0;
}



#below {
	border-top: 1px solid #003300;
	padding: 10px 0 0 0;
}

#lower_big {
	margin-right: 162px;
}

#lower_left {
	float: left;
	border-right: 1px solid #003300;
	padding-right: 10px;
	width: 290px !important;
	width /**/:301px;
}

#lower_right {
	margin: -10px 0 0 300px;
	padding: 10px 0 0 10px;
	border-left: 1px solid #003300;
}

#table_lower_left {
	padding: 10px 10px 0 0;
}

#table_lower_right {
	padding: 10px 0 0 10px;
}

#bottomnav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 5px 0;
}

#bottomnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottomnav ul li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #7A997A;
	display: inline;
}

#bottomnav a {
	text-decoration: none;
}

#bottomnav ul li#bottom_first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#button {
	position: absolute;
	top: 19px;
	right: -1px;
	margin: 0;
}

.quote_left {
	font-style: italic;
	background: url("images/quote_left.png") no-repeat;
}

.quote_right {
	background: url("images/quote_right.png") bottom right no-repeat;
}

/* nav bar */

ul#nav {
	position: absolute;
	top: -1px;
	right: 9px;
	text-align: right;
	color: #003300;
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: 1px;
	line-height: 14px;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #555;
	border-left: 1px solid #7A997A;
}

ul#nav #firstnav_li {
	border-left: 0;
	padding-left: 0;
}

ul#nav #lastnav_li {
	padding-right: 0;
}

ul#nav a {
	color: #003300;
	text-decoration: none;
}

.chosen {
	/*background: url("images/chosen_bg.png") 0 0px repeat-x;
	border-top: 1px solid #7A997A;*/
	color: #336699;
}

div#ITS
{
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
	font-family: tahoma,helvetica;
	color:#003300;
}

div#ITS a
{
	color: #003300;
}