/* CSS Document */

/* Footer */
.footer { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #333333; 
}

.footer a:link, .footer a:visited, .footer a:active { 
color: #333333; 
text-decoration: none; 
}

.footer a:hover { 
color: #333333; 
text-decoration: underline; 
}

/* Headers */
.top_title01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8E8E8E;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 14px;
	width: 918px;
}

.top_title01 a:link, top_title01 a:visited, .top_title01 a:active { 
color: #8E8E8E; 
text-decoration: none; 
}

.top_title01 a:hover { 
color: #8E8E8E; 
text-decoration: underline; 
}


.top_title02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #8E8E8E;
	font-weight:normal;
	position: absolute;
	top: 28px;
	left: 15px;
	width: 707px;
}

.top_title02 a:link, .top_title02 a:visited, .top_title02 a:active { 
color: #8E8E8E; 
text-decoration: none; 
}

.top_title02 a:hover { 
color: #8E8E8E;
text-decoration: underline; 
}

/* Backgrounds Template */
.mmhide_toptitlebackground {
	background-image: url(../images/__template/topback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 67px;
	width: 973px;
}

.mmhide_sidebartile {
	background-image: url(../images/__template/sidebar_tile00.jpg);
	background-repeat: repeat-y;
}
.mmhide_backgroundnorepeat {
	background-repeat: no-repeat;
}

.mmhide_courses {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#d63c22;
	font-weight:bold;
}

/* Top menu */
.mmhide_topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d63c22;
	text-decoration: none;
	font-weight: bold;
}
.mmhide_topmenu A:link, .mmhide_topmenu A:visited, .mmhide_topmenu A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d63c22;
	text-decoration: none;
	font-weight: bold;
}
.mmhide_topmenu A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b0331e;
	text-decoration: none;
	font-weight: bold;
}
	
/* Right menu */
.mmhide_contactustext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
.mmhide_contactemail A:link, .mmhide_contactemail A:visited, .mmhide_contactemail A:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#d63c22;
	text-decoration:none;
}
.mmhide_contactemail A:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#237E99;
	text-decoration:underline;
}
.mmhide_backoflplus {
	background-repeat: no-repeat;
	background-position: right center;
}
.mmhide_plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	text-decoration:none;
}

/* Home button */
.mmhide_menutext A:link, .mmhide_menutext A:visited, .mmhide_menutext A:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:18px;
}
.mmhide_menutext A:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:18px;
}

/* Background */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/__template/tileback.jpg);
	background-repeat: repeat-x;
}

