@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #003399;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}
.subnav a:link {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.subnav a:visited {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.subnav a:hover {
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
.subnav a:active {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.content {
	background-image: url(images/shield.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}.main_content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
}
.footer a:link {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a:hover {
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_border {
	border: 1px solid #CCCCCC;
}
p {
	font-size: 12px;
	line-height: 20px;
}
.quote {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 10px;
	background-image: url(images/quouteback.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.contact_name {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.copyright {
	font-size: 10px;
}
.ato_image {
	margin-right: 10px;
}
.image_left_margin {
	margin-left: 10px;
	border: 1px solid #003399;
	margin-bottom: 5px;
}

.image_right_margin {
	margin-right: 10px;
	border: 1px solid #003399;
	margin-bottom: 5px;
}

