body {
	margin:0px;
	padding:0px;
	background: #205676 url(images/repeatbgvar.jpg) repeat-x;
	text-align: center;  
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #122F41;
}
a { text-decoration: underline; }
a:link { color: #5FA0BF; }
a:visited { color: #5FA0BF; }
a:active { color: #5FA0BF; }
a:hover {
	color: #FFFFFF;
}
select, input, textarea {
	font: 12px "Trebuchet MS", verdana, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	display: none;
	visibility: hidden;
	top: -500px;
	left: -500px;
}
h2, h3 {
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #122F41;
	display: inline;
}
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 770px;
	height: 100%;
}
#background {
	background: #D5DEE6 url(images/background.jpg) repeat-y;
}
#banner {
	color: #FFFFFF;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
	padding: 0px;
	height: 189px;
	width: 770px;
	margin: 0px;
}
#menu {
	position: relative;
	top: 160px;
	padding: 10px 10px 0px 60px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	float: left;
	position: relative;
	width: 12.8em;
	padding-bottom: 5px;
}
li ul {
	display: none;
	position: absolute; 
	top: 26px;
	left: 15px;
	background-image: url(images/menuback.jpg);
	font-size: 14px;
	text-align: left;
	border: 1px solid #666;
	width: 12em;
}
li > ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 10px;
	width: 100%;
}
li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
ol {
	margin-bottom: 5px;
}
ol li ol {
	margin: 0;
	padding: 0;
	width: 90%;
}
li.code {
	margin-top: 5px;
	border: 1px solid #205676;
}
.tabbed {
	padding-left: 20px;
}
#content {
	padding: 10px 20px;
	background: transparent;
}
#content p {
	color: #122F41;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
	margin-bottom: 10px;
}
#content li {
	left: 30px;
	list-style-type: square;
	width: 100%;
}
#content h3 {
	font-size: 12px;
}
#content #quote {
	padding-top: 10px;
	text-align: center;
}
#footer {
	margin: 10px 18px 0px 14px;
	background: #D4DDE6 url(images/postedbgvar.jpg) bottom right no-repeat;
	padding: 10px;
	border-top: #5FA0BF solid 1px;
	font-size: 10px;
}
#footer #left {
	float: left;
	display: inline;
}
#footer #right {
	float: right;
	display: inline;
}
#clear {
	clear: both;
}

