/* =Global Settings
---------------------------------------------------------------------------------------------------- */	
* {
	margin:0;
	padding:0;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

/** Globally set image border to 0 **/

img {
	border:0;
}


body {
	color: #474747;
	text-align: left;
	font: normal 12px Verdana, Geneva, sans-serif;
	height: 100%;
	background: #fff; /*#093500;*/
	line-height: 1;
}



html, body, #container { height: 100%; }



/* =Structure
---------------------------------------------------------------------------------------------------- */	


#container,
#layout-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}




/* =Text Styles
---------------------------------------------------------------------------------------------------- */


h1{
	font-weight: bold;
	font-size:1.33em;
	margin:0;
	padding:0;
	padding-bottom:0.8em;
	line-height:1.2em;
	/*color: #197220;*/
	color: #004d77;

}


h2{
	font-weight: bold;
	font-size:1.25em;
	margin:0;
	padding:0;
	padding-bottom:0.8em;
	line-height:1.2em;
	color: #004d77;
}

h3{
	font-weight: bold;
	font-size:1.16em;
	margin:0;
	padding:0;
	padding-bottom:0.8em;
	line-height:1.2em;
	color: #004d77;
}

h5{
	font-weight: bold;
	font-size:1.08em;
	margin:0;
	padding:0;
	padding-bottom:0.8em;
	line-height:1.2em;
	color: #000;
}




#content p {
	padding-top: 0;
	padding-bottom:1.33em;
	line-height:1.5em;
}

#footer p {
	padding-top: 0;
	padding-bottom:1.00em;
	line-height: 1.00em;
}

address {
    font-style: normal;
	padding-top: 0;
	padding-bottom: 1.2em;
	line-height:1.25em;
}


ul {

	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
	padding: 5px 0 10px 15px;
} 



ol {

	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
} 

#content li {
	line-height:1.5em;
}


ol.roman-numbered-list {

	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	padding: 5px 0 10px 15px;
        list-style-type:lower-roman;
} 

ul.doubleLineSpaceList li {
padding-bottom:18px;
} 

/* =Links
---------------------------------------------------------------------------------------------------- */

a,  
a:link,  
a:visited {
color: #197220;
		text-decoration: underline;
}

a:hover {
color: #0c3e5e;
		text-decoration: underline;
}


/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.textalign-left {
	text-align:left;
}

.textalign-right {
	text-align:right;
}

.textalign-center {
	text-align:center;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.image-float-left {
	float:left;
	padding: 0px 10px 10px 0px;
}

.image-float-right {
	float:right;
	padding: 0px 0px 10px 10px;
}

sup {
	font-size: 8px;
}

.text-small,  .caption {
	font-size: 10px;
}

.missingtext {
	color:#FF0000;
	font-weight: bold;
}

.text-orange {
	color: #115793;
}

blockquote {
	font-style: italic;
	width: 90%;
}

/* =Lines
---------------------------------------------------------------------------------------------------- */

hr {
	color: #78cbe9;
	background-color: #78cbe9;
	border: 0;
	height: 1px;
	margin: 0px 0 14px 0;
clear:both;
}

#footer hr {
	color: #fff;
	background-color: #fff;
	border: 0;
	height: 1px;
	margin: 0px 0 14px 0;
clear:both;
}


hr.dashed-rule {
background: transparent;
color: transparent;
	border: 0;
	height: 1px;
	margin: 0px 0 14px 0;
border-bottom: 1px dashed #78cbe9;
clear:both;
}


div.hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #78cbe9;
	margin-top: 14px;
	margin-bottom:14px;
        line-height:0;
        clear: both;
}


/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin-top:	1px;
}

.marginZero {
	margin:0;
}

.spacer,  .clear {
	clear: both;
	margin:0;
	padding:0;
line-height:0;
font-size:0;
}


.padding {
	padding: 5px;
}