html {overflow: -moz-scrollbars-vertical;}

body {
	margin: 20px 25px 10px 25px;
	background-color: #054EA1;
	background-image: url(../images/bg/bg_Body.gif);
	background-repeat:repeat-x;
}

body, .container td, .container td.content {
	font-family: helvetica, arial,verdana,sans-serif;
	line-height: 150%;
	font-size:20px;
	letter-spacing:.03em;
	color:black;
}

.container td strong, .container td.content strong {
	color:black
}

table.container {width: 100%;background-color: black;height:100%;
}

.content {
	/*width:570px !important;
	width:610px;*/
	width:100%;
	background-image:url(../images/bg/bg_Content.gif);
	background-position: right;
	background-repeat:repeat-y;
	background-color: white;
	padding:20px;
	padding-top:10px;
}

.content a:link, .content a:visited, .content a:active {
	color: #054EA1;
	text-decoration: none;
}
.content a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

h1, .title {
	display:block;
	width:100%;
	margin:25px 0 25px 0;
	padding: 5px;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height:28px;
	font-weight: bold;
	color: navy;
	border-bottom: 4px dotted #268AFA;
}

/* End of standard declarations */

a.button {
	font-weight: bold;
	text-align:center;
	padding: 2 30 2 30;
	border: 1px solid black;
}

a.button:link, a.button:visited, a.button:active {
	background-color: #E88000;
	color:white;
	text-decoration: none;
}
a.button:hover {
	background-color: #054EA1;
	color:white;
	text-decoration:none;
}

a.button_small {
	font-weight: normal;
	text-align:center;
	padding: 0 2 0 2;
	border: 1px solid navy;
	text-transform: uppercase;
	font-size: 75%;
}

a.button_small:link, a.button_small:visited, a.button_small:active {
	background-color: #64A9FB;
	color: white;
	text-decoration: none;
}
a.button_small:hover {background-color: white;color:navy;text-decoration:none;}

.content ul li {
	list-style: none;
	list-style-image: url(../images/slices/bullet_Blue.gif);
}
.content ul li li {list-style: square;	list-style-image: none;}
.content ul li li li {
	list-style: disc;
	list-style-image: none;
}

td.footer {font-size:12px;letter-spacing:.05em;font-weight:bold;color:white;vertical-align:center;text-align:center;height:50px;}
.footer a:link,.footer a:hover,.footer a:visited, .footer a:active {color:lightblue;text-decoration:none;}
.footer a:hover {text-decoration:underline;}

.masthead {
	background-color: #1161C0;
	width:100%;
	height: 80px;
	border-bottom: 5px solid #04356B;
	border-bottom: 4px solid #E88000;
}
.masthead .left {
}
.masthead .right {
	background-image: url(/_includes/images/slices/mast_WDDLtd.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	text-align: right;
	font: 24px/24px helvetica,arial,verdana;
	letter-spacing: 3pt;
	font-weight: bold;
	color: white;
}
.masthead img.spacer {
	width:483px;
	height:1px;
}
.masthead h4, .masthead h4.alt {
	padding-top:2px;
	color: white;
	letter-spacing:1pt;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: -4px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
}

.masthead h4.alt {
	color: #043469;
	font-size:11px;
	letter-spacing:2pt;
}
.nav_breadcrumb {font:11px/15px arial,verdana;color: #884B00;font-weight:bold;text-transform:uppercase;}
.nav_breadcrumb a:link,.nav_breadcrumb a:visited,.nav_breadcrumb a:active {color:#E88000;}
.nav_breadcrumb a:hover {color: #268AFA;}

.navigation {
	background-color: #FCE5AE;
	width: 165px !important;
	width: 175px;
	padding:0px;
}
/*
.navigation ul {
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	letter-spacing: 0.05em;
	padding:0px;
	margin-left:25px;
	margin-top:10px;
}
.navigation ul li {
	color: #E88000;
	list-style-type: square;
	border-bottom: 1px dotted #FCBA1C;
}
.navigation a {
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color:black;
	text-decoration:none;
}

.navigation a:hover {
	color: white;
	text-decoration: none;
	background-color:#FF8C00;
}
*/
.next_page {
	font-size:12px;
	color:gray;
}
.next_page hr {
	margin:0;
	border:0;
	border-bottom:1px solid gray;
	color:white;
	height:1px;
}

.next_page a {
	font-size:12px;
	padding:1px 4px 1px 4px;
}
.next_page a:link,.next_page a:visited,.next_page a:active {
}
.next_page a:hover {
color:gray;
}

#print {
	display:none;
}

img.test {
	width:658px !important;
	width:621px;
	height:0;
	margin:0;
	padding:0;
}

img.spacer_nav {
	width:140px !important;
	width:160px;
	height:1px;
}

#iaapaTable2008, #iaapaTable2008 td { vertical-align: top !important; line-height: 100% !important; font-size: 16px; }
.hilite { background-color: #FFFFCC }