body {
	font: 80%/1.3 verdana,geneva,lucida,arial,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #ECFBFF;
}
h2 {font: 140%/1.3 arial, sans-serif; color: #369; font-weight: bold; margin: 0; padding: 0;}
h3 {font: 120%/0.9 arial, sans-serif; color: #369; font-style: italic; font-weight: bolder; margin: 0; padding: 0;}
#container {
	width: 808px;
	background-image: url(images/containerBackground.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	height: auto;
} 
#header {
	background-image: url(images/logo-2.jpg);
	margin: 0px;
	padding: 0px;
	height: 138px;
	width: 808px;
	list-style-image: url(images/logo-2.jpg);
}
#content {
	width: 774px;
	min-height: 330px;
	margin-bottom: 50px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FFF;
	margin-left: 2px;
	margin-right: 2px;
}
ul li a:link, ul li a:visited, ul li {font: 100%/1.4 arial, sans-serif; color: #fff; font-weight: bold; text-decoration: none; background-color: #069;}
ul li a:active, ul li a:hover {
	color: #cff;
	font-weight: bold;
	text-decoration: none;
	}
img {border: 0;}
#top-nav {
	position: relative;
	top: 103px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 780px;
	height: 30px;
}
#top-nav li {
float: right; 
display: inline; 
margin: 10px;
}
#sidebar-RT {
	float: right;
	width:210px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 380px;
	background-color: #cff;
	background-image: url(images/sidebarBackground.gif);
	background-repeat: repeat-y;
}
#text {
	min-height: 300px;
	width: 548px;
	margin-right: 210px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 0;
}
#content table img, #text table img {cursor: pointer;}
#content tr, #text tr {vertical-align: top;}
#content td, #text td {padding: 10px; border-right: 1px dotted #69c;}
#columnLeft {
	width: 370px;
	float:left;
	padding-top: 5px;
}
#columnRight {
	width: 370px;
	float:right;
	padding-top: 5px;
}
#text table img {cursor: pointer;}
#text tr {vertical-align: top;}
#text td {padding: 10px; border-right: 1px dotted #69c;}

#clear-left {Clear: left;}
#footer {
	font: 80%/0.9 arial, sans-serif;
	color: #039;
	height: 26px;
	margin: 0;
	text-align: center;
	background-image: url(images/footerBackground.jpg);
	width: 808px;
	padding-top: 1px;
	clear: both;
}
