@charset "UTF-8";
body {
	background: #29344A url(images/header_bg.jpg) repeat-x;
	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: #CCCCCC;
	font: normal 97% Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border:none;
	}
img {
	border:none;
	}
a:link {
	color: #87A1B3;
	text-decoration: underline;
}
a:visited {
	color: #87A1B3;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:focus {
	color: #87A1B3;
	text-decoration: underline;
}
#container  {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background: #082437;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 152px;
	text-align: center;
	margin: 0px;
}
#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 */
}
#nav {
	height: 30px;
}
#wrap_content {
	background: #5A5E66;
	padding-bottom: 1px;
	border-right: 2px solid #082438;
	border-bottom: 2px solid #082438;
	border-left: 2px solid #082438;
}
#mainContent  {
	padding: 1 20px;
	border-right: 1px solid #0F2539;
	border-bottom: 1px solid #0F2539;
	border-left: 1px solid #0F2539;
	background: #29344A;
	margin: 1px 5px 4px;
}
#index_content  {
	width: 575px;
	margin-left: 110px;
	margin-top: 15px;
	padding: 15px;
	float: left;
}
#index_content  h1  {
	font-size: 1.3em;
	line-height: 1.5em;
}
#index_content h2 {
	font-size: 1.1em;
	line-height: 1.5em;
}
#index_content p {
	text-align: justify;
	line-height: 1.5;
}
#index_content   p2 {
	text-align: left;
	line-height: 1.5;
}
#On The Line p     {
	float: right;
	width: 195px;
	margin-top: 15px;
	margin-left: 5px;
	border: 1px solid #082437;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
#form p {
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
#form {
	border: thin dotted #87A1B3;
	padding-bottom: 10px;
	padding-left: 15px;
}
#form p2 {
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
#index_rt_sidebar h1    {
	font-size: 14px;
}
#index_rt_sidebar p {
	text-align: left;
	line-height: 17px;
	font-size: 12px;
}
#container  br  {
	clear: both;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#29344A;
}
#footer  p  {
	margin: 5px; /* 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 */
	font-size: 0.7em;
	text-align: center;
	line-height: 2.1em;
}
