/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #344D37;
	text-align: center;
	font-size: 13px;
}

a:link, a:visited, a:hover {
	color: #993300;
	text-decoration: none;
}

a:hover {
	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-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 1.44em;
	text-align: justify;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 11px;
 color: #334d55;
}

ul{
 list-style-type: square;
}
img {
	margin: 0px;
	padding: 0px;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 860px;
	border: 1px solid #CCCCCC;
} 

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #344D37;
	width: 696px;
	height: 23px;
}

#content{
	margin: auto;
	padding: 0;
	background: #FFFFFF;
	width: 696px;
	text-align: justify;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/
#maincontent {
	text-align: left;
	margin: 0px;
	width: 100%;
	background: #FFFFFF;
}
#footer {
	background: #233325;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contentpad {
	padding: 10px;
}
.contentpad p {
	text-align: justify;
}
.title {
	background: #E1E2C6;
	font-size: 14px;
	padding: 2px 4px;
	color: #344D37;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.uppercase {
	text-transform: uppercase;
	font-size: 13px;

}
.sidecol {
	background: #E1E2C6;
	margin-left: 10px;
	font-size: 12px;
	color: #344D37;
	padding: 6px;
}
.sidecoltitle {
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.img {
	margin-right: 12px;
	border: 1px solid #344D37;
}
