/* CSS Document */
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../assets/images/mk_bg.jpg);
	background-attachment: fixed;
	background-position: center;
	font-size: 9pt;
	color: #000000;
	text-align: center;
}

#container {
	width: 960px;
	margin: auto;
} 


#title {
	width: 960px;
	height: 25px;
}



#header {
	width: 960px;
	height: 200px;
}



#pageHeader {
	width: 720px;
	height: 40px;
}

#linkscolumn {
	width: 120px;
	float: left;
	height: 600px;
}

#content {
	width: 720px;
	
	background-color: #ffffff;
	padding: 0px;
	float: left;
}

#right {
	width: 120px;
	height: 600px;
	float: right;
}

#footer {
	width: 960px;
	height: 20px;
	background-color: #b5b5b5;
	background-image: url(../assets/images/mk_footerbg1.gif);
	background-position: center;
	text-align: center;
	font-size: 8pt;
	float: left;
	padding-top: 5px;
}

#footer2 {
	width: 960px;
	height: 20px;
	background-color: #b5b5b5;
	background-image: url(../assets/images/mk_footerbg2.gif);
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	float: left;
	padding-top: 5px;
}

table {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}


#picHolder {
	width: 150px;
	height: 50px;
}


.default {color: 000000; font-size: 9pt}

.defaultLarge {color: 000000; font-size: 11pt}

a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #7c1414;}
a:active { color: #000000;}


.footer1_text { color: #000000;}

a.footer1_text:link { color: #000000; text-decoration: none;}
a.footer1_text:visited { color: #000000;}
a.footer1_text:hover { color: #7c1414;}
a.footer1_text:active { color: #000000;}

.footer2_text { color: #ffffff;}

a.footer2_text:link { color: #ffffff;}
a.footer2_text:visited { color: #ffffff;}
a.footer2_text:hover { color: #e9c127;}
a.footer2_text:active { color: #ffffff;}


.big_links { color: #000000; font-size: 12pt;}

a.big_links:link { color: #000000;}
a.big_links:visited { color: #000000;}
a.big_links:hover { color: #7c1414;}
a.big_links:active { color: #000000;}
