@import url("/css/HomePage.css");
@import url("/css/OneOffArticle.css");
@import url("/css/ArticleRoot.css");
@import url("/css/ArticleStyles.css");
@import url("/css/SiteMap.css"); 
@import url("/css/MaiaOnlineRemoteLogin.css");

body 
{
	font-family: Arial;
	background-color:black;
	color: white;
	margin: 8px;
}


a
{
	text-decoration:underline;
	color:white;
}

p
{
	font-size:0.9em;
	padding:0px;
	margin:0px;
	line-height:1.5em;
	vertical-align:top;
}

span
{
	font-size:0.9em;
	padding:0px;
	margin:0px;
	line-height:1.5em;
	vertical-align:top;
}

ul
{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

li
{
	font-size:0.8em;	
	font-weight:bolder;
	padding:0px;
	margin:0px;
}

li .active
{
	color: #ed1c24;

}

h1, h2, h3, h4, h5
{
	padding:0px;
	margin:0px;
}

img
{
	border:none;
}

form
{

}

.master
{
	margin-left:auto;
	margin-right:auto;	
	background-color: #ed1c24;
	width:982px;
}

.master .master_top_left
{
	width:10px;
	height:10px;
	line-height:10px;
	display:block;
	float:left;
	background-image: url(/images/layout/master-tl-redonblack.gif)
}

.master .master_top_right
{
	width:10px;
	height:10px;
	line-height:10px;
	display:block;
	float:left;
	background-image: url(/images/layout/master-tr-redonblack.gif)
}

.master .master_bottom_left
{
	width:10px;
	height:10px;
	line-height:10px;
	display:block;
	float:left;
	background-image: url(/images/layout/master-bl-redonblack.gif)
}

.master .master_bottom_right
{
	width:10px;
	height:10px;
	line-height:10px;
	display:block;
	float:left;
	background-image: url(/images/layout/master-br-redonblack.gif)	
}

.master .master_top_middle
{	
	width: 962px;
	height:9px;
	line-height:10px;
	background:#ed1c24;
	display:block;
	float:left;
	border-top:1px solid #ed1c24;
}

.master .master_bottom_middle
{
	width: 962px;
	height:9px;
	line-height:10px;
	background: #ed1c24;
	display:block;
	float:left;
	border-bottom:1px solid #ed1c24;
}

.master .master_middle
{
	width:980px;
	border-left:1px solid #ed1c24;
	border-right:1px solid #ed1c24;
	background-color: #ed1c24;
	float:left;
	display:inline;
}

.SiteMain
{
	margin: 0px;
	padding: 0px;
	display:inline;
}

.SiteMain .Header
{
	height:130px;
	width:870px;
	padding-top:10px;	
}

.SiteMain .Header .HeaderBar
{
	height:130px;
	float: left;
	width: 870px;
	background-image: url(/images/layout/headerbar_bg_gradient.gif);
	background-repeat:repeat-x;
}


.SiteMain .Header .HeaderBar .MOButtons
{
	
	float: right;
	height:25px;
	width:470px;
}

.SiteMain .Header .HeaderBar .MOButtons .MOLogin
{
	clear: both;
	float: left;
	height:25px;
}

.SiteMain .Header .HeaderBar .MOButtons .MOLogin .MOLoginForm
{	
	margin-top:25px;
	float:left;
}



.SiteMain .Header .HeaderBar .Logo
{
	margin-left: 30px;
	width:100px;
	float: left;
	display:inline;
}

.SiteMain .Header .HeaderBar a
{
	margin: 0px;
	padding: 0px;
}

.SiteMain .Header .HeaderBar img
{
	margin: 0px;
	padding: 0px;
}

.SiteMain .Header .HeaderBar .TopNavigator
{
	width:740px;
	clear:none;
	padding-top:27px;
	float: left;
}

.SiteMain .Header .HeaderBar .TopNavigator a
{
	text-decoration:none;
}

.SiteMain .Header .HeaderBar .TopNavigator .NavEntry
{
	border-right:1px dotted gray;
	display:inline-block;
	padding-right:17px;
	padding-left:17px;
	height:25px;
	line-height:25px;
	vertical-align: middle;
	float:left;
	overflow:hidden;
}

.SiteMain .Header .HeaderBar .TopNavigator .NavEntryLast
{
	display:inline-block;
	padding-right:17px;
	padding-left:17px;
	height:25px;
	line-height:25px;
	vertical-align: middle;
	float:left;
	overflow:hidden;
}


.SiteMain .Content
{
	float:left;
	width:864px;
	margin-top:10px;
	margin-left: 20px;
	padding-right:10px;
	min-height: 600px;
}

.SiteMain .Footer
{
	clear:both;
	width:910px;
	height:25px;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	padding-top:20px;
	padding-left:10px;
	padding-right: 20px;
}

.SiteMain .Footer .FooterCopyright
{
	float:left;
	height:25px;
	line-height:25px;
	vertical-align: middle;	
}
	
.SiteMain .Footer .FooterLinks
{
	float:right;
	height:25px;
	line-height:25px;
	vertical-align: middle;
}


.SiteMain .RightTagline
{
	margin-top:20px;
	margin-right:20px;
	float:right;
	width:55px;
	height:660px;	
	background-repeat: no-repeat;
	background-position:center; 
	background-image: url(/images/layout/right-tagline.gif);
	display:inline;
}

.SiteMain .BottomTagLine
{
	clear:both;
	float: left;
	width:840px;
	height:100px;
	margin-top:-100px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-image: url(/images/layout/bottom-tagline.gif);
	display:inline;
}

.SiteMain .BottomTagLine .BottomTagLineText
{
	display: none;
}



















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
