/* CSS Document*/


body {
	background-color:#fff;
	background-image:url(../../images/bg_global.gif);
	padding:0px;
	margin:0px;
}

div, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

p {
	margin:0px 0px 8px 0px;
	line-height:1.7em;
}

td {
	vertical-align:top;
}

td ul li a {
	color:#004b8d;
}

td ul li a:hover {
	text-decoration:none;
}

td ul li a:visited {
	color:#660066;
}

#mainContainer {
	position:relative;
	width:743px;
	margin-left:auto;
	margin-top:7px;
	margin-right:auto;
	padding:0px;
	border:double 3px #333;
	background-color:#FFF;
}

#header {
	background-image:url(../../images/header_global.gif);
	background-position:0px 0px;
	margin-top:5px;
	background-repeat:no-repeat;
	height:76px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#header h1 {
	display:none;
	margin:0px;
	padding:0px;
}

#topnav {
	position:absolute;
	top:6px;
	/*left:570px;*/
	right:10px;
	z-index:55;
}
#topnav a {
	color:#004b8d;
}

#topnav a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
} 

#pictures {
	margin:0px;
	padding:0px;
}
/***----------------- begin main menu ------------------***/

#mainmenu {
	height:29px;
}

#shadow {
	background-image:url(../../images/main_container_ds.gif);
	width:745px;
	height:3px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:1px; /* IE SUX, hack to get the correct height */
}

#footer {
	text-align:center;
	height:1px; /* IE SUX, hack to get the correct height */
}

#footer ul{
	list-style:none;
	font-size:10px;
	color:#666;
}

#footer ul li{
	display:inline;
	
}

#footer a{
	color:#004b8d;
	text-decoration:none;
}

#footer a:hover{
	color:#004b8d;
	text-decoration:underline;
}



body#disclaimer {
	background-color:#fff;
	background-image:url(../../images/bg_global.gif);
	padding:0px;
	padding-top:5px;
	margin:0px;
	text-align:center;
	font:105% Verdana, Arial, Helvetica, sans-serif;
}

#disclaimerHolder {
	width:250px;
	background:#fff;
	text-align:left;
	margin:0 auto 0 auto;
	position:relative;
	background-color:#f4f4f4;
}
#disclaimerBorder {
	padding:3px;
	margin:0px;
	position:relative;
}
#disclaimerShadow {
	background-image:url(../../images/main_container_ds.gif);
	width:246px;
	height:6px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:1px; /* IE SUX, hack to get the correct height */
}
#disclaimerContentContainer {
	border:solid 1px #b6b8ba;
	margin:0px;
	padding:0px;
}

#disclaimerContent {
	padding:15px 30px 15px 30px;

}

#disclaimerContent > h2 {
	border-bottom:dotted 2px #ccc;
	padding:0px 0px 10px 0px;
	margin:0px;
}
