@charset "UTF-8";
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #CECEE4;
	background-image: url(img/body_bak.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 970px;
	text-align: left;
	background-image: url(img/container_bak.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 738px;
} 
#header {
	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. */
	position: relative;
	height: 168px;
} 
h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	color: #2F095E;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F095E;
	text-decoration: underline;
}
h1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F095E;
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent_text {
	float: left;
	width: 500px;
	padding-left: 153px;
	height: 386px;
	padding-right: 85px;
}
#mainContent_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#footer {
	left: 650px;
	height: 100px;
	width: 665px;
	text-align: right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 140%;
	color: #333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rightside_ad {
	position: absolute;
	height: 37px;
	width: 147px;
	float: left;
	top: 52px;
	left: 738px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 55px;
}
#rightside_ad a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F095E;

}
#rightside_ad a:link {
	text-decoration: underline;
}
#rightside_ad a:hover {
	text-decoration: none;
}
#rightside {
	float: right; /* since this element is floated, a width must be given */
	width: 157px;
	padding-top: 35px;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 53px;
}
#rightside p {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333;
}
#rightside a {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F095E;
}
#rightside a:link {

	text-decoration: underline;
}
#rightside a:hover {
	text-decoration: none;
}
#rightside h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
#navbar {
	position: absolute;
	left: 460px;
	top: 111px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
}
#navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	width: 100px;
	background-color: #2F095E;
	height: 25px;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 50px;
}
#navbar a:link  {
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
}
#navbar a:hover {
	color: #2F095E;
	background-color: #CECEE4;
}

#navbar a:active {
	color: #2F095E;
	background-color: #CECEE4;
}
#mainContent_text p a:link {
	color: #2F095E;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent_text p a:hover {
	text-decoration: none;
}
