body {
	font-family: "Lucida Sans";
	font-size: small;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #F2F2F2;
}

.container {
	width: 740px;
	border-left: 1px solid #00849C;
	border-right: 1px solid #00849C;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	text-align: center;
}

.banner {
	height: 140px;
}

.sidebar-a {
	float: left;
	width: 200px;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

.content {
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 215px;
	margin-right: 220px;
	text-align: left;
	background: url(images/blu.gif) repeat-x;
}

.sidebar-b {
	float: right;
	width: 190px;
	margin: 6px;
	padding: 6px;
	text-align: center;
	background-image: url(images/orange.gif);
	background: url(images/orange.gif) repeat-x;
}

.sidebar-bl {
	float: right;
   width: 500px;
	margin: 6px;
	padding: 6px;
	background: url(images/grey.gif) repeat-x;
	text-align: left;
}

.footer {
	clear: both;
	line-height: 150%;
	background-color: #00849C;
	color: White;
	font-weight: bold;
}

.adx {
	float: right;
}

.cssmenu {
	margin-left: 0pt;
} 

.cssmenu li { 
	display: block;
	margin-left: 0pt;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	line-height: 20px;
	font-size: Small;
	list-style-type: none;
	color: Black;
} 

.cssmenu ul {
	margin-left: 0pt;
} 

.cssmenu a {
	display: block;
	margin-left: 0pt;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	line-height: 20px;
	font-size: small;
	border-bottom: 1px solid black;
} 

.cssmenu a:link {
	margin-left: 0pt;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	color: black;
	text-decoration: none;
	background: url(images/blu.gif) repeat-x bottom;
} 

.cssmenu a:visited {
	color: Black;
	background-color: #F4F4F4;
	text-decoration: none;
} 

.cssmenu a:hover {
	color: black;
	text-decoration: none;
	background: url(images/blu.gif) repeat-x center;
} 

.pic {
	border: 1px solid Black;
	padding: 2px;
	margin: 1px;
}

h1 {
	color: #0067E6;
	font-size: large;
	font-weight: bold;
}

h2 {
	color: #0067E6;
	font-size: medium;
	font-weight: bold;
}

