body
{
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:link    { color: #274327; text-decoration: none; font-weight:bold; }
a:visited { color: #274327; text-decoration: none; font-weight:bold; }
a:hover   { color: #274327; text-decoration: underline; font-weight:bold; }
a:active  { color: #274327; text-decoration: none; font-weight:bold; }

div#navigation a:link    { color: #ffffff; text-decoration: none; font-weight:normal; }
div#navigation a:visited { color: #ffffff; text-decoration: none; font-weight:normal; }
div#navigation a:hover   { color: #ffffff; text-decoration: underline; font-weight:normal; }
div#navigation a:active  { color: #ffffff; text-decoration: none; font-weight:normal; }

div#navigation a.active    { font-weight:bold; }

#logo h1
{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#content h1
{
	font-size:15px;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
}

h2
{
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;

}

img
{
	border:0px;
}

div#container
{
	margin:5% auto;
	width:90%;
	padding:0px;
}

div#logo
{
	text-align:center;
	color:#0D3A09;
	margin-bottom:10px;
}

div#navigation
{
	height:24px;
	background-image:url(../images/topleft.gif);
	background-color:#003300;
	background-position:top left;
	background-repeat:no-repeat;
	color:#ffffff;
	position:relative;
	text-align:center;
}
	div#navigation #rightcorner
		{
		width:10px;
		position:absolute;
		right:0;
		background-image:url(../images/topright.gif);
		background-position:top right;
		background-repeat:no-repeat;
		}
	
	div#navigation ul
	{
		width:750px;
		margin:0px 0px 0px 10px;
		padding:4px 0px 0px 0px;
		list-style:none;
		margin:0 auto;
	}

	div#navigation ul li
	{
		text-align:center;
		width:150px;
		float:left;
	}
	
div#content
{
	padding:5px 5px 10px 5px;
	background-color:#e7ede6;
	line-height:16px;
}
	
	div#backbutton
	{
		margin-top:15px;
		text-align:center;
		clear:both;
	}


div#bottombar
{
	background-image:url(../images/bottomleft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#003300;
	text-align:center;
	height:8px;	
	position:relative;
}

	div#bottombar #rightcorner
	{
		width:10px;
		height:8px;
		position:absolute;
		right:0;
		background-image:url(../images/bottomright.gif);
		background-repeat:no-repeat;
		background-position:bottom right;		
	}

div#footer
{
	text-align:center;
	padding-top:2px;
}

div#error
{
	margin:auto;
	margin-bottom:15px;
	margin-top:10px;
	width:80%;
	background-color:#fff;
	color:#ff0000;
	padding:5px;
	border:1px solid #000;
}

	div#error h1
	{
		text-align:center;
	}


td.category
{
	width:125px;
	text-align:right;
	padding-right:2px;
}

.required
{
	color:#ff0000;
	font-weight:bold;
}
