/* Updated: November 9, 2008 */

html * { margin: 0; }

a img { border: 0; }

td img {display: block;}

p { padding-bottom: 20px; }

html {

	background-image: none;	
	
}

body {
	background-color: #FFFFFF;
	font: 12pt Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	color: #000000;
}

td, th {

	padding: 0;
	vertical-align: top;
}

a {
	color: #00007F;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

h1 {

	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
}

h2 {

	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
}

/* @group Layout */

.layout #outerContainer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;

}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;

}

.layout #header {
	display: none;

}

.layout #menu {
	
	display: none;
}

.layout #footer {
	width: 100%;
	margin: 0;
	text-align: center;	
	height: 30px;
}

.layout #footertext {
	
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

.layout #content {
	width: 100%;
	text-align: left;
	padding: 0;
	
}

.layout #contentSection {

	width: 100%;
	margin: 0;
	padding: 0;
	
}

/* Three Column */

.layout #contentSection #leftThreeCol {

	width: 306px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #leftThreeCol .section {
	
	padding: 0 0 0 50px;
	
}

.layout #contentSection #rightThreeCol {

	width: 306px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #rightThreeCol .section {
	
	padding: 0 50px 0 0;
	
}

.layout #contentSection #mainThreeCol {

	width: 388px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainThreeCol .section {
	
	padding: 10px;
	
}

/* Two Column */


.layout #contentSection #leftTwoCol {

	width: 306px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #leftTwoCol .section {
	
	padding: 0 0 0 50px;
	
}

.layout #contentSection #mainTwoCol {

	width: 594px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainTwoCol .section {
	
	padding: 10px;
	
}

/* One Column */

.layout #contentSection #mainOneCol {

	width: 100%;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainOneCol .section {

	padding: 20px 10px;
}

.sidebarleft {
	width: 256px;
	margin: 0;
	padding: 0;
	background-image: url(/images/layout/leftsidebarrepeat.png);
	background-repeat: repeat-y;
}

.sidebarleft .bg {
	width: 256px;
	background-image: url(/images/layout/leftsidebar.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height: 272px;
}

.sidebarleft .footer {
	width: 256px;
	height: 26px;
	background-image: url(/images/layout/leftsidebarbottom.png);
	background-repeat: no-repeat;
}

.sidebarright {
	width: 256px;
	margin: 0;
	padding: 0;
	background-image: url(/images/layout/rightsidebarrepeat.png);
	background-repeat: repeat-y;	
}

.sidebarright .bg {
	width: 256px;
	background-image: url(/images/layout/rightsidebar.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height: 272px;
}

.sidebarright .footer {
	width: 256px;
	height: 26px;
	background-image: url(/images/layout/rightsidebarbottom.png);
	background-repeat: no-repeat;
}

.sidebarright .sect, .sidebarleft .sect {
	
	text-align: left;
	padding: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
}

/* @end */



/* @group Forms */

.formTbl th, .formTbl td {
	padding: 3px 3px;
}

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}

.fTbl th, .fTbl td {
	padding: 3px 3px;
}

.fTbl th {
	white-space: nowrap;
}

.fTbl th {
	font-weight: bold;
	text-align: left;
}

.fTbl label.fLbl {
	font-weight: bold;
	line-height: 1.5;
}

/* @end */



/* @group List Table */

.listTbl {
	border: solid 1px #666666;
	border-collapse: collapse;
}

.listTbl td, .listTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.listTbl th {
	
	text-align: center;
	background-color: #ccc;
	font-weight: bold;
	font-size: 0.9em;
	
} 

.listTbl td {
	
	border-bottom: solid 1px #666666;
}

.listTbl tr:hover {

	background-color: #FFFFCC;
}

/* @end */

ul.generalList .desc {

	font-size: 14px;
	font-colour: #000000;
	padding-left: 10px;
}

ul.horizNav {

	display: none;
}

.paginate {
	
	margin: 5px;	
}

.paginate a.paginateSelected, .paginate a.paginateLink {
	
	padding: 0.2em 0.4em;
}

.paginate a.paginateLink:hover {
	
	background-color: #00007F;
	text-decoration: none; 
	color: #FFF;
}

.paginate a.paginateSelected {
	
	background-color: #00007F;
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
}

.screenOnly {
	
	display: none;	
}

/* @end */
