/* CSS Document */

body
{
	background-image: url('images/bg2.jpg');
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

img { border: 0px none;  }

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	border-bottom: 3px solid #f0f0f0;
	width: 553px;
}

h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 16px;
	color: #00349a;
}

h3
{
	font-size: 14px;
	color: #00349a;
}

h4 
{
	font-size: 10px;
}

h5
{
	color:#999999;
	font-size: 9px;
}

a
{
	color: #003399;
}

a:hover
{
	color: #001967;
}

/* Custom Page Restrictions */
#container
{
	width: 100%;
	text-align: center;
}

#fullPage {
	width: 746px;
	text-align: left;
	background-image:url('images/pageBackground.jpg');
	background-repeat: repeat-y
}

#innerContainer
{
	width: 729px;
	background-color: #ffffff;
	margin: 0 6px;
	padding: 0px 0px 0px 8px;
}

#mainContent
{
	float: left;
	width: 560px;
}

#rhCol 
{
	background-color: #ebebeb;
	float: left;
	font-size: 10px;
	width: 160px;
	margin-left: 1px;
}

#rhCol .content 
{
	padding: 0px 10px;
	width: 140px;	
}

/***** Resources Area **********/

.resource_block
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 550px;
}

.resource_block .resource_link
{
	font-size: 10px;
	font-weight: bold;
}


ul.genList 
{
	list-style-type:none;
	margin:0;
	padding:10px 5px 0 10px;
}

ul.genList li
{
	padding: 4px 0;
}

.logos
{
	margin-right: 15px;
}


.logoblock .row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;

}

.logoblock .item {
	width:185px;
	text-align: center;
}
.logoblock .item_med {
	float:left;
	text-align:center;
	width:181px;
	margin-right:4px;
	}

.logoblock .item_large{
	width:260px;
	text-align:center;
	}
	
.separateArea
{
	background-color: #abbcde;
	padding: 5px;
}

.credits
{
	font-size: 10px;
	text-align:right;
	width: 740px; 
}

UL.image_bullets
{
	float:left;
	list-style-image:url(images/bullet.jpg);
	width:300px;
}

UL.image_bullets LI
{
	height: 20px;
	padding-top: 5px;
}

/* STANDARD CUSTOM DIVs */
.divCentre {
	text-align: center;
}
.divClear, .clear {
	clear:both;
}

.divRight, .right {
	float: right;
}
.divLeft, .left {
	float: left;
}
.divWidthHalf{
	float: left;
	width: 50%;
}

.divWidthFull{
	width: 100%;
}