@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: transparent;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
}
#container {
	width: 1002px;
	height: 642px;
	margin: 0 auto;
}
#leftMargin {
	float: left;
	width: 1px;
	height: 642px;
	background-color: #C4C4C4;
}
#middleStuff {
	float: left;
	width: 1000px;
	height: 642px;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	width: 287px;
	height: 63px;
	background-image: url(../images/logo.jpg);
}
#secNav {
	float: right;
	width: 213px;
	height: 30px;
	padding: 30px 30px 0 0;
	white-space: pre;
}
#flashHeader {
	width: 1000px;
	height: 405px;
	background-color: #FFFFFF;
	clear: both;
}
#insideImage {
	float: left;
	width: 519px;
	height: 405px;
}
#textBackgrounda {
	float: left;
	width: 455px;
	height: 405px;
}

#insideTextArea {
	padding: 30px 30px 0 30px;
	height: 374px;
	overflow: scroll;
	overflow-x:hidden;
}
#insideTextArea2 {
	padding: 30px 10px 0 30px;
	height: 374px;
	overflow: scroll;
	overflow-x:hidden;
}
#insideRightImage {
	float: right;
	width: 26px;
	height: 405px;
}
#mainImageSeparator {
	width: 1000px;
	height: 2px;
}
#separator1 {
	float: left;
	width: 519px;
	height: 26px;
	background-color: #616653;
	background-image: url(../images/navPoint.jpg);
	background-repeat: no-repeat;
}
#separator2a {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #858C72;
}
#separator2b {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #B28766;
}
#separator2c {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #948966;
}
#separator2d {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #97825b;
}
#separator2e {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #4d4540;
}
#separator2f {
	float: left;
	width: 455px;
	height: 26px;
	background-color: #7e9d01;
}
#smallK {
	float: left;
	width: 26px;
	height: 26px;
	background-image: url(../images/small_k.jpg);
}
#mainNav {
	float: left;
	width: 200px;
	height: 130px;
}
#frank {
	float: left;
	width: 500px;
	height: 120px;
	padding: 10px 0 0 20px;
}
#bigK {
	float: right;
	width: 220px;
	height: 118px;
}
#rightMargin {
	float: right;
	width: 1px;
	height: 642px;
	background-color: #C4C4C4;
}
.secNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898C7E;
}
.secNav a:link, .secNav a:visited {
	text-decoration: none;
	color: #898C7E;
}
.secNav a:hover {
	text-decoration: underline;
	color: #000000;
}
.bcolora {
	background-color: #B65E4D;
}
.bcolorb {
	background-color: #534e33;
}
.bcolorc {
	background-color: #c1ab81;
}
.bcolord {
	background-color: #837770;
}
.bcolore {
	background-color: #4d4540;
}
.bcolore {
	background-color: #708d01;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.6em;
}
.linkedPartners {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898C7E;
}

.palt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}
img.floatLeft { 
    float: left; 
    margin: 3px 3px -3px 3px; 
}