body{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p{
	line-height: 160%;
	margin: 8px 0 10px 0; /*margin-bottom: -10px;*/
	text-align: justify;
}

#content a:link, #footer a:link {
	color: #0066FF;
	text-decoration: none;
}

#content a:visited, #footer a:visited {
	color: #89B52E;
	text-decoration: none;
}

#content a:active, #footer a:active {
	color: #0066FF;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	background-color: #DFEDFF;
	color: #0066FF;
	TEXT-DECORATION: underline;
}


h1{
	background-color: #ffffff; /*border: 1px solid blue;*/
	color: #6E9D14;
	font-size: 1.5em;
	font-weight: bold;
	margin: 2px 0 2px 0; /*padding: 0px 0px 0px 0px;*/
	text-align: left;
	padding: 0;
}
h2{
	background-color: #ffffff; /*border: 1px solid blue;*/
	color: #6E9D14;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 0 2px 0; /*padding: 0px 0px 0px 0px;*/
	text-align: left;
}

#leftsection ul{
	list-style: none;
	margin: .6em .2em .6em 1em;
	padding: 0;
}

#leftsection li{
	background-image: url(bullet.gif);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 1em;
}
#content ul{
	list-style: none;
	margin: .6em .2em .6em 2em;
	padding: 0;
}

#content li{
	background-image: url(bullet_blue.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: .5em 0 .5em 0;
	padding: 0 0 0 1em;
}
#contactlogo{
	padding: 0;
	/*border: 1px solid red;*/
	float: left;
	width: 170px;
}
#contact{
	margin: 0;
	padding: 24px 1em 1em 1em;
	/*border: 1px solid red;*/
	float: left;
}

input {
	background-image: url(input_bkgrd1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D7D5D5;
	color: #284444;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	padding: .2em;	
	}
	
/*##############################################*/
/*##############################################*/


#content .members{
	border-collapse: collapse;
	/*border: 1px solid green;*/
	width: 85%;
	font-size: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#content .members td{
	border: 1px solid #D6E2D8;
	text-align: left;
	padding: 1em;
	margin: 0;
	color: #003366;
}

#content .members th{
	border-collapse: collapse;
	border: 1px solid #D6E2D8;
	text-align: left;
	padding: 1em;
	font-size: 1em;
	background-color: #E7EFF9;
	color: #003366;
	margin: 0;
}
#content .members tr.alternate{
	background-color: #F8FBF4;
}
#content .mandatory{
	background-image: url(tick.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 24px;
	text-align: right;
	color: #6E9D14;
	/*border: 1px red solid;*/	
}
#content .notmandatory{
	padding-right: 24px;
	text-align: right;	
	color: #6E9D14;	
	/*border: 1px red solid;*/
}

#content .contentimageright{
	float: right;
	padding: 1em 0em 1em 1em;	
	/*border: 1px solid red;*/
}
#content .contentimageleft{
	float: left;
	padding: 1em 1em 1em 0em;	
	/*border: 1px solid red;*/
}
#content .centerform{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border: 1px solid red;*/	
}

/*##############################################*/
/*##############################################*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics 
match up with the sIFR text metrics since the sIFR text in this example is so much 
narrower... 
your own settings may vary... 
any weird sizing issues you may run into are usually fixed by tweaking these decoy 
styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	/*border: 1px solid green;*/
	display: inline;
	font-size: 1.5em;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	/*border: 1px solid green;*/
	display: inline;
	font-size: 1.2em;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	/*border: 1px solid green;*/	
	font-size: 1.2em;
	display: inline;

}
