*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/api_background_dark.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 925px;
	background-color: #CDD2D5;
	margin-right: auto;
	margin-left: auto;
	border: 12px solid #FFFFFF;
	margin-top: 10px;
	text-align: left;
	padding: 25px;
}

#header {
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: #0e004f;
	height: 53px;
	margin-bottom: 40px;
	float: left;
	width: 925px;
	text-align: center;
	line-height: 53px;
	color: #FFFFFF;
	background-image: url(../images/nav_bg.jpg);
	font-size: 14px;
}

#nav img {
	float: left;
}
#nav li
{
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	margin-left: 2px;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav li a:hover {
	text-decoration: underline;
}



#content {
	float: left;
	width: 728px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 20px;
}
#content  ul {
	margin-left: 40px;
}
#content img {
	padding: 5px;
}


#content #inner_left  {
	float: left;
	width: 180px;
	background-color: #CDD2D5;
}
#content #inner_right {
	float: right;
	width: 545px;
}
#content #inner_right li {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
}


#content_right {
	float: right;
	width: 170px;

}


#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	line-height: 25px;
}
#footer a {
	color: #0e004f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	text-transform: uppercase;
	color: #0D004B;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h1 .small {
	font-size: 13px;
}

h2 {
	text-align: center;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/sub_headings.jpg);
	background-repeat: no-repeat;
	width: 168px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#content_right h4 {
	font-weight: bold;
	color: #0e004f;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content_right h4 a {
	text-decoration: none;
}
#content_right h4  a:hover{
	text-decoration: underline;
}

.footer_out {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 15px;
}


.bar {
	background-color: #FFFFFF;
	height: 4px;
	margin-top: 18px;
	margin-bottom: 18px;
}
#content_right p {
}
.smalldesc {
	font-size: 11px;
	font-style: italic;
}
