/************************************************/
/* ja012.css                                    */
/* Jo Allen 2006			        */
/************************************************/

/************************************************/
/* HTML tag styles                              */
/************************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FFFFFF;
}

h2{
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pghead{
	margin: 0;
	padding: 10px 2px;
	background-color:#000000;
	border-bottom: 3px solid #FFFFFF;
	width: 99%;
}

#lBar{
	margin: 0 79% 0 0;
	padding: 0px;
	height: 100%;
	background-color: #000000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(mmig/fp1.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#content{
	float:right;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #topNav styles **************/

#topNav{
font-size: 100%;
color:#FFFFCC;
font-weight:bold;
text-align:right;
background-image:url(mmig/nvs4.jpg);
padding: 0px 0px 0px 10px;
height: 30px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#topNav img{
 display: block;
}

#topNav a {
	font-size: 105%;
	color:#FFFFCC;
	font-weight:bold;
	padding: 0px 4px 0px 0px; 
}


/************* stuff styles *************/

#stuff{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	background-color:#CCCCCC;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature a{
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.overrideimage img {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	float: none;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	font-weight:bold;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: left;
}

/************* extra stuff ***************/

.quote {
	font-size: inherit;
	font-weight: bold;
}

.italic {
	font-style: italic;
	
}

.underline {
	text-decoration: underline;
}

.clearit {clear: both;
}

