/* CSS Document UPDATED 070410*/

/*Typography*/
.PageHeader{ font-family: Trebuchet MS, Helvetica, sans-serif; font-size:14px; color: #A50000; font-weight:bold;}
.Introduction{ font-style:italic;}
.SubHeader{ font-family: Trebuchet MS, Helvetica, sans-serif; font-size:13px;}
.Quotation{ font-style:italic; margin-left:10px}

/*general*/
body {margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; color: #535152; font-size: 13px; background: fixed; background-color: #CBCCCE; background-image: url(images/MCnet_bg.gif); background-repeat: repeat-x;}
a:link {text-decoration:none; color: #99141B;}
a:visited {text-decoration:none; color: #99141B;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none; color: #C04B1D;}

/*Layout*/
#container {position: absolute; left: 0px; top: 0px; padding-top: 4px; width:854px; }
#TopBox {background-image : url(images/top.jpg); background-repeat: no-repeat; background-position: top left; left: 0px; top: 4px; width: 863px; height: 104px;}
#MenuBox {
float: left;
margin-left: 14px;
margin-top: 16px;
margin-bottom: 5px;
padding-left: 0px;
background-color:#FFFFFF;
width: 199px;
padding-bottom: 0px;
border-bottom:solid 1px; 
	border-color:#555354;
display: inline;
}
#ContentBox {
margin-left: 242px; 
margin-right: 0px; 
margin-top: 16px;
width: 313px; 
padding: 4px; 
max-width: 313px;
}
#WideBox {
margin-left: 242px; 
margin-right: 0px; 
margin-top: 16px;
width: 553px; 
padding: 4px; 
max-width: 553px;
}
#ResourcesBox {
padding: 4px;
float: right;
width: 200px;
margin-right: 7px;
margin-top: 16px;
margin-bottom: 5px;
background-color:#FFFFFF; 
border:solid 1px; 
border-color:#E8E7F5;
display: inline; /*ie fix*/
}
#Footer
{
clear: both;
margin: 0;
padding: 5px;
margin-top: 5px;
color: #535152;
background-color: #ddd;
border-top: 1px solid #555354;
}

/*Menu*/
#MenuBox a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #555354;
	display: block;
	width: auto;
	text-decoration: none;
}
#MenuBox a#link{
	padding-left: 24px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-image : url(images/menu_inactive.gif);
        background-repeat: no-repeat;
        background-position: top left;
	}
#MenuBox a#link:hover{
	padding-left: 24px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-image : url(images/menu_hover_inactive.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
#MenuBox a#linkcurrent:hover{
	padding-left: 24px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-image : url(images/menu_hover_current.gif);
        background-repeat: no-repeat;
        background-position: top left;}
#MenuBox a#linkcurrent{
	padding-left: 24px;
	padding-top: 6px;
	padding-bottom: 10px;	
	background-image : url(images/menu_current.gif);
        background-repeat: no-repeat;
        background-position: top left;
}

/*SubMenu*/
#MenuBox a#SubLink{
	padding-left: 68px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image : url(images/menuSub_inactive.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
#MenuBox a#SubLink:hover{
	padding-left: 68px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image : url(images/menuSub_hover_inactive.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
#MenuBox a#SubLinkcurrent:hover{
	padding-left: 68px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image : url(images/menuSub_hover_current.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
#MenuBox a#SubLinkcurrent{
	padding-left: 68px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image : url(images/menuSub_current.gif);
        background-repeat: no-repeat;
        background-position: top left;
}

