
/*08 Redesign | MSMC Print Css*/

/*--CSS RESET --------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
	margin: 0;
	padding: 0;	
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
caption {
	font-weight: normal;
}

/* ----------------------------------------*/
img {
	border:0;
}
.clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}








/* ----- MSMC GLOBAL STYLESHEET ------*/
/* ------------------------------------------- */
/* -- general styles for site -- */

body {
	font-size:62.5%	;
	font-family:Verdana, Arial;
	line-height:1.4;
	font-size:10pt;
	color:#000;
    text-shadow: #000 0 0 0;
}
p {
	margin-bottom:15px;
	line-height:1.5;
}
a {
	color:#333399;
	text-decoration:none;
}
a:hover {
	color:#333399;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#dbc342;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:10px;
}
h1 {
	color:#dbc342;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:10px;
}
h2 {	
	color:#333399;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:0px;
}
h3 {	
	color:#dbc342;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:0px;
}
h4 {
	color:#333399;
	font-weight:normal;
	font-size:12pt;
	margin-bottom:10px;
}
h5 {	
	color:#333399;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:10px;
}
h6 {}

.printonly {
	 display:block;
}

#sitelogo {

}
.hidden {
	text-indent:-9999px;
}
/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox {	
	 width:100%;
}
#headerwrapper, #intheaderwrapper, td.LSB, td.RSB, .inlineMtcBlock, #footerwrapper {
 display: none;
}
table.ContentBoundingBox {
	/* fixed with of site content areas go here */
	width:100%;
}

/* ------------------------------------------- */
/* -- extra styles -------------------------- */

/* -- SPLASH PAGES -------------------------- */

#container	{
	/*border: 1px solid #999;*/
	width: 100%;
}

#container1	{
	/*border: 1px solid #999;*/
	width: 490px;
	float: left;
}

#container2	{
	/*border: 1px solid #666;*/
	width: 490px;
	float: right;
}

#left	{
	/*border: 1px solid #0000ff;*/
	width: 240px;
	margin-right: 10px;
	float: left;
}

#right	{
	/*border: 1px solid #ff0000;*/
	width: 240px;
	float: right;
}

.clear	{
	clear: both;
}

table.checklist	{
	border-collapse: collapse;
	border: 1px solid #333399;
	margin: 0px 0px 10px 0px;
}

td.achecktop	{
	background-color: #333399;
	text-align: center;
}

p.acheck	{
	color: #ffffff;
	font-weight: bold;
	margin: 4px 2px 5px 2px;
}

p.links	{
	padding: 4px 0px 5px 0px;
	margin: 0px;
}

/*  BLUE LINK STYLES */

a:link.bnav	{ 
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none; 
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
	
}
		
a:visited.bnav	{ 
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none; 
	background: url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}
		
a:hover.bnav	{ 
	font-family: verdana, sans-serif;
	/*font-size: 11pt;*/
	color: #E6CD45;
	font-weight: bold;
	text-decoration: none; 
	background: url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
	padding: 4px 25px 5px 10px;
}

/* -- RULES AND TABLES -------------------------- */

div.gold	{
	border-top: 1px solid #dbc342;
	margin: 0px 15px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

div.bluerule	{
	border-top: 1px solid #333399;
	margin: 0px 15px 11px 0px;
	padding: 0px;
	/*width: 98%;*/
	font-size: 0px;
}

table.wcaption	{
	border-collapse: collapse;
	margin: 3px 10px 11px 0px;
	border: 1px solid #333399;
}

table.wborder	{
	border-collapse: collapse;
	margin: 0px 0px 11px 0px;
	border: 1px solid #333399;
}

iframe.ssborder
{
	border: 1px solid #999999;
}

/* -- PARAGRAPHS -------------------------- */

p.nospace {
	margin: 0px;
	padding: 0px;
}

p.caption	{
	margin: 5px 5px 10px 5px;
	font-style: italic;
}

strong.red	{
	color: #CC0000;
}

/* -- IMAGES -------------------------- */

img.blueborder	{
	border: 1px solid #333399;
}

img.blueborderleft	{
	border: 1px solid #333399;
	margin: 0px 10px 10px 0px;
}

img.pictureleft	{
	margin: 0px 10px 10px 0px;
}

img.blueborderright	{
	border: 1px solid #333399;
	margin: 0px 5px 10px 10px;
}

img.pictureright	{
	margin: 0px 5px 10px 10px;
}

/* ----- MSMC HOME PAGE SPECIFIC STYLESHEET ------*/
/* ------------------------------------------- */
/* -- specific styles for home page -- */

#home-left, #home-middle, #home-right {
	float:left;
	width:240px;
	margin-right:10px;
	position:relative;
	z-index:1;
}
#home-left {
	width:240px;
}
#home-middle {
	width:240px;
}
#home-right {
	margin:0;
	width:480px;
	z-index:1;
	position:relative;
}

/* -- home welcome area -- */
#homewelcome {
	height:335px;
	border:2px solid #333399;
	margin-bottom:10px;
}
a#applyonline {
	width:221px;
	height:25px;
	padding:4px 0 0 15px;
	background:url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
	display:block;
	color:#e6cd45;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
a#applyonline:hover {
	color:#e6cd45;
	background:url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
}
a.homebutton {
	margin-bottom:10px;
	display:block;
}

/* home middle */
#home-middle ul {
        font-size: 12px;
        list-style:none;
        color:#999999;
        margin:10px 0 0 10px;
}
#home-middle ul li {
        margin-bottom: 5px;
}
#home-middle a {
        color:#666;
        font-weight:normal;
        text-decoration:none;
}
#home-middle a:hover {
        color:#000;
        text-decoration:underline;
}
#home-middle-top {
        height:299px;
        margin-bottom:10px;
}
#home-middle-bottom {
        border-top:1px solid #999999;
}

/* spotlight area */
#homebranding {
	position:relative;
	z-index:1;
}
#homespotlightarea {	
	background:url('/images/system2008/home-spot-bg.jpg') no-repeat 0 0;
	margin-top:10px;
	padding:34px 10px 10px 10px;
	width:460px;
	height:146px;
}
#homespotlight-left {
	float:left;
	width:218px;
}
#homespotlight-right {
	float:right;
	width:218px;
}
.spotlightitem {
	width:218px;
	height:70px	
}
.spotlightitem p {
	color:#000;
        font-size:8pt;        
}
.spotlightitem img {
	float:left;
	width:50px;
	height:50px;
        margin:0 10px 0 0;
}
.spotlightitem a {
	color:#333399;
	text-decoration:none;
        white-space:nowrap;
}
.spotlightitem a:hover {
	text-decoration:underline;
}

