

body {
	margin:0px;
	padding:0px;
	background-color:#004677;
}



/************* DEFAULT FONT *************/
body, div, td, p {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#505050;
}

a:link, a:visited {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006783;
	text-decoration:none;
}

a:hover {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006783;
	text-decoration:underline;
}



/************* BASIC STYLES *************/
.pngImg {
	behavior: url(/_includes/iepngfix.htc);
}

p {
	margin:0px;
	margin-bottom:9px;
}

h1 {
	font-family:Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#004990;
	margin:0px;
	margin-bottom:8px;
}

h2 {
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#839FC1;
	margin:0px;
	margin-bottom:5px;
}

h3 {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#004677;
	margin:0px;
	margin-bottom:5px;
}

hr {
	height:1px;
	border:0;
	color:#afafaf;
	background-color:#afafaf;
}

img {
	border:0;
}

input, textarea, select {
	color: #000000;
	font: normal 12px Arial, sans-serif;
}

form {
	display:block;
	margin:0px;
	padding:0px;
}

.ptr {
	cursor:pointer;
}

ul.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

ol.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

.txtMessage {
	color:#8d1818;
}

.divDottedLine {
	border-bottom: dashed 1px #8c8c8c;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}





/************* HEADER *************/
#divHeader {
	width:960px;
	height:173px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFFFFF;
	background-image: url('/_images/full_header.png');
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

#logo {
	position:absolute;
	top: 20px;
	left: 100px;
}

#imgHeaderText {
	position:absolute;
	top: 20px;
	left: 322px;
}

#divLanguageLink {
	position:absolute;
	top:15px;
	right:25px;
}

#left_bars {
	position:absolute;
	top:-1px;
	left:-1px;
}

#divLanguageLink a:link, #divLanguageLink a:visited {
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#004677;
  text-decoration:none;
}

#divLanguageLink a:hover {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#004677;
	text-decoration:underline;
}

#divHeader2 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#006782;
	text-align: center;
}

#divHeader2 img{
	margin: 5px 10px;
}

#imgHeader2Text {
	position:absolute;
	left:82px;
}





/************* BREADCRUMB BAR *************/
#divBreadcrumbs {
	height:26px;
}

.tdBreadcrumbLeft, .tdBreadcrumbRightOff, .tdBreadcrumbRightOn {
	width:5px;
	height:26px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tdBreadcrumbLeft {
	background-image: url('/_images/bc_left.gif');
}

.tdBreadcrumbRightOff {
	background-image: url('/_images/bc_right_off.gif');
}

.tdBreadcrumbRightOn {
	background-image: url('/_images/bc_right_on.gif');
}


.tdBreadcrumbOff, .tdBreadcrumbOn {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-position: top left;
	background-repeat: repeat-x;
}

.tdBreadcrumbOff {
	background-image: url('/_images/bc_bg_off.gif');
}

.tdBreadcrumbOn {
	background-image: url('/_images/bc_bg_on.gif');
}


.tdBreadcrumbDividerOffOff, .tdBreadcrumbDividerOffOn, .tdBreadcrumbDividerOnOff {
	width:24px;
	height:26px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tdBreadcrumbDividerOffOff {
	background-image: url('/_images/bc_divider_off_off.gif');
}

.tdBreadcrumbDividerOffOn {
	background-image: url('/_images/bc_divider_off_on.gif');
}

.tdBreadcrumbDividerOnOff {
	background-image: url('/_images/bc_divider_on_off.gif');
}


.lnkBreadcrumb:link, .lnkBreadcrumb:visited, .lnkBreadcrumb:hover {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}





/************* CONTENT *************/
#divContent {
	width:910px;
	min-height:405px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFFFFF;
	padding:25px;
	padding-bottom:0px;
}

#divHelp {
	position:absolute;
	top:55px;
	right:0px;
}

#divHelpToggle {
	width:20px;
	height:388px;
	background-image: url('/_images/help_closed.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	cursor:pointer;
}

#divHelpText {
	width:144px;
	height:370px;
	padding:8px;
	float:right;
	border-top:1px solid #075388;
	border-bottom:1px solid #075388;
	overflow:hidden;
	display:none;
	background-color:#FFFFFF;
}

.divGrayTitleBar {
	background-image: url('/_images/gray_bar_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.h1GrayTitleBar {
	font-size:14px;
	color:#2C2C2C;
	padding-top:5px;
	margin-bottom:0px;
}

.divGrayGradient {
	background-image: url('/_images/gray_gradient.gif');
	background-position: top left;
	background-repeat: repeat-x;
	min-height:272px;
}

.divPadded {
	padding:15px;
}

.divDetails {
	padding:3px;
	border:1px solid #333333;
	background-color:#EEEEEE;
	margin-bottom:3px;
}






/************* FOOTER *************/
#divFooter {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:15px;
}

#divCopyright {
	width:550px;
	float:left;
}

#divWebDesign {
	width:300px;
	float:right;
	text-align:right;
}

#divFooter, #divCopyright, #divWebDesign {
	font-size:11px;
	color:#839FC1;
}

#divCopyright a:link, #divWebDesign a:link, #divCopyright a:visited, #divWebDesign a:visited {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#839FC1;
	text-decoration:none;
}

#divCopyright a:hover, #divWebDesign a:hover {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#839FC1;
	text-decoration:underline;
}

#divGeotrust {
	clear:both;
	padding-top:5px;
	padding-bottom:0px;
}

#splashpagebuttons{
	width:1000px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
#splashpagebuttons span{
	width:100px;
	display:inline-block;
	background-color:#8dd8f8;
	margin:0 20px;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
	color:#000000;
}

.locationButton{
	width:83px;
	height:21px;
	border:0;
	background-color:white;
	cursor:pointer;
	padding:0;
	margin:0;
	margin-left:10px;
}


.loading {
	padding: 0.5em 8px;
	display: none;
	font-size: small;
}
