@charset "UTF-8";
html { margin: 0; padding: 0; }
body {
	color: #C8C8C8;
	font-size: 81.25%;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	background-color: #404040;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
a:link {
	color: #8CAFC8;
	text-decoration: none;
}
a:visited {
	color: #8CAFC8;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
h1 { font-size: 1.7em; font-weight: bold; margin-top: 0.4em; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; display: block; }
h2 { font-size: 1.4em; font-weight: bold; margin-top: 0.4em; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; display: block; }
h3 { font-size: 1.1em; font-weight: bold; text-decoration: underline; margin-top: 0.4em; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; display: block; }
h4 { font-size: 1.1em; font-weight: bold; margin-top: 0.4em; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; display: block; }
.smaller { font-size: 0.8em; }
.larger { font-size: 1.2em; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
a.imglink, a.imglink:hover { background-color: transparent; margin: 0; padding: 0; border-width: 0; }
div.line {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E6E6E;
	clear: both;
}
ul.bulletlist {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
ul.bulletlist li {
	list-style-image: url(../Global/5x5bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
table#header  {
	background-color: #000000;
	height: 121px;
	width: 100%;
}
table#layout  {
	background-color: #262626;
	height: 100%;
	width: 100%;
}
table#layout td {
	text-align: left;
	vertical-align: top;
	height: 100%;
}
td#leftside {
	background-color: #404040;
	background-image: url(../Global/GrayBack.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 160px;
	padding-right: 15px;
	padding-left: 15px;
}
td#rightside {
	background-color: #404040;
	background-image: url(../Global/GrayBack.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
div#content_holder {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
td#content {
	width: 600px;
	background-color: #323232;
}
td#side_content {
	background-image: url(../Global/GrayBack.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 130px;
	background-color: #404040;
	padding-right: 15px;
	padding-left: 15px;
}
td#MKBlogo {
	background-image: url(../Global/MBALogo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 120px;
	width: 100%;
}
td#topline {
	background-color: #243B3A;
	height: 1px;
	width: 100%;
}
div#bottomline {
	background-color: #515151;
	height: 1px;
	width: 100%;
}
div#footer {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	width: 600px;
	margin-left: 190px;
}
p#copyright { 
font-family: Arial, Helvetica, "Trebuchet MS", Geneva, SunSans-Regular, sans-serif; 
font-weight: normal; 
margin-top: 2px; 
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.image_holder {
	text-align: left;
}
div.image_holder img {
	border: 1px solid #515151;
}
/* CSS Document */

.WrittenBy {
	font-weight: bold;
	color: #996600;
}
.Titles {
	font-size: 1.2em;
	font-weight: bold;
}
input.inputbox,textarea.inputbox {
	background-color: #404040;
	border: 1px solid #515151;
	color: #C8C8C8;
}
