@charset "iso-8859-2";
body {
	font-family: "Trebuchet MS", Veranda, Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: #666666;
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0px;
	background-repeat: repeat-x;
	line-height: 1.7em;
	background-color: #bebfb1;
	background-image: url(images/bgtop.gif);
	background-position: top;
}

.oneColFixCtr #container {
	width: 835px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(images/bgcontainer.gif);
}
.oneColFixCtr  #logo {
	height: 394px;
	width: 835px;

}
.oneColFixCtr   #menu {


}


.oneColFixCtr #mainContent {
	text-align: justify;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtr #sidebar {
	float: right;
	width: 282px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.img {
	padding-right: 20px;
	float: left;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
	font-weight: bolder;
}
.rowborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}
.rowbordertop {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: justify;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.oneColFixCtr  #footer{
	background-image: url(images/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding-bottom: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding-top: 10px;
}
.imgborder {
	border: 1px solid #A3CEE2;
	padding: 5px;
}

