@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #000066;
	text-align: center;
}

tdheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #0000CC;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: underline;
	color:#0099FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.api #footer a:link {
	text-decoration: none;
	color: #CCCCCC;
}
.api #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.api #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.api #footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.api #container {
	width: 800px;
	background: #000066;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px hidden #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.api #header {
	height: 60px;
	width: 800px;
	text-align: center;
}

.api #mainSection {
	padding: 20px;
	background-color: #CCFFFF;
}

.api #footer {
	width: 800px;
	height: 60px;
	background-image: url(images/creditbarbg.jpg);
}

.api #lefthalf {
	float: left;
	width: 398px;
	text-align: left;
}

.api #righthalf {
	float: right;
	width: 398px;
	text-align: right;
}

.api #leftone {
	float: left;
	width: 180px;
	text-align: left;
	padding: 19px 5px 3px;
}

.api #lefttwo {
	float: right;
	width: 180px;
	text-align: right;
	padding: 27px 3px;
}

.api #rightone {
	float: left;
	width: 180px;
	text-align: left;
	padding: 27px 3px;
}

.api #righttwo {
	float: right;
	width: 180px;
	text-align: right;
	padding: 19px 5px 3px;
}