/* -- 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;
	line-height:24px;

}




h3
{
	color: #000;
}

#side h3
{
	color:#a5dbff;
}

#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;
}

#side a
{
	color: #a5dbff;
	text-decoration: none;
}
#side a:hover
{
	text-decoration: underline;
}

#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;
}


.tabular-data
{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
}

.tabular-data th
{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	color:#111;
	text-align: left;
	padding:4px;
	border-bottom:1px solid #E2E2E2;

}
.tabular-data td,
.tabular-data tbody th
{
	border-bottom:1px solid #E2E2E2;
	font-size:12px;
	text-align:left;
	padding:4px;
}
.tabular-data tbody th
{
	text-align: left;
	font-weight: bold;
}

.tabular-data tbody tr.odd
{
	background-color:#F4F4F4;
}

.tabular-data tbody tr.even
{
}

