@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 125%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	color: #000000;
	background-color: #4c4d4f;
	text-align: center;
}
#container {
	font-size: 1.2em;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 103px;
	padding-top: 11px;
	padding-right: 49px;
	padding-left: 18px;
}
#rightcol {
	float: left;
	width: 603px;
	margin-top: 88px;
	margin-right: 27px;
	margin-left: 0px;
	margin-bottom: 100px;
}
.clear {
	font-size: 1px;
	clear: both;
}
#head {
	width: 603px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 36px;
}
#content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 22px;
}
ul {
	margin-left: 10px;
}
.floatleft {
	float: left;
}

p.expanded-spacing {
  margin-top: 2em;    /* Adds extra space above the paragraph */
  margin-bottom: 2em; /* Adds extra space below the paragraph */
  line-height: .8em;   /* Optional: increases spacing *between lines* within this paragraph */
}


#announce_text {
	width: 600px;
}



#text {
	width: 409px;
}

li {
	margin-bottom: 5px;
}
#login {
	margin-top: 27px;
	text-align: left;
}

#forgot {
	margin-top: 15px;
	text-align: left;
}


a.formButtonorange:link {font-size:12; font-weight:bold; color:  #50b948; }     /* unvisited link */
a.formButtonorange:visited {font-size:12; font-weight:bold; color: #50b948;}  /* visited link */
a.formButtonorange:hover {font-size:12; font-weight:bold; color:  #50b948;}   /* mouse over link */
a.formButtonorange:active {font-size:12; font-weight:bold; color: #50b948;}   /* selected link */


#contact_form {
	margin-top: 10px;
	text-align: left;

}

legend
{

color: #ffffff;
background: #4c4c4f;
border: 1px #000000;
padding: 2px 6px;
	font-weight: bold;
	font-size: 12px;
} 


fieldset {
background-color: #e6e6e6;
width: 550px;
float: left;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 10px;
			}


fieldset label {
	width: 100em;
	text-align: left;
	height: 1.3em;
	padding: 0.1em;
}

.formButtongreen { color: #ffffff; font-size: 1.1em;  font-weight: bold; background-color: #50b948; border: solid 1px #000000 outset; padding: 0 2px;}

.smbutton {
	font: bold 12px Arial, Helvetica, sans-serif;	
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	  background: none repeat scroll 0% 0% rgb(80,185,72);
	  margin: 0px;
    padding: 0.25em 1em;
    border-left: 1px solid rgb(255, 255, 255);
    border-width: 1.5px 2.5px 2.5px 1.5px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(170, 170, 170) rgb(170, 170, 170) rgb(255, 255, 255);
filter:chroma(color=#000000);
        color:#010101;
}

.smbutton:hover {
	text-decoration: none;
	background: rgb(189,189,189);
}

.smbutton:focus {
	text-decoration: none;
	  background: rgb(76,77,79);
}
.smbutton:active {
	position: relative;
	top: 1px;
}

.bwidth_80  { width: 80px; }
.bwidth_100  { width: 100px; }
.bwidth_120  { width: 120px; }
.bwidth_150  { width: 150px; }
.bwidth_180  { width: 180px; }



.red_color {
    color: #FF0000;
	font-weight: bold;
}