body {
	background-color: #e82f0a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #694f44;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	display: inline;
	color: #e82f0a;
	line-height: 30px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	color: #e82f0a;
	line-height: 28px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #e82f0a;
	line-height: 26px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #e82f0a;
	line-height: 24px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #e82f0a;
	line-height: 22px;
}

a:link { color:#040658; text-decoration:none;}
a:visited { color:#040658; text-decoration:none;}
a:hover { color:#e82f0a; text-decoration:underline;}
a:active { color:#040658; text-decoration:none;}


/* NAVIGATION */

.nav-row td {
	border-right: 1px solid #dbdbdb;
	height: 25px;
}

#nav table {
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav a:link { 
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a:visited {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a:hover { 
	background-color:#e62e0a;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a:active {
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}


#nav a.special:link { 
	background-color:#e62e0a;
	color:#FFFFFF;
	}
#nav a.special:visited {
	background-color:#e62e0a;
	color:#FFFFFF;
	}
#nav a.special:hover { 
	background-color:#FFFFFF;
	color:#e62e0a;
	}
#nav a.special:active {
	background-color:#e62e0a;
	color:#FFFFFF;
	}


#nav span {
	display:block;
	padding:5px 3px 0px 3px;
	}



#nav a.current:link { 
	background-color:#694f44;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a.current:visited {
	background-color:#694f44;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a.current:hover { 
	background-color:#694f44;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}
#nav a.current:active {
	background-color:#694f44;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
	}


/*#nav a:link { color:#000000; text-decoration:none;}
#nav a:visited { color:#000000; text-decoration:none;}
#nav a:hover { color:#d0460f; text-decoration:underline;}
#nav a:active { color:#000000; text-decoration:none;}
*/

/* CONTENT */

#content {
	padding: 45px 40px 0 40px;
	border-right: 1px dashed #cfcdcd;
	border-left: 1px dashed #cfcdcd;
	/*height: 400px;*/
}

/* FOOTER */

#footer {
	background-image: url(../images/core/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 70px 0 40px 0;
}

#footer table {
	font-size: 9px;
	color: #FFFFFF;
}

#footer a:link { color:#ffffff; text-decoration:none;}
#footer a:visited { color:#ffffff; text-decoration:none;}
#footer a:hover { color:#ffffff; text-decoration:underline;}
#footer a:active { color:#ffffff; text-decoration:none;}

#popupheader {
	background-image: url(../images/core/popup-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 70px 0 40px 0;
}

#popupheader table {
	font-size: 9px;
	color: #FFFFFF;
}


/* BORDERS */

.border-left {
	border-left: 1px solid #dbdbdb;
}

.border-right {
	border-right: 1px solid #dbdbdb;
}

.border-bottom {
	border-bottom: 1px solid #dbdbdb;
}

.border-top {
	border-top: 1px solid #dbdbdb;
}




/* BACKGROUNDS */

.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-content {
	background-image: url(../images/core/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:  #FFFFFF;
}

div.urgentmsg {
	font-style:italic;
	color:red;
	font-size: 14px;
	border:1px solid red;
	padding:5px;
}

div.urgentmsg strong {
	display:block;
	padding-bottom:5px;
}
