a:link {
    color: #003300;
}
a:active {
    color: #003300;	
}

a:link:hover { 
    color: #339933;	
}

a:visited {
	color: #003300;
}

a:visited:hover {
	color: #339933;	
}

a:link.email {
    color: #339933;
}
a:active.email {
    color: #003300;	
}

a:hover.email { 
    color: #003300;	
}

a:visited.email {
	color: #339933;
}

a:visited:hover.email {
	color: #003300;	
}

i.red { 
	color: #ff0000
}

img {
    border: 0px;
    margin: 0px;
}

h1 {
    font-size:large;	  
    
}

h2 {
    font-size: medium;
    font-weight: bold;
    text-align: left;
}

h3 {
    font-size: medium;
    font-weight:bolder;
    text-align: left;
}

#page {
    margin: 0px 20px 10px 10px;
    text-align: left;
    width: auto;
}

#page p {
    text-align: left;
}

/*used for full-width forms such as newaccount1*/

#pageform1, #pageform2 {
    clear: right;
    margin: 10px auto;
    padding: 10px;
    width: auto;
    background: #EEEEEE;
    border: solid 1px #999999;
    text-align: left;
}

/*header contents divs*/
#header {
    position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	min-width: 200px;
	height: 100px;
	margin: 0px;
	padding: 0px; 
	overflow: hidden;	
    background-color: #669966;
}


#header2 {
    position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	min-width: 200px;
	margin: 0px;
	padding: 0px; 
}

.photo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    z-index:2;
}

.shapetext {
    position: absolute;
    margin: 0px;
    left: 151px;
    top: 0px;
    z-index:99;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
}

.green {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 25px;
}

.floatright {
    float: right;
    width: auto;
    height: 100px;
}

.sponsor {
    position: relative;
    top: 0px;
    right: 0px;
    height: 100px;
    z-index: 1;
}

/*in-site locator divs*/
#breadcrumbs {
        font-size:medium;
        position: relative;
        left: 0;
        margin: 10px;
        padding: 0;
        color: #666666;
        width: 50%;
}

#breadcrumbs .location {
        font-size: large;
        font-weight: bold;
        color: #000000;
}


.lgtoptext {
        font-size: large;
        font-weight: bold;
        color: #000000;
}

#loggedin {
    float: right;
    margin: 10px;
    padding: 0; 
    text-align: right;
	vertical-align:baseline;
}

#reminder {
	float: inherit;
    width: 150px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #999999;
	background: #FFFFCC;
}

.remindertext {
	font-size: x-small;
	color: #000000;
}

.adminitem {
    text-align: left;
    width: 90%;
    margin: 10px auto;
}

#navbar {
	float: left;
	width: 150px;
	margin: 0px 10px 0px 4px ;
	padding: 2px;
	background: #ffffcc;
/*    font-size: smaller;
//    line-height: 90%;*/
	border: 1px solid #999999;
}

.infoBox {
	float: left;
	width:98%;
	margin: 10px 0px 10px 0px ;
	padding: 10px 4px 10px 4px;
	background: #ffffff;
/*    font-size: smaller;
//    line-height: 90%;*/
	border: 2px solid #999999;
}

#logos {
	float: left;
	width: 150px;
	margin: 40px 0px 0px 4px ;
	padding: 2px;	
}

/*footer divs*/
#surveyfooter {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    font-size:small;
    text-align: left;
}

.progressbar { 
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 200px;
    height: 23px;
    overflow: hidden;
    margin: 0px;
    border: 1px solid #000000;
    background-color: #cccccc;
}

.prevnext {
    float: right;
    width: 30%;
    border: 0px;
    border-collapse: collapse;
}

.prevnext td {
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
}

#footer {
    position:relative;
	bottom: 20px;
	/*margin:10px auto;*/
	width:450px;
	padding: 10px; 
    font-size: smaller;
    text-align: left;
}

.instr-box {
    margin: 20px auto;
    width: 100%;
    text-align: left;
}

/*box for "other" option on forms*/
.otherbox {
	max-width: 100%;
}

.contentbox {
}

.answer-box {
    margin: 0px 15px 20px 15px; 
    background: #99CC99;
}

.indent { 
	margin-left: 25px 
}

/*table data (td) styles*/
td {
	vertical-align: top;
}

.left {
	vertical-align: top;
	text-align: left;
}

.submit {
	vertical-align: top;
	text-align:center;
}

th {
    font-weight: bold;
}
th a:link{
    color: #003300;
}

th a:active{
    color: #003300;
	
}

th a:hover{ 
    color:#FFCC00;	
}

th a:visited{
	color: #003300;
}
th a:visited:hover{
color: #FFCC00;	
}
.login {
        background: #EEEEEE;
        margin: 0px auto;
        border: 1px solid #999999;
        border-collapse: collapse;
}

.login th a:link{
    color: #003300;
}
.login th a:active{
    color: green;
}

.login th a:hover{ 
    color: green;	
}

.login th a:visited{
	color: #003300;
}
.login th a:visited:hover{
	color: green;	
}
   
.login td {
        padding: 5px;
        text-align: left;
}

.form {
	margin: 0 auto;
	padding: 0px;
}

.form td {
        margin: 0px;
        padding: 0px;
        text-align: left;
}

.orginfo {
    border: 1px solid #999999;
    border-collapse: collapse;
}

.orginfo th {
    background: #669966;
    border-bottom: 1px solid #999999;
    text-align: left;
}

.orginfo td {
    text-align: left;
}

/*news*/
.news {    
    margin: 5px;
    text-align:left;
}

.moreinfo {
    float: right;
    color: #666666;
    margin-right:30px;
}


/*main home page divs*/
.button {
    position: static;
    clear: right;
    height: 118px;
    background: url(images/button-bg.gif) repeat-x;
    width: 80%; 
	min-width:400px;
    margin: auto;
}

.buttonleft {
    background: url(images/leftcap.gif) no-repeat top left;
    height: 118px;
    width: 53px;
    float: left;    
}

.buttonright {
    background: url(images/rightcap.gif) no-repeat top right;
    height: 118px;
    width: 58px;
    float: right;
}

.buttoncontent {
    margin: 10px;
}

.usertype {
    position: relative;
    left: 30px;
    top: 40px;
}

.userimage {
    position: relative;
    left: -100px;
    top: 8px;
    width: 108px;
    height: 86px;
}
.greenButton{
	background-color: #B5EAAA;
	padding: 8px;
	text-align: left;
}

.gbt{background: url(images/st.gif) repeat-x; line-height:0px; vertical-align:top;}
.gbb{background: url(images/sb.gif) repeat-x; line-height:0px; vertical-align:bottom;}
.gbl{background: url(images/sl.gif) repeat-y;}
.gbr{background: url(images/sr.gif) repeat-y;}
.lh{line-height:0px;}

/* Green button */
.mbutton {
	margin: 4px;
	float: left;
	height: 27px;
	width: 225px;
	cursor:hand;
}

.mbutton.spaced {
	margin-left: 10px;
}

.mbutton div { 
	margin: 0px;
	float: left;
	padding: 5px;
	height: 17px;
	text-align: center;
	background: #ffffff url('images/mbutton-mid.gif') repeat-x;
	font-weight: bold; 
	font-size:medium;
	line-height:17px; 
}

.mbutton div.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7px;
	height: 27px;
	background: url('images/mbuttonwht-left.gif') no-repeat;
}

.mbutton.transparent div.left {
	background: #ffffff url('images/mbuttontrans-left.gif') no-repeat;
}

.mbutton div.right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7px;
	height: 27px;
	background: url('images/mbuttonwht-right.gif') no-repeat;
}

.mbutton.transparent div.right {
	background: #217ba8 url('images/mbuttontrans-right.gif') no-repeat;
}

.mbutton a {color: #666600;text-decoration: none;}

.mbutton a:hover {color: #000000;text-decoration: underline;}

.sbutton {
	margin:10px 0px 0px 0px;
	float: left;
	height: 27px;
	position:relative;	
}

.sbutton.spaced {
	margin-left: 10px;
}

.sbutton div { 
	margin: 0px;
	float:left;
	padding: 5px;
	height: 17px;
	text-align: center;
	background: #ffffff url('images/mbutton-mid.gif') repeat-x;
	font-weight: bold; 
	font-size:x-small;
	line-height:17px; 
}

.sbutton div.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7px;
	height: 27px;
	background: url('images/mbuttonwht-left.gif') no-repeat;
}

.sbutton.transparent div.left {
	background: #ffffff url('images/mbuttontrans-left.gif') no-repeat;
}

.sbutton div.right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7px;
	height: 27px;
	background: url('images/mbuttonwht-right.gif') no-repeat;
}

.sbutton.transparent div.right {
	background: #217ba8 url('images/mbuttontrans-right.gif') no-repeat;
}

.sbutton a {color: #666600;text-decoration: none;}

.sbutton a:hover {color: #000000;text-decoration: underline;}

/*.mbutton a:visited {color: #666600;text-decoration: none;}*/
.trBorder {
	 line-height:0;     
	 background-color:#669966;
	 vertical-align:top;	 
}

.tdlBorder {
border-left-color:#669966;
border-left-style:solid;
border-left-width:1px;
}

.tdrBorder {
border-right-color:#669966;
border-right-style:solid;
border-right-width:1px;
}

.tdbBorder {

border-bottom-color:#669966;
border-bottom-style:solid;
border-bottom-width:1px;
line-height:0; 
}

.tdbcBorder {
line-height:0; 
}

#loginbutton{
float: right;
    margin: 10px;
    padding: 0; 
    text-align: right;
	vertical-align:top;
}

.icon{
vertical-align:middle;
padding:2px 0px 2px 0px;
}

.number{color:#669966; font-size:18pt;font-weight:lighter}
.line{color:Gray; font-size:18pt;font-weight:lighter}
.bottom{vertical-align:bottom;}
.activities
{
    color: #3C5A3C;
    font-weight: bold;
}

.box
{
	border-style:dotted;
	border-color:#B5EAAA;
	padding:1em;
}

.sectionHeading
{
	font-weight:bold;
	padding-left:15px;
	color:#6B6B6B;
}

.myTitle
{
	font-weight:bold;
	font-size:18pt;
	color:#3C5A3C;
}


