/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(images/background1.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	
}


a:link {
	text-decoration: underline;
	color: #2D5986;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}
.large_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #334d55;
	font-weight: bold;	
}


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;
}



#navBar{
	padding: 0px;
	margin: 0;
	width: 155px;
}
#navBar a {
	text-decoration: none;
}


#navBar ul {
list-style: none; margin: 0; padding: 0;
}

#content{
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	white-space: normal;
	font-weight: 100;
	font-size: 80%;
	font-family: "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;	
	background-color: #00345B;
	
}


#globalNav img{
	display: inline;
	vertical-align: top;
}
#wholeBody {
	margin-top: 15px;
	background-color: #FFFFFF;
	border: thin ridge #00FF00;
	width: 800px;
	
}


#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	
}
#mmlc_map {
	margin-right: 10px;
	clear: right;
}


#breadCrumb a{
	
	color: #BEBEBE;
}



#Mel{
	font-size: 70%;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 10px;
	background-color: #00BABD;
	color: #004646;
}

#Mel img{
	display: block;
}
#Mel a {
	text-decoration: none;
}



#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	font-weight: 500;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	background-color: #99cc99;
	left: 205px;
	position: relative;
	display: inline;
}
/* 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;
}

/************** .pictureWithText styles ***************/

.pictureWithText{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pictureWithText img {
	clip: rect(auto,auto,auto,auto);
	padding: 10px;
}


.pictureWithText h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #00BABD;
	text-indent: 5px;
}



.relatedLinks h3{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: -5px;
}
.smallFont {
	font-size: 80%;
}
#footer {
	width: 100%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	
}
#footer a {
	text-decoration: underline;
	color: #666666;
}

.smaller_italic {
	font-size: 85%;
	font-style: italic;

}



#header {
    width: 800px;
	height: 50px;
	}
	
#rss {

	border: thin solid #44817C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#rss a {
	text-decoration: none;
}
h4 {

 font-size: 90%;
 color: #334d55;
}
