/* -- IMPORTED STYLESHEETS
----------------------------------------------------------------------------------------------------------*/
@import "../css/reset.css";
@import "../css/typography.css";
@import "../css/common.css";

body
{
	background-color: #2ab0e7;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 750px;
	padding: 0;
	text-align: center;
}
h1
{
	font-size:20px;
	color: #00497b;
}
h2
{
	color: #006fba;
}
h3
{
	color: #000;
}
#container
{
	background: url(../images/nav.gif) repeat-y;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}
#header
{
	background-color: #fff;
	border-bottom: 10px solid #006fba;
	float: left;
	height: 118px;
	width: 750px;
}
#logo
{
	float: left;
	padding: 12px 5px 10px 15px;
	width: 375px;
}
#arrows
{
	float: left;
	padding: 2px;
	width: 250px;
}
#nav
{
	color: #fff;
	float: left;
	width: 173px;
}
#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li a
{
	color: #fff;
	display: block;
	padding: 5px 15px;
	outline: none;
	text-decoration: none;
	width: 143px;
}

#side
{
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}

#content
{
	color: #555;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 0 18px;
	width: 537px;
}
#content a
{
	color: #930;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}
#footer
{
	background-color: #006fba;
	clear: both;
	color: #fff;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.img-left
{ 
	background: #FFF; 
	border: 2px solid #006FBA;
	padding: 4px; 
}
.img-right
{ 
	background: #FFF; 
	border: 2px solid #006FBA; 
	padding: 4px; 
}


.caption
{
		display:block;
		clear:both;
		width:auto;
		text-align:center;
		font-size:11px;
		font-style:italic;
}