/* FLEX-ING */

/* BODY */

td img {
	display: block;
}
td.noDisplayBlock img{
display:inline;
border:none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3 {
	margin: 25px 0px 10px 0px;
}
h1 {
	font-size: 20px;
	color: #196E00;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #006600;
}

h4 {
	font-size: 12px;
	color: #006600;
}
a, a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}

/* HEADER */

#header-top {
	width: 100%;
	height: 6px;
	background-color: #000000;
}
#header img {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/* LEFT NAVIGATION */

#leftnav {
	padding: 0px 0px;
	background-color: #E5E5E5;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}
#leftnav h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px 10px;
	margin: 0px;
	background-color: #666666;
}
#leftnav h2 a, #leftnav h2 a:visited, #leftnav h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div.leftnav {
	margin: 0px 0px 15px 0px;
}
div.leftnav a {
	padding: 5px 3px 0px 8px;
	display: block;
	height: 19px;
	margin-bottom: 1px;
}
div.leftnav a, div.leftnav a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(images/leftnav.gif)
}
div.leftnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/leftnav2.gif)
}
#leftnav-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	vertical-align: bottom;
}
.address {
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
}
div.logos {
	text-align: center;
}
.logos img {
	border: 1px solid #B9B9B9;
	margin-left: auto;
	margin-right: auto;
}

/* CONTENT */

#content-table {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#content {
	padding: 15px 10px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.home .text {
	background-repeat: no-repeat;
	padding: 0px 20px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
div.right { 
	display: block;
	float:right;
	padding: 0px 0px 15px 10px;
	text-align: right;
}
table.layout {
}
table.layout td {
	vertical-align: top;
	padding: 5px;
}
table.links td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
}
table.links tr.noborder td {
	border: none;
}
table.grid {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px 5px 0px;
}
table.grid td, table.grid th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}
table.grid th {
	color: #000000;
	background-color: #DDDDDD;
}
table.grid td.th {
	color: #000000;
	background-color: #DDDDDD;
	font-weight: bold;
}
table.grid h1, table.grid h2 {
	margin-top: 15px;
}
img.border {
	border: 1px solid #999999;
}
img.img-right {
	padding: 0px 0px 10px 10px;
}

/* FOOTER */

#footer-top {
	height: 6px;
	background-color: #000000;
}
#footer {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	padding: 5px 5px 10px 5px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* CSS Document */
