/* Main */
body	{	
			background-color: #FFFFFF;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
#main
{
			margin:0 auto;
			width:723px;
}

a:link
{
			color:#CFCFCF;
			text-decoration:none;
			font-weight:bold;
}

a:hover
{
			color:#FFFFFF;
			text-decoration:none;
			font-weight:bold;
}

a:visited
{		
			color:#CFCFCF;
			text-decoration:none;
			font-weight:bold;
}

a:visited:hover
{
			color:#FFFFFF;
			text-decoration:none;
			font-weight:bold;
}

/* Objects */
#hpinfo
{
			text-align:center;
			display:inline;
			width:230px;
			height:120px;
			position:relative;
			left:25px;
			top:100px;
			font-size:18px;
			font-weight:bold;
			color:#1E7400;
}

.title
{
			font-size:18px;
			font-style:italic;
}

.desc
{

}

#contenttitle
{
			font-size:20px;
			color:#1E7400;
			font-weight:500;
			padding-left:50px;
			font-family:Arial Black, Helvetica, sans-serif;
}

.textblock
{
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:14px;
			padding:10px 30px 10px 50px;
}

.textindented
{
			padding:10px 10px 10px 10px;
			background-color:#CCCCCC;
			border-left:115px solid white;
			border-right:115px solid white;
}

#topbar
{	
			background-color: #2AAC02;
			width: 693px;
			height: 115px;
			border: none;
			text-align: left;
			padding-left:30px;
			background-image:url(../images/top_right.jpg);
			background-repeat:no-repeat;
			background-position:right;
}

#bottombar
{
			background-color: #2AAC02;
			width: 723px;
			height: 98px;
			border: none;
			text-align: right;
			vertical-align: middle;
}
			
#content
{
			width: 723px;
			text-align: left;
			border: none;
}

#navbar
{
			padding:0;
			margin:0;
			list-style-type:none;
}

#navbar li
{
			display: inline;
			text-align:center;
			font-size:11px;
}

#navbar li a
{
			text-align:center;
			float:left;
			width:6em;
			padding:0.2em 0.4em;
}

#navbar li a:hover
{
			background-color:#1E7400;
}

#homepage
{
			padding:0;
			margin:0;
			list-style-type:none;
}

#homepage li
{
			display:inline;
			font-size:11px;
			width:6em;
			padding:0.2em 0.4em;
			vertical-align:text-top;
}

/* Images */
img
{	
			border: 0px;
}

#sitemap
{
			float: left;
}
			
#mainlogo
{
			z-index:200;
}

/* Form parts (contact page) */
div.row
{
			clear:both;
			padding-top:2px;
}

div.row span.label
{
			float:left;
			width:100px;
			text-align:right;
			background-color:#CCCCCC;
			padding-right:3px;
			border-top:4px solid white;
			font-weight:bold;
}

div.row span.formf
{
			float:right;
			width:614px;
			text-align:left;
}

div.row span.link
{
			float:left;
			width:200px;
			text-align:right;
			background-color:#CCCCCC;
			padding-right:3px;
			border-top:1px solid #CCCCCC;
			border-bottom:1px solid #CCCCCC;
}

div.row span.desc
{
			float:right;
			width:514px;
			text-align:left;
			border-top:1px solid #CCCCCC;
			border-bottom:1px solid #CCCCCC;
			border-left:1px solid #CCCCCC;
			padding-left:3px;
}

div.row span.link a
{
			color:black;
}

div.row span.link a:hover
{
			color:white;
}