/*Global Styles*/

body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}


/*Page Body Styles*/

table.Container {
	width: 778px;
	float: center;
	background-color: #EFF4F9;
	margin-left: auto;
	margin-right: auto;
}

.Logo {
	padding-right: 6px;
}

.NavHeaderLinks {
	padding-bottom: 25px;
	padding-top: 44px;
}

table.NavHeader {
	width: 100%;
}

.NavHeader {
	text-align: right;
}

.NavHeaderBar {
	width: 100%;
	background-image: url(../images/bar-red.gif);
}

table.SearchForm td {
	font-size: 11px;
	vertical-align: top;
}

.BorderLeft {
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
	background-color: #C6DAEE;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.BorderLeftBG {
	vertical-align: top;
	background-image: url(../images/border-left-bg.gif)
}

.CenterContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.Main3Steps {
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
	height: 100%;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*List Styles*/
ul
{
	margin-top: -1.0em;
	color: #333333;
    margin-left: -10px; /* Pull the margin back for NS4.7 */
    padding-left: 20px;
	list-style-type: square;
}

ul li
{
    margin-left: 10px; /* Push the list back in for non NS4.7 browsers */
    color: #333333; /* Set colour to background for NS4 on Mac 9 bug */
	list-style-type: square;
}


/*Heading Styles*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 5px;
}

/*Indentation Styles*/

blockquote {font-weight: none; margin-left: 10px;}

/*Global Link Styles*/

a:link, a:visited {color: #336699; text-decoration: underline;}
a:active, a:hover {color: #003366; text-decoration: underline;}


/*Footer and Copyright Styles*/

a.FooterNav:link, a.FooterNav:visited {color: #666666; font-size: 10px; text-decoration: none;}
a.FooterNav:active, a.FooterNav:hover {color: #333333; font-size: 10px; text-decoration: underline;}

a.WebFXNav:link, a.WebFXNav:visited {color: #666666; font-size: 10px; text-decoration: underline;}
a.WebFXNav:active, a.WebFXNav:hover {color: #333333; font-size: 10px; text-decoration: underline;}

.Copyright {
	padding-left: 20px;
	background-color: #E1EBF6;
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 12px;
	width: 166px;
	height: 40px;
}

.Footer {
	padding-right: 20px;
	background-color: #E6E6E6;
	font-size: 10px;
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	width: 529px;
	height: 40px;
}


/*Regions Page Styles*/

.RegionTitle {
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #003366;
	padding: 3px;
	background-color: #E6E6E6;
}

.RegionList {
	padding: 3px;
	vertical-align: top;
	width: 49%;
}