body
{
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #023c86;
}

*
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

a
{
	color: black;
}

a:hover
{
	color: gray;
}

p
{
    text-align: justify;
}

h1, h2
{
    margin: 10px 0 10px 0;
    padding: 0;
	font-family: Arial, Sans-Serif;
	line-height: 30px;
}

h1
{
    font-size: 200%;
}

h2
{
    font-size: 150%;
}

input[type=submit]
{
    padding: 2px 10px 0px 10px;
    margin: 0 0 4px 0;
    *margin: 0 0 2px 0;
    overflow: visible;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
}

#Nav
{
	margin: 0 0 10px 10px;
	width: 195px;
	float: left;
	font-size: 80%;
}

#Nav h3
{
    color: White;
    font-size: 230%;
    margin-bottom: 10px;
}

.navList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navList li
{
	display: inline;
}

.navList li a
{
	text-decoration: none;
	color: white;
	font-size: 22px;
	line-height: 38px;
	display: block;
	background-position: 0 25px;
	background-image: url(../Images/navBG.png);
	background-repeat: no-repeat;
	padding: 0 0 0 2px;
}

.navList li a:hover
{
	background-position: 0 0;
	background-image: url(../Images/navBG_over.png);
	padding: 0 0 0 10px;
}

#otherServices
{
	border: 1px solid black;
	padding: 8px;
	margin: 20px 0 20px 0;
	background-color: white;
}

#otherServices p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#contentBox
{
    float: left;
	margin: 0 0 20px 7px;
}

#contentBox p
{
	margin: 10px 15px 10px 10px;
}

#contentBox h1
{
	margin-left: 10px;
}

#logos
{
    width: 193px;
    border: 1px solid black;
    background-color: White;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}

#logos img
{
    border: none;
}

#cards
{
    width: 193px;
    border: 1px solid black;
    background-color: White;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 80%;
}

#otherServices ul
{
    margin: 0 0 20px 15px;
    padding: 0;
}

#footer
{
	clear: both;
	height: 25px;
	background: black url(../Images/bg_footer.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 20px;
}

#footer ul
{
	float: left;
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
}

#footer ul li
{
	display: inline;
	margin: 0 10px 0 10px;
	color: white;
}

#footer ul li a
{
	color: white;
}

#footer #logo
{
	float: right;
	border: none;
	margin: 4px 10px 0 0;
}

#footerImage
{
    margin-top: 20px;
}