@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;
	background-image: url(sumtextb.jpg);
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/vktoporoff.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
	font-size: 24px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}

.HomeImg {	border: 2px outset #c0c0c0;
}

.HomeImg {	border: 2px outset #c0c0c0;
}

.HomeText {	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
}

.HomeText {	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
}


.Disclaimer {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.valerie {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: lowercase;
	color: #808080;
	margin: 0px;
	padding: 0px;
	line-height: 0.9em;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996;
	border-bottom-color: #996;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.Describe {	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999966;
}
a:link {
	text-decoration: none;
	color: #999966;
}

a:visited {
	text-decoration: none;
	color: #993;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999966;
}


.Contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
.Copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #996;
}
