@charset "UTF-8";
/* CSS Document */

body, table, td {
	margin: 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
#outer {
	width:100%;
	height:100%;
}
#headerRow {
	height:100px;
	border-bottom: solid 1px #666666;
	padding-top: 20px;
}
#headerTable {
	width: 768px;
}
#innerHeaderTable {
 	width:100%;
	height: 100%;
}
#headerBorderTopRow {
	 border-top: solid 1px #666666;
	 border-right: solid 1px #666666;
	 border-left: solid 1px #666666;
	 background: url("images/header-bg.jpg") repeat-y right;
}
#headerBorderBottomRow {
	height: 34px;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
}
#slogan{
	font-family: Tahoma;
	font-size: 20px;
	font-style: italic;
	padding-left: 20px;
	padding-top: 10px;
}
#contact {
	 width:220px;
	 height:94px;
}
#contact td {
font-size: 10px;
}
#navi {
	padding: 10px;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-weight: bold;
	background: url("images/navi-bg.jpg") repeat-x bottom;
}
#navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navi li {
	padding: 4px;
	margin-bottom: 6px;
}
.bdrRight{
	border-right: solid 1px #666666;
	width: 25%;
}
.address {
	font-size: 10px;
	margin-bottom: 4px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#CC0000;
	text-decoration: none;
}
a.white {
	color:#FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
a.redLine {
	color:#000000;
	text-decoration: none;
	border-bottom: solid 1px #CC0000;
}
a.redLine:hover {
	color:#CC0000;
	text-decoration: none;
	border-bottom: solid 2px #000000;
}
a.copyright {
	text-decoration: none;
	color:#999999;
}
a.copyright:hover {
	color: #900;
}
.copyright {
	font-size: 10px;
	color:#999999;
	padding-left: 0px;
	position: relative;
	margin-top: 430px;
}

/* Added after SEO port */
#contentWrapper {
	width: 639px;
	height: 429px;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	overflow: auto;
	position: absolute;
}
#content {
	padding: 10px;
}
#content td {font: 13px Verdana, Arial, Helvetica, sans-serif;}
#content ul {
	list-style-type: none;	
	margin-left:20px;
}
#content li {
	background: url("images/ul.gif") no-repeat;
	background-position: 0 2px;
	padding-left: 16px;
	margin: 10px 0;
}
#content h1 {
	font-size: 20px;
	font-family: Tahoma;
	font-style: italic;
}
#content a {
	color:#000000;
	text-decoration: none;
}
#content a:hover {
	color:#CC0000;
	text-decoration: none;
}
#content a.redLine {
	color:#000000;
	text-decoration: none;
	border-bottom: solid 1px #CC0000;
}
#content a.redLine:hover {
	color:#CC0000;
	text-decoration: none;
	border-bottom: solid 2px #000000;
}

#redBox {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #CC0000;
	width:64px;
	height:64px;
}

