@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F3F8FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/AIS_Site_background_trans.gif);
}
p {
	line-height: 1.3em;
	text-align: justify;
}
li {
	margin-left: -24px;
	line-height: 1.3em;
}
ul {
	list-style-type: square;
}


h1 {
	font-size: 1.5em;
	color: #666;
}
h2 {
	font-size: 1.25em;
	color: #333;
	line-height: 22px;
}
h3 {
	font-size: 1.25em;
	color: #2B6897;
	line-height: 22px;
}
.contentBoxHead {
	width: 660px;
	background-color: #2B6897;
	border: 2px solid #2B6897;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-top: 28px;
	color: #FFF;
	font-size: 16px;
}

.contentBox {
	width: 660px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2B6897;
	border-right-color: #2B6897;
	border-bottom-color: #2B6897;
	border-left-color: #2B6897;
}

.twoColFixRtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/fingerprint_lg_3.gif);
	background-repeat: no-repeat;
	background-position: 5px 190px;
} 

.twoColFixRtHdr #header {
	background-color: #FFF;
	background-image: url(images/AIS_Site_Head_No_Logo_1000.jpg);
	height: 182px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 250px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #actionContent {
	margin-top: 20px;
	margin-right: 250px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-repeat: no-repeat;
	clear: left;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: 24px;
}
.twoColFixRtHdr #footer {
	background-color: #B9D5EB;
	height: 70px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
	clear: right;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #009;
}
a:visited {
	text-decoration: none;
	color: #009;

}

a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #009;
}
.why {
	margin-left: 30px;
	list-style-type: disc;
	margin-bottom: 12px;
}


.OSM {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.OSMdir {
	padding: 0.2em 0 0.2em .5em;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 12px;
}



.OSMfile {
	margin-left: 3em;
	padding: 0 0 0 .5em;
}

