body {
	margin: 0px;
	padding: 0px;
	background: #CCC;
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 22px;
  }

a { color: #060; text-decoration: none;}
a:link { color: #060; }
a:visited { color: #060; }
a:hover { text-decoration: underline; }

.floatl { float: left; }
.floatr { float: right; }

.standardText { font-size: 14px; }
.normalText { font-size: 14px; }
.largeText { font-size: 17px; }
.xlargeText { font-size: 21px; }
.xxlargeText { }
.smallText { font-size: 12px; }


#page {
  width: 900px;
  margin: 0px auto;
	background: #FFF;
  }

#masthead { padding : 10px; padding-bottom: 0px; }
#logo { padding-right: 20px; }
#headerTitle { font-size: 30px; font-weight: bold; color: #444; }

#nav { border-bottom: 6px solid #060; }
#nav .element {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
#nav .selected { height: 100%; color: #FFF; background: #060; }


#content {
	padding: 10px 20px 40px 20px;
	line-height: 22px;
}

.tlabel { color: #666; font-size: 12px; font-weight: bold; vertical-align: top; }

.padB5 { padding-bottom: 5px;}
.padB10 { padding-bottom: 10px;}
.padB20 { padding-bottom: 20px;}
.padB30 { padding-bottom: 30px;}
.padB40 { padding-bottom: 40px;}

.padT5 { padding-top: 5px; }
.padT10 { padding-top: 10px; }
.padT15 { padding-top: 15px; }
.padT20 { padding-top: 20px; }
.padT30 { padding-top: 30px; }


.cmates { clear: both; padding-top: 30px; }
.cmate { float: left; width: 20%; }

.mcmates { float: left; width: 25%; }
.mcmate { }


/* .cmgroup { padding: 20px 5px 45px 0px; } */
.cmgroup { height: 165px; padding-top: 10px; }

