@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
	background-color: #FFF;
	background-image: url(../logo_patterns/bg_body_long%20waves%20%5BConverted%5D.png);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 900px;
	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;
	font-family: "Korlove Bold";
	color: #333;
	background-color: #FFF;
	border: 40px solid #698EA3;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
	background-image: url(../bg_headers/b_atop.png);
	background-repeat: no-repeat;
	height: 280px;
	background-position: center top;
	margin-top: 20px;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#navbar {
	font-family: "Korolev Medium", Verdana, "Arial Narrow";
	font-size: 16px;
	color: #5C8296;
	width: 900px;
	height: 30px;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #E9E4E0;
}
#navbar ul {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding-right: 50px;
	border-bottom-style: none;
	border-bottom-color: #86A5B5;
	margin-top: 0px;
	padding-top: 10px;
}
#navbar ul li {
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
}
#container #navbar ul li a {
	color: #7FA0B5;
}

.twoColFixRtHdr #header h1 {
	font-family: "Korolev Medium", Verdana, "Arial Narrow";
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10;
	text-align: right;
	margin-right: 50px;
	color: #BBACA2;
	font-weight: normal;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	list-style-type: none;
	margin-left: -40px;
	margin-right: 30px;
}
#navbar1 ul {
	float: left;
	list-style-type: none;
	clear: none;
	margin-top: 0px;
	width: 900px;
	height: 30px;
	display: block;
}
#navbar1 ul li {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#navbar1 {
	height: 61px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.twoColFixRtHdr #mainContent {
	font-family: "Korolev Medium", Verdana, "Arial Narrow";
	line-height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CDC1B6;
	border-right-color: #CDC1B6;
	border-bottom-color: #CDC1B6;
	border-left-color: #CDC1B6;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 45px;
	background-color: #FFF;
} 
#mainContent a img {
	padding: 4px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#footer p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
}


.twoColFixRtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;}
#mainContent h1 {
	font-family: "Korolev Medium", Verdana, "Arial Narrow";
	font-size: 24px;
	color: #333;
}
#mainContent h1 span{
	font-family: "Korolev Medium", Verdana, "Arial Narrow";
	font-size: 24px;
	color: #7FA0B5;
}

.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;
}
