@charset "utf-8";
body {
	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: #000;
	background-color: #E6E6E6;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	line-height: normal;
	text-transform: none;
	margin: 0;
	padding: 1;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #DFDFDF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #DADADA;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #D4D4D4;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	text-align: justify;
	vertical-align: baseline;
}
.takis2 {
	padding: 5px;
	float: right;
	margin: auto;
	clear: both;
}

.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-align: left;
	text-decoration: blink;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #D2D2D2;
}
.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 */
}
.takis3 {
	color: #8080FF;
}
.oneColFixCtrHdr #container #header #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p em {
	color: #17176C;
}
.oneColFixCtrHdr #container #header #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible em {
	color: #400000;
}
.oneColFixCtrHdr #header table tr h1 tt {
	color: #0000A0;
}
.oneColFixCtrHdr #header table tr div {
	color: #400000;
}
.oneColFixCtrHdr #header table tr p {
	color: #000;
	font-size: 16px;
}
