@charset "UTF-8";
body {
	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: #210001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg_pattern.jpg);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 857px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-top: 0;
	padding-bottom: 0;
}
#mainContent {
	background-image: url(images/body_bg.jpg);
	padding-top: 0;
	padding-bottom: 0;
}
#footer {
	background-image: url(images/bg_pattern.jpg);
	padding-top: 0;
	padding-bottom: 0;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#frame {
	width: 700px;
	margin: 0px;
	padding-left: 40px;
	text-align: center;
	height: 601px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
}
p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 1.3em;
}
ul {
	font-size: 14px;
}
li {
	padding-bottom: 4px;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 5px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.fltrt {
	float: right;
	padding-left: 10px;
}
.fltlft {
	float: left;
	padding-right: 10px;
}
.clear {
	clear: both;
}
a:link {
	color: #003333;
}
a:visited {
	color: #003333;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
