body {
   margin: 0px;
   padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
   background-color: #333333;
}
#container {
	margin: auto;
	padding: 0px;
   width: 681px;
   border: solid #339;
	background-color: black;
   color: silver;
}
#banner {
   margin: 0 auto;
	background-color: black;
	width: 681px;
	padding: 0px;
}
ul#navigation {
	margin: 6px 0 0 0;
	padding: 0;
	background-color: #003366;
	color: gray;
	border-bottom: solid #339;
}
ul#navigation li { 
   display: inline;
	margin: 5.5px;
}
ul#navigation li a {
	text-decoration: none;
}
ul#navigation li#current {
	padding: 1px 3px 0 3px;
   border: solid #339;
	border-bottom: 6px solid black;
	background-color: black;
	color: white;
}
ul#navigation li#current a {
	background-color: black;
	color: white;
	text-decoration: none;
}
ul#navigation li a:hover {
   color: white;
}
a:link {
	color: silver;
}
a:visited {
	color: gray;
}
a:hover {
	color: white;
}
#header {
	font-size: 17px;
	font-weight: bold;
}
#content {
	background: black;
	width: 538px;
	font-size: 14px;
	color: silver;
	margin: 0px;
	padding: 10px;
	border-right: solid medium #339;
}
#contentL {
	background: black;
	width: 260px;
	font-size: 14px;
}
#contentR {
	background: black;
	width: 260px;
	float: right;
	font-size: 14px;
}
#rightcol {
	background: black;
	float: right;
	color: #393;
	width: 113px;
	margin: 0px;
	padding: 0px;
}
ul.clients {
	list-style: none;
	font-size: 14px;
	margin: -10px 0 0 -40px;
}
ul.area {
	list-style: disc;
	font-size: 14px;
}
p.title1 {
	font-size: 17px;
	font-weight: bold;
}
p.title2 {
	font-size: 14px;
	font-weight: bold;
}
p.white {
	margin: 0px;
	color: White;
	font-size: 14px;
}
p.copyright {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #396;
	border: solid #339;
	border-width: 4px 0 0 0;
	font-size: 12px;
}
table.form {
	color: white;
}
ul#footer {
	clear: right;
	background: black;
	color: #396;
	margin: 0px;
	padding: 5px;
	border: solid #339;
	border-width: 4px 0 0 0;
   font-size: 12px;
	font-weight: bold;
}
ul#footer li {
   display: inline;
	color: #396;
	padding: 0 16px 0 16px;
}
ul#footer li a {
	color: #396;
	text-decoration: none;
}
ul#footer li a:hover {
	background: #036;
	color: white;
}
h1 {
	padding: 0;
	margin: 0;
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: .1em;
}
h2 {
	font-size: 14px;
	color: white;
	line-height: normal;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	color: white;
}
h4 {
	font-size: 14px;
	color: white;
	line-height: 0;
}
h5 {
	font-size: 17px;
	font-weight: bold;
	color: #396;
}
h6 {
	font-size: 17px;
	font-weight: bold;
	color: white;
}
