/* awci red: 212/0/38 #d40026  logo blue: 0/98/137 #006289  */

body {
	margin:0;
	padding:0;
	background-color:#05325c;
	text-align:center;
	background: #666 url(/img/bg_pg.gif) left top;
}
p, h1, h2, h3, h4 {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 10px;
	color: #444;
	}


td, ul, ol, li, dl, dt, dd {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	/*line-height: 14px;*/
	font-size: 10px;
	color: #444;
	}
	
a:link    { color:#006289; text-decoration: none; }
a:visited { color:#006289; text-decoration: none; }
a:hover   { color:#d40026; text-decoration: underline; }
a:active  { color:#d40026; text-decoration: underline; }
	
img { border: 0; }

#wrapBorder {
	background:#000;
	padding:0;
	margin:0px auto;
	width:782px;
	text-align:center;
}

#wrap {
	background:#fff;
	padding:0;
	margin:0px auto;
	width:780px;
	text-align:left;
}

/* --------------------- */
/* start: header section */
#header {
	background:#fff;
	width:780px;
	height:100px;
	margin:0;
}

/*-- start: navigation --*/
#nav {
	width:780px;
	height:32px;
	background:#d40026;
	margin:0;
	padding:0;
}
/*-- end: navigation --*/

/* end: header section */
/* ------------------- */


/* ------------------------- */
/* start: main image section */
#mainHome {
	background:#fff;
	margin:0;
	padding:0;
	width:780px;
	clear: both;
}

#mainHomeIntro {
	background:#fff;
	margin:0;
	padding:0 15px 15px 15px;
	clear: both;
	text-align:left; 
}

#mainHomeIntro p {
	color:#000;
	font-size:10px;
	line-height:13px;
	padding:0;
	margin:0;
}


/* start: sub page stuff */
#mainSubImg {
	background:#fff;
	margin:0;
	padding:0;
	width:780px;
	height:235px;
	clear: both;
}

#mainSub {
	background:#fff;
	width:780px;
	margin:0;
	padding:0;
}

#mainSub h1 { /* title of page with grey block on left */
	margin: 0px 0px 0px 84px;
	border-left: 16px solid #cdcdcd;
	padding: 0px 0px 0px 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #006289;
	display: block;
	}
	
#mainSub DIV.dots { width:650px; height:1px; border-top:1px dotted #cdcdcd; margin:10px 15px 10px 105px; display:block; }

#mainSub h2 { /* subtitle */
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 105px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #006289;
	display: block;
	}
	
#mainSub p { 
	width:650px; 
	margin:0px 15px 0px 105px; 
	color:#000;
	}
	
#mainSub ul {	
	padding-left:15px;
	margin:13px 15px 13px 120px;
	list-style-type:square;
	}
#mainSub ol {	
	padding-left:18px;
	margin:13px 15px 13px 120px;
	}
#mainSub li {
	color: #000;
	}
#mainSub li a         { font-weight: normal;  text-decoration: none; }
#mainSub li a:link    { color:#006289; }
#mainSub li a:visited { color:#006289; }
#mainSub li a:hover   { color:#d40026; text-decoration: underline; }
#mainSub li a:active  { color:#d40026; text-decoration: underline; }

/* end: sub page stuff */
/* ----------------------- */


/* ------------- */
/* start: footer */
#footer {
	background-color:#000;
	width:780px;
	height:16px;
	clear: both;
	margin:0;
	padding:0;
	text-align:center;
}
/* end: footer */
/* ------------- */



/*
=Start table structure
*/
.tableStyle {
	width: 545px;
	margin: 0;
	border: 2px solid #666;
	border-collapse: collapse;
}

.tableStyle th, .tableStyle td {
	border: solid 1px #999;
	padding: 0.2em;
	font-size: 9px;
	text-align: center;
}
/*
=End table structure
*/

/*
=Start grey colour scheme
*/
.greyScheme th, .greyScheme td {
	border-color: #999;
}

.greyScheme tr.green {
	background-color: #eaeddc;
}

.greyScheme th.header, .greyScheme tr.header, .greyScheme thead td {
	background-color: #B1B1B1;
}

.greyScheme td.firstColumn {
	font-weight: bold;
	text-align: center;
}
.greyScheme td.firstColumnGrey {
	font-weight: bold;
	text-align: center;
	background-color: #B1B1B1;
}
/*
=End grey colour scheme
*/




