/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	background-color: #336633;
	width: 770px;
	font-size: 85%;
	letter-spacing: .05em;
}

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

h2{
	color: #FFFFFF;
	font-weight: bold;
}
				

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

#masthead{
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/MLshield41.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	height: 100px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#navBar{
	margin: 0 79% 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

#content{
	float:right;
	width: 75%;
	margin-bottom: 1em;
	padding: 1em;
}
#masthead h1 {
}

#content p {
	line-height: 130%;
}



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

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

/************* #navbar ***************/

#navBar ul {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
}
#navBar ul li {
	padding: 0.25em;
	font-size: 100%;
}


#navBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navBar a:hover {

	color: #FF0033;
	text-decoration: none;
}
#navBar a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/************* #masthead styles ***************/

#masthead h1 {
	text-align: center;
	line-height: 150%;
	padding-top: .5em;
	color: #ccbb11;
}


/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align: center;
	font-size: 75%;
}

/************* #content styles ***************/
#content h1 {
	text-align: left;
	font-size: 150%;
}

#content h2 {
	text-align: left;
	font-size: 120%;
}

#content .imgrt {
	float: right;
	margin: 1em;
}

#content a:link {
	color: #FFFF99;
	text-decoration: none;
}
#content a:visited {
	color: #FFFF99;
	text-decoration: none;
}
#content a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#content a:active {
	color: #FFFF99;
	text-decoration: none;
}

.entrybox {
	padding: 1em;
	width: 90%;
	margin-top: 3em;
	margin-bottom: 3em;
	border-top: 1px solid #000033;
	border-right: 4px solid #000033;
	border-bottom: 4px solid #000033;
	border-left: 1px solid #000033;
	background-color: #006633;
}
.entrybox h1, .entrybox h1 a {
	font-size: 75%;
}
.entrybox h4, .entrybox h4 a {
	font-size: 75;
}
.entrybox h3 {
	font-size: 75%;
}
#content .imgcen {
	margin: 1em;
	background-position: center;
}
