/* Layout New Homepage */

#homepage {
	width: 635px;
	height: 390px;
	background: url(images/msa_home_solid3.jpg);	
	margin:0 5px 0 5px;
	}

#newsletterbox {
	position: relative;
	top: 200px;
	left:30px;
	width: 260px;
	height: 50px;
	}

#audiobox {
	position: relative;
	top: 245px;
	left:30px;
	width: 76px;
	height: 26px;
	background: #000000;
	}

#missionsbox {
	position: relative;
	top: 220px;
	left:330px;
	width: 300px;
	height: 40px;
	}

/* General styles */

p {
	font-size: 10px;
   	line-height: 16px;
   	font-family: arial, sans-serif;
	}

span {
	font-size: 10px;
    line-height: 16px;
	font-family: arial, sans-serif;
	}

td {font-size: 10px;
	font-family: arial, sans-serif}

a {text-decoration: underline}
a:link {color: #478196}
a:visited {color: #6F9FB0}
a:hover {color: #356B7F}
a:active {color: #CC0000}

ol, ul, li 
{font-size: 10px; 
            color: #000000;
			font-family: arial, sans-serif}

strong, b {font-weight: bold}

em, i {font-style: italic}

/* Content styles */

.larger {font-size: 12px}

.subHeader {font-size: 12px;
            font-weight: bold;
            color: #478196}

.subHeaderDark {font-size: 12px;
                font-weight: bold;
                color: #0D1A23}

.subHeaderDarkUnderlined {font-size: 12px;
                          font-weight: bold;
                          color: #0D1A23;
                          text-decoration: underline}
.cellLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #478196;
	border-bottom-color: #478196;
}
.cellRight {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #478196;
}
.textbold {
	font-weight: bold;
}
.textbolditalic {
	font-style: italic;
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
