@charset "utf-8";
body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #231f20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}
a:link {
	color : #999999;
	text-decoration: none;
}
a:visited {
	color : #999999;
	text-decoration: none;
	}
a:active {
	color : #999999;
	text-decoration: none;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.header {
	font-size: 14pt;
	line-height: 14pt;
	text-align:left;
}
.mainBox #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #231f20;
	border: 5px double #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainBox #header {
	background: #231f20; 
	padding: 0 5px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainBox #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainBox #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #231f20;
}
.mainBox #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#231f20;
}
.mainBox #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #999999;
	text-decoration: none;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
a.topmenu:link {
	color : #999999;
	text-decoration: none;
}
a.topmenu:visited {
	text-decoration: none;
	}
a.topmenu:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #ffffff;
	text-decoration: none;
	text-align:center;
	background-color:#333333; 
	cursor:hand;
	border-color:#231f20;
	border-width:1px;
	border-style:solid;
}
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #ffffff;
	text-decoration: none;
	text-align:center;
	line-height:14pt;
}
.t70 { font-size: 70% }
.t65 { font-size: 65% }
.t75 { font-size: 75% }
.t80 { font-size: 80% }
.t85 { font-size: 85% }
.t90 { font-size: 90% }
.t95 { font-size: 95% }

.thinlinegrey{
	width: 11px;
	text-align:center;
}

.picborder{
	border-width: 1px;
	border-color: #999999;
	margin-left:10px;
}

.picborderR{
	border-width: 1px;
	border-color: #999999;
	margin-right:10px;
}

.mdm_yellow { color:#F7DB1E }
.mdm_red { color:#EF3D42 }
.mdm_black { color:#231F20 }
.mdm_blue { color:#41C4DC }
.mdm_orange { color:#F78F1E }
.mdm_green { color:#C2CD23 }
.mdm_pink { color:#E37EB2 }

.details {
	color:#f7db1e;
	font-size:9px;
	text-align:right;
	margin-bottom:0px;
	margin-right:10px;
}

.details a {
	color:#f7db1e;
	font-size:9px;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	text-decoration:none;
}

.roundBox {
	background-image:url(images/grad_up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:90%;
	font-size: 9pt;
	line-height:12pt;
}
.margLR {
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	margin-top:5px;
	margin-bottom:0px;
	}
	
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #333333;
	text-decoration: none;
	background: #999999;
	border: 2px outset #ffffff
}
label {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #231f20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}
.div_vert {
	background-image: url(images/vert.png);
}
