@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	color: #000000;
	background-color: #999999;
	text-align: left;
	vertical-align: top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 20px;
}

h2 {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}

h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	padding-left: 15px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

p {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

hr {
	color: #ADC6E2;
	background-color: #ADC6E2;
}

a:link {
	font-size: 14px;
	font-weight: bolder;
}

a:visited {
	font-size: 14px;
	font-weight: bolder;
}

#rightbox {
	font-size: 12px;
	color: #000000;
	width: 220px;
	border-left-style: none;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
}

#rightbox p {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
}

#rightbox a:link {
    font-size: 12px;
	font-weight: bolder;
}

#rightbox a:visited {
    font-size: 12px;
	font-weight: bolder;
}

#footer {
	font-size: 11px;
	height: auto;
	width: 98%;
	padding-top: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADC6E2;
	margin: 10px;
 }
 
#footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer a:visited{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0px;
 }


#footer2 a:link{
	font-size: 11px;
	font-weight: bold;
}
	
#footer2 a:visited{
	font-size: 11px;
	font-weight: bold;
 }
