body
{
	background: #1d3965 url(../images/main-bg.gif) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #091932;
}

img
{
	border: 0;
}

h2
{
	font-size: 17px;
	color: #1d3965;
	border-bottom: 1px solid #1d3965;
	padding: 4px 1px;
	margin: 5px 0;
}

h3
{
	font-size: 13px;
	color: #1D3965;
	padding: 4px 1px;
	margin: 20px 0 5px 0;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #1d3965;
}

a:hover
{
	color: #5174ad;
}

a:visited
{
	color: #1d3965;
}

#main-container
{
	background: url(../images/overlay-bg.gif) no-repeat top center;
	text-align: center;
	height: 400px;
}

#main-container *
{
	text-align: left;
}

#header-container
{
	position: relative;
	background: url(../images/main-header-bg.gif) no-repeat top center;
	height: 120px;
	width: 897px;
	margin: 0 auto;
	padding: 0;
}

#second-level-navigation-strip
{
	position: absolute;
	top: 27px;
	right: 0;
	height: 27px;
	background: url(../images/navigation-main-bg.gif) repeat-x;
	width: 50%;
	display: none;
}

#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	font-family: Trebuchet MS;
	color: #dee6f2;
	font-size: 11px;
	text-transform: uppercase;
	width: 897px !important;
	position: absolute;
	right: 0;
	font-weight: normal;
}

#navigation a
{
	color: #dee6f2;
	font-weight: normal;
}

#navigation li
{
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	cursor: pointer;
}

#navigation li ul
{
	position: absolute;
	right: -2px;
	top: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 25px;
	color: #ffffff;
	width: 897px !important;
	display: none;
	background: url(../images/navigation-overlay-bg.gif) no-repeat top left;
}

html>body #navigation li ul {
	right: 0;
} 

#navigation .over ul
{
	display: block;
}

#body-container
{
	width: 897px;
	margin: 0 auto;
	background: url(../images/body-main-bg.gif) repeat-y center top;
	text-align: center;
}

#body-inner-container
{
	position: relative;
	width: 897px;
	background: url(../images/body-overlay-bg.gif) no-repeat top center;
	margin: 0 auto;
}

#body
{
	padding: 10px 25px 140px 25px;
}

#search-box
{
	position: absolute;
	top: 92px;
	right: 55px;
	width: 210px;
}

#rss
{
	position: absolute;
	top: 94px;
	right: 290px;
}

#search-box input
{
	width: 150px;
	font-size: 12px;
	border: 1px solid #1f3c6a;
	float: left;
	height: 16px;
}

#search-box #search-button
{
	margin: 1px 0 0 3px;
	float: right;
	width: auto;
	height: auto;
}

#footer
{
	width: 897px;
	background: #1d3965 url(../images/footer-bg.gif) no-repeat top center;
	height: 130px;
	margin: 0 auto;
	font-size: 11px;
	padding: 10px 0;
	color: #ffffff;
	text-align: center !important;
}

#footer a
{
	color: #ffffff;
}

#footer .info-container
{
	width: auto;
	margin: 10px 30px 10px 20px;
	float: left;
}

html>body #footer .info-container {
	margin: 10px 30px 10px 40px;
} 

#disclaimer
{
	text-align: center;
	color: #ffffff;
	margin: 10px auto;
	padding: 10px 0;
	width: 850px;
	border-top: 1px solid #2a4979;
}

#simple-message
{
	text-align: center !important;
	margin: 200px auto;
}

.clearer
{
	clear: both;
}



#categories
{
	list-style: none;
	float: right;
	margin: -10px 0 0 0;
	padding: 0 0;
	width: 193px;
	height: 188px;
	font-size: 11px;
	font-family: 'Trebuchet MS';
	text-transform: uppercase; 
	background: url(../images/page-categories-bg.gif) no-repeat 0 -15px;
	text-align: center !important;
}

html>body #categories
{
	height:auto;
	min-height: 188px;
}

#categories h3
{
	font-size: 13px;
	color: #1D3965;
	padding: 0;
	margin: 0;
}

#categories li
{
	margin: 0 auto;
	padding: 0 5px;
	line-height: 22px;	
	border-bottom: 1px solid #96a8c5;
	width: 125px;
}

#categories a
{
	font-weight: normal;
}

.short-title
{
	width: 630px;
}

#breadcrumbs
{
	font-size: 10px;
	margin: 0px 0 10px 0;
}

#breadcrumbs .has-children
{
	background: transparent url(../images/breadcrumbs-bullet.png) no-repeat center right;
	padding-right: 13px;
	font-weight: normal;
}

#breadcrumbs a
{
}

#pagination
{
	text-align: right !important;
	border-top: 1px solid #96A8C5;
	margin: 20px 0 0 0;
	padding: 5px;
}

#pagination a
{
	padding: 1px;
}

#pagination strong
{
	padding: 1px;
	border-bottom: 3px solid #96A8C5;
	width: auto;
}

.signature
{
	font-style: italic;
	font-family: 'Palatino Linotype';
	font-size: 14px;
}