/* ----- core -----*/

body, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align: justify;
	background: #A7C4A7;
}

img {
	border:none;
}

/* ----- core text styles ----- */

h1 {
	padding: 10px 0 0 0;
	font-size:12px;
	color:#355392;
}

h2 {
	padding: 10px 0 0 0;
	font-size:12px;
	color:#8798BF;
}

h3 {
	padding: 10px 0 0 0;
	font-size:11px;
	color:#8798BF;
}

ul {
	list-style-position: outside;
	list-style-type: circle;
	color:#663300;
}

form p {
padding: 10px 0px 0px 0px;
}


/*--- link styles ---*/
a:link {
	color: #333300;
	text-decoration: underline;
}

a:visited {
	color: #333300;
	text-decoration: underline;
}
a:hover {
	color: #707F58;
	text-decoration: none;
}
a:active {
	color: #333300;
	text-decoration: underline;
}

/* ----- 2 column layout -----*/

table#maintable {
background-image:url(/global-images/gradient-bkg.jpg);
border-bottom:#709F70;
border-bottom-style:solid;
border-bottom-width:1px;
}

td#content {
	padding: 10px 20px 0 10px;
	text-align:justify;
	}
	
/* ----- footer -----*/

table#footer {
	padding: 5px 10px 5px 10px;
	text-align:left;
	color:#999;
}

table#footer a:link, table#footer a:active, table#footer a:visited {
	font-size:10px;
	text-decoration: underline;
	color:#999;
}

table#footer a:hover {
	font-size:10px;
	text-decoration: none;
	color:#999;
	}
