@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/20px Georgia, Times New Roman, Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333333;
	background-color: #7496A6;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(imagesksr/centerback.gif);
	background-repeat: repeat-y;	
}
.oneColFixCtr #mainContent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainnav {
	width: 760px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(imagesksr/centerback.gif);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #sidebar {
	width: 187px;
	background: #E3EAED;
	float:left;
}
.oneColFixCtr #generalinfo {
	width: 545px;
	min-height: 300px;
	margin-left: 210px;
	padding: 0px;
}
.oneColFixCtr #header {
	width: 800px;
	background-image: url(imagesksr/centerback.gif);
	background-repeat: repeat-y;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
body,td,th {
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #3A6579;
}
a:visited {
	text-decoration: none;
	color: #3A6579;
}
a:hover {
	text-decoration: underline;
	color: #3A6579;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #333333;
}
h2 {
	font-size: 18px;
	color: #7496A6;
}
h3 {
	font-size: 24px;
	color: #333333;
}
h4 {
	font-size: 11px;
	color: #FFFFFF;
}
.datetime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
}