/* CSS Document */

html {background-color: #fff;}

body {
	width: 1000px;
	margin: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; text-align: left;
	background-color: #fff;
}

#bootstrap-overrides{ 
	width: 1000px;
	margin: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; text-align: left;
	background-color: #fff;
}

p {
	font-size: .80em;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}
h1 {font-size: 1.7em; font-weight: bolder; text-align:left; color: #00A7EB; padding: 0px 0px 0px 0px;}
h2 {font-size: 1.3em; font-weight: bold; text-align:left; color: #00A7EB; padding: 0px 0px 0px 0px;}
h3 {font-size: .95em; text-align:left; color: #000; padding: 0px 0px 0px 0px;}

a {
	font-size: .80em;
	text-decoration: none;
	text-transform: uppercase;
	}
a:link {
	font-size: .80em;
	font-weight: bold;
	color:#22AB43;
	}
a:visited {
	font-size: .80em;
	font-weight: bold;
	color:#22AB43;
	}
a:hover {
	font-size: .80em;
	font-weight: bold;
	color:#7A7A7A;
	}
hr {background-color:#00A7EB;
	border-width: 0;
	color:#00A7EB;
	height: 2px;
    }
li {font-size: .80em;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
    }
	
.navtext {
	font-size: .75em;
	text-align:justify;
	}

div.igeos {
background-color:#f0f0f0;
border:2px solid #e0e0e0;
width:170px;
height:200px;
margin-left:2px;
margin-right:2px;
margin-top:20px;
float:left;
padding: 3px 5px 3px 10px;
}

div.igeos p {
font-size:0.80em;
text-align:left;
color:#000;
font-weight:normal;
}

div.media {
background-color:#fff;
border:2px solid #fff;;
width:330px;
height:232px;
margin-left:2px;
margin-right:2px;
margin-top:0px;
float:left;
padding: 2px 2px 2px 2px;
}

div.media p {
font-size:0.75em;
text-align:left;
color:#000;
font-weight:normal;
padding: 2px 0px 2px 2px;
}