﻿body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #222222;
	background-repeat: repeat;
	background-color: #246664;
	font-size: medium;
}
.twoColFixRtHdr #container
{
    width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #FFFFFF;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header
{
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px; /* 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. */
}
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #leftSideBar
{
	/*margin: 0px 300px 0 30px; the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0px 0px;
	width: 120px;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
	background-color: #E2F1EC;
}

.twoColFixRtHdr #leftSideBarBg
{
   
    background-repeat: repeat-x;
} 

.twoColFixRtHdr #mainContent
{
	/* margin: 0px 3px 0 30px; the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    width: 680px;
	vertical-align: top;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

.twoColFixRtHdr #footer
{
	padding: 0 10px 0 10px;
	font-size: x-small;
	background-color: #A6E1CD;
}
.twoColFixRtHdr #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 */
}

#menu 
{
	text-align: right;
	vertical-align: bottom;
	color: #006666;
	margin-right: 10px;
}

#text
{
	font-size: small;
	overflow: scroll;
	height: 80%;
	padding: 20px 20px 20px 40px;
	line-height: 18px;
}

#scroll-news
{
	overflow: auto;
	height: 95px;
	vertical-align: middle;
}

#scroll-photos
{
	overflow: auto;
	height: 400px;
	vertical-align: middle;
}

#comittee, #contact, #news
{
	height: 100%;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 30px;	
}

td.firstCol
{
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
}

td.secCol
{
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
}

td.thirdCol
{
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
}

td.margin
{
	background-color: #cff3ec;
	height: 20px;
	width: 20px;
}

td.content_c
{
	background-color: #cff3ec;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 20px;
	width: 560px;
}

td.content_w
{
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 20px;
}

div.welfare 
{
	background-color: #E9F5F2;
	padding: 10px 10px 10px 10px;
	line-height: 18px;
}

div.welfare_alt
{
	background-color: #F0F9F5;	
	padding: 10px 10px 10px 10px;
	line-height: 18px;
}

td.blank
{
	height: 20px;
}

td.img
{
	display:block; 
	height:150px; 
	width:150px; 
	background-color: #cff3ec;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-width: 3px;
	border-color: #FFFFFF;
}

td.page
{
	background-color: #cff3ec;
}

td.img img
{
	border-width: 3px;
	border-color: #FFFFFF;
}

td.news
{
	display:block;
	background-color: #E2ECF1;	
	border-color: #FFFFFF;
}

td.activity
{
	display:block;
	background-color: #e8f2e4;
	border-color: #FFFFFF;
}

p.cons
{
	padding-top: 2px;
	padding-bottom: 2px;
}

img.wborder
{
	border-color: #FFFFFF;
	border-width: 2px;
}

#newsContent
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 16px;
	font-size: small;
}

#title
{
	font-weight: bold;
	color: #009999;
	font-size: small;
}

#special
{
	font-weight: bold;
	color: #F00;
	font-size: small;
}

a.linkRed:link {
	color: #F00;
}

a.linkRed:visited {
	color: #F00;
}

a.linkRed:hover {
	color: #F00;
}

a.linkCyan:link {
	color: #006666;
}
a.linkCyan:visited {
	color: #006666;
}
a.linkCyan:hover {
	color: #009F9F;
}
