* {
  font-family: verdana,tahoma,arial,sans-serif;	
  font-size: 8pt;
}
html {
	height: 101%;
}
body {
	background-color: #ffffff;
	background-repeat: repeat;
	height: 101%;
}
p {
  color: #000000;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	line-height: 18px;
}
h1 {
	color: #333333;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #ffffff;
  font-size: 12pt;
	margin: 0 0 5px 0;
	padding: 10px 10px 2px 0;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	color: #333333;
	background-color: #ffffff;
  font-size: 10pt;
	margin: 5px 0 0 0;
	padding: 5px 10px 1px 0;
	font-style: italic;
	font-variant: small-caps;
}
h3 {
	color: #5C6AA9;
  font-size: 8pt;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}
h4 {
	color: #000000;
  font-size: 8pt;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
h6 {
  color: #999999;
  font-size: 7pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
ul {
}
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
	list-style: none;
	}

/* ---------- links --------- */

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #cccccc;
}

/* ---------- header --------- */

#header {
	display: block;
	background-image:url(graphics/delta.jpg); 
	background-color: #444444;
	background-repeat: repeat-x;
	height: 64px;
	width: 100%;
}
#header #header1 {
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 609px;
	height: 64px;
}
#header #header2 {
	display: block;
	float: right;
	background-repeat: no-repeat;
	width: 149px;
	height: 64px;
	margin: 0 0 0 0;
}
#header p {
	display: none;
}

/* ---------- main menu --------- */

#main_menu {
	display: block;
	background-color: #dddddd;
	height: 11px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 4px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#main_menu  ul {
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
	height: 100%;
}
#main_menu ul li {
	list-style: none;
	line-height: 12px;
	display: block;
	float: left;
	font-weight: bold;
  font-size: 8pt;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
}
#main_menu li a {
	height: 100%;
	color: #000000;
	text-decoration: none;
}
#main_menu li a:hover {
	background-color: #ccccee;
	height: 100%;
	color: #000000;
	text-decoration: none;
}
#main_menu li a img {
	vertical-align: top;
	padding: 0 1px 0 0;
}

/* ---------- breadcrumb trail --------- */

#breadcrumb_trail {
	height: 11px;
	margin: 0 0 0 0;
	padding: 2px 0 4px 10px;
	border-bottom: 1px solid #cccccc;
}

/* ---------- footer --------- */

#footer {
	display: block;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 13px;
	width: 100%;
	border-top: 1px solid #000000;
	padding: 0 0 20px 0;
	margin: 5px 0 0 0;
}
#footer #footer1 {
	display: block;
	float: left;
	width: 45%;
	height: 13px;
	padding: 15px 0 0 10px;
	text-align: left;
}
#footer #footer2 {
	display: block;
	float: right;
	width: 45%;
	height: 13px;
	padding: 15px 10px 0 0;
	text-align: right;
}

/* ---------- layout --------- */
#all, #all2 {
	height: 100%;
	width: 100%;
}
#inner {
	height: 10%;
  padding: 1px 0 0 0;
	margin: 0 0 0 0;
}
#inner_left {
	padding: 0 0 0 10px;
}
#inner_right {
	padding: 0 10px 0 0;
}
#main {
	background-color: #ffffff;
	border-color: #333333;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 760px;
	height: 100%;
	margin: 0 auto; /* center this element */
}

/* ---------- page elements --------- */

.left_column {
	margin: 0 10px 0 0;
}
.content_area {
	margin: 0 0 0 10px;
}

/* dynamic content items */

.full_item {
	border-bottom: 1px dashed #999999;
	margin: 0 0 5px 10px;
	padding: 0 0 5px 0;
}
.short_item {
	border-bottom: 1px dashed #999999;
	padding: 0 5px 5px 5px;
	margin: 0 0 5px 0;
}
