* {
  font-family: verdana,tahoma,arial,sans-serif;	
  font-size: 8pt;
}
html {
	height: 101%;
}
body {
	background-color: #ffffff;
	background-image: url(../img/background.gif);
	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-image: url(../img/h1.gif);
	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: #ff5500;
  font-size: 8pt;
	margin: 5px 0 0 0;
	padding: 15px 10px 1px 0;
	font-weight: bold;
}
h3 {
	color: #000000;
  font-size: 8pt;
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-weight: bold;
}
h4 {
	color: #000000;
  font-size: 8pt;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	text-decoration: underline;
}
h6 {
  color: #666666;
  font-size: 8pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
ul {
	margin: 5px 0 10px 20px;
}
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
}

/* ---------- links --------- */

a:link {
	color: #475353;
	text-decoration: underline;
}
a:visited {
	color: #475353;
	text-decoration: underline;
}
a:hover {
	color: #475353;
	text-decoration: underline;
	background-color: #cccccc;
}

/* ---------- header --------- */

#header {
	display: block;
	background-image: url(../img/title_mid.gif);
	background-repeat: repeat-x;
	height: 64px;
	width: 100%;
}
#header #header1 {
	display: block;
	float: left;
	background-image: url(../img/title_left.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 64px;
}
#header #header2 {
	display: block;
	float: right;
	background-image: url(../img/title_right.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 64px;
	margin: 0 0 0 0;
}
#header p {
	display: none;
}

/* ---------- main menu --------- */

.menu {
	display: block;
	background-color: #dddddd;
	height: 11px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 3px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.menu  ul {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 0 15px 0 0;
	height: 11px;
}
.menu ul li {
	list-style: none;
	line-height: 11px;
	display: block;
	float: left;
	font-weight: bold;
  font-size: 8pt;
	margin: 0 0 0 0;
	padding: 1px 9px 1px 9px;
}
.menu li a:visited, .menu li a:link {
	height: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.menu li a:hover {
	height: 100%;
	color: #000000;
	text-decoration: none;
}

/* ---------- 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-image: url(../img/footer_mid.gif);
	background-repeat: repeat-x;
	height: 13px;
	padding: 0 0 20px 0;
	margin: 0 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;
}
#inner2 {
	padding: 10px 10px 30px 10px;
}

#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 --------- */

/* areas */

.back {
	text-align: right;
}

.content_area {
	margin: 0 0 0 10px;
}
