/* CSS Document */

/* site body and standard font stuff */
body {
	margin: 0; 
	padding: 0; 
	font-family: Arial;
	font-size: 10px;
	color: #000000;
		}
		
/* body of user content (mosMainBody) */
.contentpaneopen {
	margin-top: 10px;
	margin-left: 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
	
/* body of component (mosMainBody) ie: contact us */
.contentpane {
	}
	
/* heading on a content page */
.contentheading {
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
 	color: #006AAD;
	text-decoration: underline;
	}

/* heading on a blog page */
.contentpagetitle {
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
 	color: #312075;
	}

/* contact form heading */
.componentheading {
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
 	color: #006AAD;
	text-decoration: underline;
	}

/* contact form button */
.button {
	color: #333333;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font: bold;
	background: #fff;
	border: 1px solid #CCCCCC;
	height: 20px;
	}

/* contact form input box */
.inputbox {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1.5px;
	background-color: #ffffa0;
	border: 1px solid #888800;
	}
	
/*user menu stuff*/

a.mainlevel-nav:link, a.mainlevel-nav:visited {
    font-family: Arial, Helvetica ,sans-serif;
    font-size: 12px;
    float: left;
    display: block;
    width: 163px;
    line-height: 25px;
    padding-top: 0pt;
    padding-right: 15px;
    padding-bottom: 0pt;
    padding-left: 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    background-color: #660000;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}

a.mainlevel-nav:hover {
       FONT-FAMILY: Arial, Helvetica ,sans-serif;
       color: #000000;
       text-align:left;
       background-color: #CCCCCC;
        }

table.moduletable-nav td {
} 
