body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #333333;
	color: #222222;
}

a:link{
	color:#FF0000;
	text-decoration: none;
}

a:active{
	color:#006600;
}

a:visited{
	color:#FF0000;
	text-decoration: none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
}
.staff {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


.bigred {
	font-family:verdana;
	font-size:18pt;
	font-weight:bold;
	color:CC0000;
}
.medRed {
	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
	color:CC0000;
}

.copyright {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: .5em;
}

.homepage a{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.copyright a{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}

.copyright a:active{
	font-family: Arial;
	font-size: 8pt;
	color: #FF0000;
}

.copyright a:visited{
	font-family: Arial;
	font-size: 8pt;
	color: #FF0000;
}

.copyright a:hover{
	font-family: Arial;
	font-size: 8pt;
	color:red;
}

.imgFloatRight {
	float: right;
	margin: 0 .5em 0 .5em;
}

#wrap {
	background-color:#ffffff;
	color:#303030;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

/* Header */
#header {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 177px;
	border-bottom: 1px solid #666666;
}

/* Side Bars */
#leftside{
	float:left;
	line-height:1.4em;
	width:200px;
	padding: 1em 1em 0 1em;
}
.titleBar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 22px;
	color: #FFFFFF;
	width: 390px;
	background-image: url(img/belts/blackbelt.jpg);
	font-weight: bold;
}

.dot {
	font-size: 20px;
}

#content{
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	line-height:1.6em;
	width: 645px;
	border-right-color: #D2D2D2;
	background-repeat: no-repeat;
	margin-left: 225px;
	padding: 1em 1em 0 1em;
}
.imgFloatLeft {
	float: left;
	margin-right: .5em;
}

.barheader{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	
	color: #FFFFFF;
}

.barheader a {
	color: #FFFF00;
	text-decoration: underline;
	font-size: 11pt;
}

.barheader a:active {
	color: #FFFF00;	
}

.barheader a:visited {
	color: #FFFF00;	
}

.barheader a:hover {
	color: #FFFF00;	
}

.rollover a {
	width: 552px;
	height: 382px;
}

.rollover:hover > img {
	width: 180px
	height: 124px;
}

.imgFloatRightCert {
	float: right;
	margin: .5em .5em 0 .5em;
}
.MATAbox {
	border: 1px dotted #990000;
	padding-left: 1em;
	padding-right: 1em;
}