@charset "UTF-8";
body  {
	font: 100% Helvetica, Ariel, sans-serif;
	background: #000066;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
.markwest #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #cc0000;
	text-align: left; 
} 
.markwest  #container  h1 {
	margin: 0; 
	padding: 0px 0;
	color: #000066;
	font-size: 16px;
	margin: 6px 0 12px 0;
	font-weight: normal;
}
.markwest  #container  h2 {
	color: #000066;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}
.markwest  #container  h3 {
	color: #000066;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
.markwest  #container  hLINK {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}
.markwest  #container  hLINK a {
	color:#cc0000;
	text-decoration: underline;
}
.markwest  #container  hLINK a:hover {
	color:##cc0000;
}
.markwest  #container  hRED {
	color: #cc0000;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
.markwest  #container  hWHITE {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
.markwest #header {
	background: #ffffff;
	padding: 0 0px 0 0px; 
} 
.markwest #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div */
	background: #99ccff;
	padding: 15px 10px 15px 10px;
	color: #000066;
}
.markwest #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div */
	background: #99ccff;
	padding: 15px 10px 15px 10px;
	color: #000066;
}
.markwest #mainContent {
	margin: 0 180px; /* the right and left margins  */
	padding: 15px 10px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.markwest #mainContent img {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.markwest #footer  {
	padding: 10px 10px 10px 10px;
	background: #000066;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
} 
.markwest #footer a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.markwest #footer a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000066;
	font-weight: normal;
}
a:active {
color: #990000;
}
.whiteitalic {
	font-size: 10px;
	font-style: italic;
}
.blueitalic {
	font-size: 10px;
	font-style: italic;
	color: #000066;
}
.alpha {
	color: #ffffff;
	font-size: 14px;
	margin: 3px 3px 3px 3px;
	font-weight: bold;
	background: #000066;
}
.alpha a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	.button {color:white; background:#990000; width:225px; height: 25px; border:0 none;
}
.red {
color: #990000;
}
