/* CSS Document */

@import url("nav.css");

body {
	background: #033c5d;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #484848;
}
img{
	border:none 0px;
}
a:link {
	text-decoration: none;
	color: #014076;
}
a:visited {
	text-decoration: none;
	color: #014076;
}
a:hover {
	text-decoration: underline;
	color: #a4241f;
}
a:active {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
	outline:none 
}

abbr {
	cursor: help;
	border-bottom: #DEB306 1px dotted;
}
#container {
	width: 795px;
	margin: 20px auto 0;
	text-align: left;
	position: relative;
	display: block;
	padding: 0px;
}
#masthead {
	width: 735px;
	background: #ffffff url(../images/bkg-body.png) repeat-y;
	height: 60px;
	/*height: 80px;*/
	padding: 25px 30px 20px 30px;
	margin: 0px;
	display: block;
}

#picswrapper {
	width: 795px;
	height: 243px;
	background: #ffffff url(../images/bkg-body.png) repeat-y;
	display: block;
	text-align:center;
}
#mainpic {
	
	width: 674px;
	height: 213px;
	display: block;
	/*background-color: #dcc9b1;*/
	background-color: #dfccb3;	
	padding: 14px;
	border: solid 1px #e2ceb4;
	margin: 0px auto;
	background-repeat:no-repeat;
	background-position:center center;
}
#upperrail {
	font-size: 1px;
	background: #fff url(../images/bkg-upperRail.gif) no-repeat;
	height: 18px;
	width: 795px;
	display: block;
}
/*#constants {
	font-size: 11px;
	background-color: #ffffff;
	height: 18px;
	width: 795px;
	display: block;
	padding:10px 0px 10px 0px;
}*/

#logoprint {
display:none;
visibility:hidden;
}

#masthead #logo {
	height: 68px;
	width: 330px;
	float: left;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	padding-left: 15px;
	display: block;
}
#masthead #logo h1 {
	background: #FFFFFF url(../images/bkg-kei-logo2.gif) no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0px;
	padding: 0px;
}
#masthead #logo #logo_mask {
	height: 68px;
	width: 330px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#masthead #logo ul {
	display: none;
	visibility: hidden;
	text-indent: -9999em;
}
/*#masthead #constants {
	height: 31px;
	width: 350px;
	float: right;
	padding: 30px 30px 0px 0px;
	display: block;
	margin: 0px;
	font-size: 11px;
	color: #484848;
	text-align: right;
}
*/
hr {
	display:block;
	background: #e7e0d7;
	height: 1px;
	width: auto;
	color: #e7e0d7;
	margin-bottom: 25px;
	font-size: 1px;
	border: 0;
	clear:left;
}
.hrprint{
	display:none;
	visibility:hidden;
}
#footer {
	width: 715px;
	font: .65em Verdana, Arial,  Helvetica, sans-serif;
	color: #fff;
	padding-top: 15px;
	padding-bottom:50px;
	background: #033c5d url(../images/bkg-footer1.png) no-repeat;
	margin: 0px;
	height: auto;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
}
#footer #footerlinks 
{
	
}
#footer #footerlinks ul {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer #footerlinks UL LI {
	white-space: nowrap;
	padding: 0px 6px;
	list-style: url(none) none outside;
	border-right: 1px solid #fff;
	float: right;
	display: block;
	line-height: 5px;
}

#footer #footerlinks #lastlink   {
	padding-left: 6px;
	border-right-width: 0px;
	border-right-style: none;
}
#footer #footerlinks UL LI A:link {
	FONT: 100% Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fff;
	TEXT-DECORATION: none;
	white-space: nowrap;
}
#footer #footerlinks UL LI A:visited {
	FONT: 100% Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fff;
	TEXT-DECORATION: none;
	white-space: nowrap;
}
#footer #footerlinks UL LI A:hover {
	FONT: 100%  Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fff;
	TEXT-DECORATION: underline;
	white-space: nowrap;
}
#footer #footerlinks UL LI A:active {
	FONT: 100% Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	white-space: nowrap;
	color: #fff;
}
#copyright {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 300px;
	padding-right: 5px;
	margin: 0px;
	float: left;
}
#copyright a {
	color: #FFFFFF;
}

