html {
	overflow-y: scroll;
}

body {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 100%;
	width: 760px;
	height: 100%;
	margin:10px auto; 
	padding:0px;
	text-align:center;
	background-color: #ffffff;
}

div {
	margin-left: auto;
	margin-right: auto;
	font-family: Garamond, "Times New Roman", Times, serif;
	width: 760px;
	margin:0px auto; 
	padding:0px;
	text-align:center;
	background-color: #ffffff;
}

#header {
	top: 0px;
	height:120px;
	text-align:left;
	background-color: #ffffff;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	border:0;
}

#content {
	height: auto;
	text-align:left;
	border-bottom: 1px solid #000000;
}

#footer {
	width:760px;
	height: 70px;
	border: 0;
}

a:link {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
text-decoration: none;
}

a:hover {
color: #0000ff;
text-decoration: underline;
}

P {
	color: #000000; 
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-indent: 0;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 0;
	padding-left: 0em;
	padding-right: 0em;
}

P.nodent {
	text-indent: 0;
}

P.center {
	text-indent: 0;
	text-align: center;
	line-height: 1.0em;
	padding:0;
}

P.tiny {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	text-indent: 0;
	text-align: center;
	line-height: 1em;
	padding-bottom: .25em;
}

P.bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	text-indent: 0;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}

P.header {
	color: #ffffff; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1em;
	text-align: right;
	text-indent: 0; 
	text-transform: none;
	text-decoration: none;
	padding-right: 95px;
	padding-top: 85px;
}

H1 {
	color: #000000; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1.25em;
	font-weight: normal;
	text-align: center; 
	text-transform: capitalize;
	text-decoration: none;
}

H2 {
	color: #000000; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding-left: 2em; 
	text-transform: none;
}

H3 {
	color: #000000; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding-left: 2em; 
}

ul {
	color: #000000; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 5em;
	padding-right: 1.5em;  
}

.floatright {
	float: right; 
	margin-left: 1.5em;
	margin-right: 0em;
	margin-top: 1px;
	margin-bottom: 1px;
}

.floatleft {
	float: left;
	margin-right: 1.5em;
	margin-left: 0em;
	margin-top: 1px;
	margin-bottom: 1px; 
}

.reduced {
	font-size: .8em;
}


/*begin navigation */

.split {
height:35px;
width:760px;
background:url(../lrimages/black_0.gif);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

.split .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.split li {
float:left;
background:url(../lrimages/black_1.gif);
}

.split li.lrt {
float:right;
background:url(../lrimages/blue_1.gif);
}


.split .select a {
display:block; 
height:35px; 
float:left; 
background: url(../lrimages/black_0.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fc0;
}


.split .select li.lrt a {color:#fc0;}


.split .select a b {
display:block;
padding:0 30px 0 15px; 
background:url(../lrimages/black_0.gif) right top;
}

.split .select li.line a b {
background:url(../lrimages/black_0a.gif) right top;
}

.split .select a:hover, 
.split .select li:hover a {
background: url(../lrimages/black_1.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;
}

.split .select li.lrt a:hover, 
.split .select li.lrt:hover a {
background: url(../lrimages/blue_1.gif); 
}

.split .select a:hover b, 
.split .select li:hover a b {
display:block; 
padding:0 30px 0 15px; 
background:url(../lrimages/black_1.gif) right top; 
cursor:pointer;
}

.split .select li.line a:hover b, 
.split .select li.line:hover a b {
background:url(../lrimages/black_1a.gif) right top; 
}

.split .select li.lrt a:hover b, 
.split .select li.lrt:hover a b {
background:url(../lrimages/blue_1.gif) right top; 
}

.split .select li.lrt a:hover b.arrow, 
.split .select li.lrt:hover a b.arrow {
background:url(../lrimages/blue_1a.gif) right top; 
}

.split .sub {
display:none;
}
.split ul ul {display:none;}

/* IE6 only */
.split table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.split .sub {
margin:0; 
padding:0;
list-style:none;
}

.split .sub li {background:transparent;}

.split .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:758px;
top:35px; 
left:0; 
text-align:center;
background:#fff url(../lrimages/fade.gif);
border:1px solid #aaa;
}

.split .select :hover .rt li {float:right;}

.split .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:10px;}

.split
.split .select :hover .sub li a:hover,
.split .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(../lrimages/fade.gif) left bottom;}

/* end navigation */

