/* CSS Document */

* { margin:0; padding:0 }
body {  background-color:#FFFFFF  }

	#container { width:980px; background:url(img/bg_body.png) repeat-y top; }
	
	#logoheader { width:960px;height:90px; padding-left:5px; margin-left:20px; }
	<!--#memberarea {  width:160px;height:20px; background:url(img/memberarea.png) no-repeat; margin-left:820px; text-align:left;  }-->
	#menu { width:960px; background:url(img/blue.png) repeat-x top;  }
	#left { float:left; width:710px; height:auto; border-right:#666666 1px dotted; margin-top:10px; padding-left:15px; }
	#right { float:left; width:220px; height:auto; margin-left:10px; margin-righ:5px;  text-align:left}
	#dot { width:960px; background:url(img/dot.png) repeat-x top ;}
	#footer { width:960px; clear:both; height:40px;   }
	
	
	.more { 
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1A1A1A;
}

.heading { 
font-size: 14px; font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#1A1A1A;
}

.btn { 
font-size: 13px; font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#1A1A1A;
}

.textlink { 
font-size: 11px; font-weight:bold;
	font-family: Arial;
	color:#006633; text-decoration:underline
	}
	
	.greentextlink { 
font-size: 11px; font-weight:normal;
	font-family: Arial;
	color:#006633; text-decoration:underline
	}
	
	.whitetextlink { 
font-size: 11px; font-weight:bold;
	font-family: Arial;
	color:#FFFFFF; text-decoration:underline
	}
	
	.redtextlink { 
font-size: 11px; font-weight:bold;
	font-family: Arial;
	color:#d51032; text-decoration:none
	}
	
.bigtext {
font-size: 13px; font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#303131;
}

.normaltext {
font-size: 12px; font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#303131; line-height:1.4em;
}


.smalltext {
font-size: 11px; font-weight:normal;
	font-family: Arial, sans-serif;
	color:#666666; line-height:1.4em;
}

.Alert {
font-size: 11px; font-weight:normal;
font-family: Arial, sans-serif;
color:red; line-height:1.4em;
}

label{ font-size: 11px; font-weight:normal;
font-family: Arial, sans-serif;
color:red; line-height:1.4em; }

input { font-size: 11px; font-weight:normal;
font-family: Arial, sans-serif;
color:#333333; line-height:1.4em; }
