@charset "utf-8";
html {overflow-y: scroll;}
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #CFF0FF;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #002D4A;
	}
.small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6   {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #003D66;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	padding-left: 2em;
}


a:visited, a:link  {
	color: #0099CC;
}
a:hover, a:active {
	color: #000000;
}



#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:center;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	}


#header{
	position:relative;
	height: 200px;
	}

#leftcol {
	width: 880px;
	}
#leftcol p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcol  img   {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#footer {
	background-image: url(images/foot.jpg);
	height: 50px;
	padding-top: 2.5em;
	background-repeat: no-repeat;
	}
#legal, #legal  a   {
	color: #CCCCCC;
}

.automargin {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	}	
.boxbullet {
	border-left-width: 0.75em;
	border-left-style: solid;
	padding-left: .25em;
}



.center {
	text-align:center;
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}

.clear {
	clear:both;
	}

.info {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D66;
}
h2, h3 {
	margin-top: 20px;
	text-decoration: underline;
}
.200pxmarg {
	margin-left: 100px;
}
