/* CSS Document */

html, body, ul, ol, li, form, fieldset, {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align:top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

a {
	text-decoration: underline;
	color:#003300;
}
a.1 {
	text-decoration: underline;
	color:#FFFFFF;
}
.t10 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
}

#clearit {
	clear: both;	
}

html {
	height:100%;
}

body {
	margin:0;
	height:100%;
	background-color: #ede4d2;
}


#main {
	position:relative;
	height:auto;
	width:800px;
	margin: 0 auto;
	background-image: url(/assets/graphics/mainBKG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	width:800px;
	height:210px;
	background-image:url(/assets/graphics/headerBKG.jpg);
}

#headermenu {
	position:absolute;
	top:30px;
	left:493px;
	width:176px;
	height:auto;
}

#password {
	float:right;
	width:230px;
	height:auto;
}

#footer {
	position:relative;
	width:800px;
	height:52px;
	background-image:url(/assets/graphics/footerBKG.jpg);
}

#content {
	width:730px;
	height:auto;
	margin-left:35px;
}

#columnsholder{
	width:730px;
	height:auto;
}

#leftcolumn {
	width:240px;
	height:auto;
	margin-top:10px;
	float:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9BB892;
}

#wideleftcolumn {
	width:480px;
	height:auto;
	margin-top:10px;
	float:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9BB892;
}

#ticker-top {
	width:208px;
	height:88px;
	position:absolute;
	top:302px;
	left:530px;	
}

#midquote {
	width:194px;
	height:19px;
	position:absolute;
	top:660px;
	left:550px;	
}

#centercolumn {
	margin-left:5px;
	width:240px;
	height:auto;
	margin-top:10px;
	float:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9BB892;
	list-style-position: inside;
	list-style-type: decimal;
}

#rightcolumn {
	width:235px;
	height:auto;
	margin-top:10px;
	float:right;
}

#rightcolumn_floating {
	position:absolute;
	top:245px;
	right:30px;
	width:235px;
	height:auto;
	margin-top:10px;
	float:right;
}

#widerightcolumn {
	width:470px;
	height:auto;
	margin-top:10px;
	float:right;
}

#leftcolumn p, 
#centercolumn p, 
#rightcolumn p {
	margin-right: 5px;
	margin-left:5px;
}

#rep_menu {
	width:180px;
	height:auto;
	float:left;
	
}

#reprightcolumn {
	width:530px;
	height:auto;
	margin-top:10px;
	float:right;
}

#signature {
	width:530px;
	margin-top:10px;
	float:right;
}

#bob {
	height:150px;
	width:104px;
	position:relative;
	top: -150px;
	left: -120px;
	background-image: url(../graphics/bobpic.jpg);
}

#bobcontact {
	height:150px;
	width:104px;
	position:relative;
	top: -420px;
	left: 15px;
	background-image: url(../graphics/bobpic.jpg);
}

#bottom {
	float:left;
	width:748px;
	height:auto;
	text-align:center;
	margin-left:26px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #738771;
	background-image: url(assets/graphics/bottom_bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#footermenu {
	width:760px;
	float:left;
	text-align:center;
}

