@charset "UTF-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../_images/css/bg_body.jpg) repeat-x;
}
#widget a {
	color: #000000;
	text-decoration: none;
}
#widget a:hover {
	color: #990000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 0.1em solid #6D6F71;
	border-left: 0.1em solid #6D6F71;
	border-bottom: 0.1em solid #6D6F71;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#kanick   {
	float: left;
	padding: 5px 25px;
}
#kanick h1   {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#widget {
	float: right;
	padding-top: 20px;
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px solid #464646;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 237px;
}
.oneColFixCtrHdr #header {
	height: 102px;
}
div#prheader {
	background: #DFDFDF;
	padding-left: 100px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B1019;
	border-bottom-color: #6B1019;
}
.oneColFixCtrHdr  #prheader  h1 {
	padding: 0 20px 0 60px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	background-color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6B1019;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6B1019;
	padding: 0px 0px 12px 12px;
	border-bottom: 1px solid #464646;
	border-left: 1px solid #464646;
	margin-right: 100px;
	line-height: 21px;
}
#mainContent h2 {
	margin: 0px;
	font-size: .75em;
}
#mainContent p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}
#mainContent a {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #DFDFDF;
	text-decoration: underline;
}
#mainContent strong {
	font-size: 16px;
}
#mainContent ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#mainContent ul li {
	margin: 4px 0px 4px 20px;
}
#mainContent #photo {
	float: right;
	margin: 12px;
	padding: 12px;
	border: 1px solid #999999;
}
#mainContent #photo #caption {
	width: 124px;
	font-size: 11px;
	padding-top: 12px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px 10px;
	font-size: 0.7em;
	color: #000000;
}
.oneColFixCtrHdr #copyright {
	font-size: 0.7em;
	color: #6D6F71;
	padding-top: 10px;
	padding-bottom: 10px;
}
