@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Calibri,Helvetica,Arial,Verdana,sans-serif;
	font-size: 100%;
	background-color: #1F17FF;
}
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1F17FF;
}
.oneColLiqCtr #mainContent {
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 100px;
	background-color: #1F17FF;
}
.oneColLiqCtr #topbar {
	background-color: #00015E;
	height: 110px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #textarea {
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	height: 800px;
}

body {
	background-color: #6699FF;
	font-size: 1em;
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
}

p {
	margin: 0px;
	padding: 10px 20px 5px;
	font-family: Calibri,Helvetica,Arial,Verdana,sans-serif;;
	font-size: 1em;
	text-align: justify;
	line-height: 115%;
}

A:LINK, A:VISITED {
	color : #3B6807;
	text-decoration : none;
	border: #FF9900;
	font-weight: bold;
	font-family: Calibri,Helvetica,Arial,Verdana,sans-serif;;
}

A:HOVER {
	background-color : #3B6807;
	color : #fde92b;
}
H1 {
	border-bottom:1px solid #2C86C0;
	color:#2C86C0;
	display:block;
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px;
	padding:10px 0 13px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2C86C0;
}
.center {
	text-align:center;
}
.blue {
	color: #3016FE;
}
.small {
	font-size:80%;
}