﻿.align-rt {
	text-align: right;
}
h5 {
	text-align: left;
}
.right {
	text-align: right;
}
.no-border {
	border-width: 0px;
}
.logo {
	margin: 5px;
}
body {
	/* This removes the border around the viewport in old versions of IE */min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/dblue211.gif');
	background-repeat: repeat;
	text-align: center;
	font-size: medium;
}
.request {
	border: medium double #336699;
	background-color: #CCCCCC;
	color: #003366;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	font-size: small;
	font-weight: bold;
}
#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#nav {
	float: right;
}
.test-rt {
	font-style: italic;
	color: #336699;
	font-size: small;
	text-align: right;
	margin-left: 50px;
}
#nav ul {
	list-style-type: none;
	list-style-position: inherit;
}
#nav li {
	display: inline;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	border-right-style: none;
	border-right-width: thick;
	border-right-color: #003366;
	padding: 3px 12px 3px 12px;
	background-color: #336699;
}
#header {
	text-align: left;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
#content {
	border: thick solid #336699;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	text-align: left;
	font-size: large;
	color: #003366;
}
p {
	text-align: left;
}
#footer {
	font-size: small;
	color: #FFFFFF;
	float: left;
}
.center {
	text-align: center;
}
h2 {
	color: #FF9900;
	font-size: medium;
	font-weight: bold;
}
h3 {
	color: #993333;
	text-align: left;
	font-size: medium;
	margin-top: 0px;
	padding-top: 0px;
}
td {
	border: 1px solid #003366;
	vertical-align: top;
	width: 33%;
}
.left {
	text-align: left;
}
li {
    margin:.4em 0 .8em 0;
    padding:0;
}
#links {
	float: right;
}
#links ul {
	list-style-type: none;
	list-style-position: inherit;
	font-size: small;
}
#links li {
	display: inline;
}
#links li a {
	text-decoration: none;
	border-right-style: none;
	border-right-width: thick;
	border-right-color: #003366;
	padding: 3px 12px 3px 12px;
	color: #FFFFFF;
}
h2 a {
	color: #993333;
}
.underline {
	text-decoration: underline;
}

.right {
	float: right;
}

.testimonial {
	font-style: italic;
	color: #336699;
	font-size: small;
}

#nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-right-style: none;
	border-right-width: thick;
	border-right-color: #003366;
	padding: 3px 12px 3px 12px;
	background-color: #990000;
}

