body	{
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 10pt;
   color:#555;
}

td	{
	font-family: Geneva, Verdana, sans-serif;
	font-size: 10pt;
   color:#555;
}

input {
	font-size: 12pt;
	font-family: Georgia, Arial, sans-serif;
	color: #444;
	padding: 4px;
   margin:4px;
   border:1px #999 solid;
	z-index: auto;
   width:250px;
}


.checkbox {
   width:25px;
	padding: 4px;
   margin:4px;
   border:0;
}

h1{
	font-size: 16pt;
	font-family: "Lucida Grande", Georgia, serif;
	color: #555;
	margin-top: 0;
   font-weight:normal;
}

h2{
	font-size: 13pt;
	font-family: "Lucida Grande", Georgia, serif;
	color: #555;
	margin-top: 0;
   font-weight:normal;
}



#Primary {
	text-align: center;
	border-top: 2px #444 solid;
   background: url('../images/top.gif') repeat-x;
	width: 100%;
}
#Container	{
   clear:both;
	background: #FFF;
	margin: 0 auto;
	padding: 0px; 
	width: 700px;
   margin-top:10px;
}


#logo	{
	padding-top: 20px;
	text-align: left;
	float: left;
	width: auto;
}
#tagline	{
	float: right;
	width: 480px;
	text-align: right;
	font-size: 15pt;
   font-family:Georgia;
	color: #555;
	padding-top: 40px;
}

#navigation{
	float: right;
	width: 480px;
	text-align: right;
	font-size: 8pt;
   font-family:Geneva, Arial, Verdana;
	color: #555;
	padding-top: 10px;
   margin-bottom:5px;
}
#navigation	a, #navigation	a:visited{
	font-size: 8pt;
   font-weight:none;
}
#navigation	a:hover{
   text-decoration:underline;
}

#hr{
   clear:both;
   padding:0px;
	margin-top: 10px; 
   margin-bottom: 10px; 
   height:1px;
   border-top: 1px #7fff39 solid;
}

#hr2{
   clear:both;
   padding:0px;
	margin-top: 10px; 
   margin-bottom: 5px; 
   height:1px;
   border-top: 1px #ccc dotted;
}

#menu a, a:link, a:visited	{ font-weight: bold; color: #777; text-decoration: none; }
#menu a.on	{ font-weight: bold; border-style: solid; border-width: 0px 0px 2px 0px; border-color: #50bf01; }
#menu a:hover	{ background: #50bf01; color: #FFF; font-weight: bold; }


#TextRight {
	float: right;
	width: 400px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#TextLeft {
	float: left;
	width: 700px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#TextLeftCol {
	margin: 0px;
	text-align: left;	
	width: 275px;
	float: left;
}



#TextRight p, #TextLeft p{
	font-size: 9pt;
	line-height: 13pt;
}

#TextRight p a, #TextLeft p a{
	text-decoration: underline;
	color: #57ba07;	
	font-weight: normal;
}
#TextRight p a:hover, #TextLeft p a:hover{
	background: #57ba07;
	color: #FFFFFF;
	font-weight: normal;
}

#TextRight h1.title, #TextLeft h1.title{
	font-size: 16pt;
	font-family: "Lucida Grande", Georgia, serif;
	color: #555;
	margin-top: 0;
   font-weight:normal;
}

#TextRight h2.title, #TextLeft h2.title{
	font-size: 13pt;
	font-family: "Lucida Grande", Georgia, serif;
	color: #555;
	margin-top: 0;
   font-weight:normal;
}


.Content{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

p .highlight {
	background: #ffc;
}


/************* SIGNUP BOX */

#SignupWidget, #LoginWidget {
	margin: 0px;
	font-size: 8pt;
	text-align: left;	
	color: #888;
	width: 275px;
	float: left;
   padding:0px;
   margin-bottom:15px;
   margin-top:5px;
}

#SignupWidget{
	background: #faffca url('../images/back_login.gif');
}
#LoginWidget {
	background: #faffca url('../images/back_exist.gif');
}

#SignupWidget .bordertop, #LoginWidget .bordertop {
	background: url('../images/trans_bor_tl.gif') no-repeat top left;
	height: 9px;
}
#SignupWidget .bordertop div, #LoginWidget .bordertop div {
	background: url('../images/trans_bor_tr.gif') no-repeat top right;
	height: 9px;
}
#SignupWidget .borderbot, #LoginWidget .borderbot {
	background: url('../images/trans_bor_bl.gif') no-repeat bottom left;
	height: 9px;
	clear: left;
}
#SignupWidget .borderbot div, #LoginWidget .borderbot div {
	background: url('../images/trans_bor_br.gif') no-repeat bottom right;
	height: 9px;
}


#SignupWidget p, #LoginWidget p {
   font-size: 8pt;
	padding: 0px 8px 0px 8px;
	margin-top: 0;
	padding-top: 0;
   margin-botton: 0;
   padding-bottom: 0;
}

#SignupWidget p strong, #LoginWidget p strong {
	font-size: 10pt;
	color: #555;
}

.login_box input {
	font-size: 12pt;
	font-family: Georgia, Arial, sans-serif;
	color: #444;
	padding: 4px;
   margin:4px;
   border:1px #999 solid;
	z-index: auto;
   width:150px;
}

#loginbutton {
   font-family:arial;
   font-size:16px;
   font-weight:bold;
   color:fff;
   margin-top: 5px;
   border:0px;
   text-decoration: none;   
   text-align: center;
   width:112px;
   height:30px;
   background: url('../images/button-blue.gif') no-repeat;
}
#signinbutton {
   font-family:arial;
   font-size:16px;
   font-weight:bold;
   color:fff;
   margin-top: 5px;
   border:0px;
   text-decoration: none;   
   text-align: center;
   width:112px;
   height:30px;
   background: url('../images/button-green.gif') no-repeat;
}

.logintext{
	display: block;
	float: left;
	width: 70px;
	font-size: 8pt;
	color: #555;
	clear: left;
	padding-top: 8px;
	font-weight: bold;
   margin-left:5px;
}

.smalllink{
   font-family:Geneva,Arial;
	font-size: 7pt;
   font-weight:normal;
	color: #57ba07;
}
a.smalllink, a.smalllink:visited{
   font-family:Geneva,Arial;
	font-size: 7pt;
   font-weight:normal;
	color: #57ba07;
}
a.smalllink:hover{
   font-family:Geneva,Arial;
	font-size: 7pt;
   font-weight:normal;
	background: #57ba07;
   color:#fff;
}


#error {
	border: 1px #ec0000 solid;
   color:555;
   font-weight:bold;
	padding: 10px;
	background:#ffd4d4;
}

#MidFade {
	padding: 0px;
   margin:0px;
	background: url('../images/back_fade.gif') repeat-x top left;
}
#MidFade .bordertop{
	background: url('../images/trans_bor_tl.gif') no-repeat top left;
	height: 9px;
}
#MidFade .bordertop div{
	background: url('../images/trans_bor_tr.gif') no-repeat top right;
	height: 9px;
}
#MidFade .padd {
	padding: 10px;
}



#MidMenu {
   clear:both;
	text-align: center;
	border-top: 1px #7fff39 solid;
	border-bottom: 1px #7fff39 solid;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #555;
	background-image: url('../images/back_nav.gif');
}

#MidMenu ul {
	padding-left: 26px;
	margin-top: 20px;
	height: 70px;
	display: block;
	overflow: hidden;
   float:center;
}

#MidMenu li {
	font-size: 10pt;
	font-weight: bold;
	color: #555;
	display: block;
	float: left;
	width: 140px;
	height: 60px;
	border-right: 1px #aaa dotted;
	padding: 10px;
}


#MidMenu li:hover {
	background: #FFF;
}
#MidMenu .MidDetail {
	color: #888;
	font-weight: normal;
	font-size: 8pt;
}

#MidMenu a {
	font-weight: bold;
	color: #57ba07;
}
#MidMenu a:hover {
	text-decoration: underline;
}

/************* FOOTER */

#footer	{
	clear: both;
	width: 100%;
	border-width: 0px 0px 0px 0px;
	font-size: 7pt;
	margin-bottom: 12px;
	padding-top: 14px;
	color: #808080;
	text-align: center;
}

#footer a:link, a:visited { color: #57ba07; font-weight: normal; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.green2               {background:#eeeeee;}
