

body
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	80%;
	text-align: center;
	margin: 0px;
}

table
{
	font-size: 1em;
}

/* Text -----------------------------*/

h1
{
	font-size: 1.2em;
	color: #315D01;
	margin-top: 1.3em;
	margin-bottom: .6em;
}

h2
{
	font-size: .9em;
	margin: 0;
	margin-bottom: .6em;
	color: #315D01;
}

p
{
	line-height: 1.7em;
	margin: 0em 0em 1.5em 0em;
	text-align: justify;
	font-size: 1em;
}

ul
{
	list-style: none;
	line-height: 1.7em;
	margin: 0em 0em 1.3em 0em;
	padding: 0px;
}

li
{
	margin-left: 20px;	
}


a
{
	color: #315D01;
}

input.button
{
	height: 20px;
	font-size: 10px;
}

img
{
	border: none;
}

/* Shell--------------------------------*/

#top
{
	background-color: #315D01;
	height: 20px;
}

#page
{
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

#body
{
	width: 510px;
	margin-left: 106px;
}

#header
{
	
}


/* Home --------------------------------*/

div.homebox
{
	background-image: url(/webresources/images/homebackground.jpg); 
	background-repeat: no-repeat; 
	height: 500px; 
	padding: 90px 100px 0px 10px; 
	position: relative;
}


#homequestions
{
	font-size: .8em;
	width: 310px;
	margin-bottom: 25px;	
	margin-left: 0em;
	padding-left: 0em;
	position: relative;
}

#homequestions li
{
	margin-bottom: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
	margin-left: .6em;	
}

#homequestions li a
{
	color: #FAFAD2;
	text-decoration: none;
	line-height: .8em;
}

#homequestions li a:hover
{
	color: white;
}

div.contact
{
	position: absolute;	
	right: -105px;
	top: 380px;
	color: #666666;
	font-size: .85em;
	line-height: 1.5em;
}

div.contact strong
{
	color: #555555;
}

div.contact a
{
	color: #333333;
}


/* Tabs ---------------------------------*/

div.tab
{
	float: left;
	border-top: 0px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	margin: 0ox;
	padding: 2px 15px;
	margin-top: 2px;
	background-color: #DEDEDE;
}

div.tab a, div.activetab a
{
	text-decoration: none;
	color: #333333;
}

div.activetab a
{
	color: white;
}

div.activetab
{
	float: left;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px;
	padding: 2px 17px;
	background-color: #315D01;
}


/* Pager --------------------------------------*/

.pager
{
	background-color: #315D01;
	clear: both;
	margin: 0px;
	width: 100%;
	color: white;
	height: 25px;
	font-size: .9em;
}

.pager tr td span.nextprev
{
	color: #7CA252;
}

.pager a
{
	color: white;
}

.pager .nextprevactive
{
	padding-left: 15px;
	color: white;
}

.pager .current
{
	background-color: white;
	padding: 1px 2px;
	color: #315D01;
	text-decoration: none;
}

/* Datagrid -----------------------------*/

.datagrid
{
	width: 100%;
	
}

.datagrid .header td
{
	background-color: #DEDEDE;
	padding-left: 10px;
	font-weight: bold;
}

.datagrid .item td, .datagrid .alternate td
{
	padding-left: 10px;
}

.datagrid tr.footer td
{
	background-color: #315D01;
	color: white;
	padding-left: 15px;
}


/* Form -----------------------------------*/

table.form
{
	border-collapse: collapse;
	margin-top: 1.2em;
	width: 100%;
	
}

table col.column1
{
	width: 236px;
}

table th
{
	text-align: right;
	border-right: 1px solid #D4D4D4;			
	padding: .2em .5em;
}

table td
{
	text-align: left;	
	padding-left: .2em;
}

table thead th
{	
	color: #315D01;	
	text-transform: uppercase;
	
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	
	padding-top: 15px;
	background-color: #F9F9F9;
}

table thead td
{
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	background-color: #F9F9F9;
}

table tbody th
{
	vertical-align: top;
	padding-top: 5px;	
	font-weight: normal;
	
}

table tbody td
{
	
}

table tfoot td
{
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	text-align: right;
	background-color: #F9F9F9;
	padding: 6px 10px 6px 0px;
}

table tfoot td input
{
	height: 20px;
	font-size: 10px;
}


/* Errors ---------------------------------------*/

span.errorpanel
{
	display: block;
	background-color: #FFFFE0;
	border: 1px solid #FEE504;
	padding: 8px 10px;
	margin-top: 6px;
	color: red;
	font-weight: bold;
}