/* CSS Document */
html, body{
	border:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
}

#container{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#header{
	width:1000px;
	height:198px;
	float:left;
}

#body{
	width:940px;
	padding:0px 30px 0px 30px ;
	background:url(../images/shadowBG.jpg) repeat-y;
	float:left;
}

#menuL{
	width:180px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:left;
}

.menu{
	float:left;
	text-align:center;
	width:180px;
	background:none;
	font-family:"Times New Roman", Times, serif;
}

.menu ul{
	margin:0px;
	padding:0px;
	width:180px;
}

.menu ul li{
	list-style:none;
	margin:0px;
	display:block;
	padding:3px 3px 3px 3px;
	width:180px;
}	

.menu ul li a, .menu ul li a:link{
	color:#5C7F93;
	font-size:1.1em;
	text-decoration:none;
	padding:3px 3px 3px 10px;
	border-top:thin solid #C5C5C5;
	border-width:1px;
	width:180px;
	display:block;
	margin:0px;
}

.menu ul li a:hover, menu ul li a:active{
	color:#000;
	font-size:1.1em;
	text-decoration:underline;
	padding:3px 3px 3px 10px;
	width:180px;
	border-top:thin solid #C5C5C5;
	border-width:1px;
	display:block;
	margin:0px;
}


#homeMB{
	width:700px;
	height:727px;
	border:0px;
	background:url(../images/sheila.jpg) right top no-repeat;
	float:right;
}

#mainContent{
	width:700px;
	border:0px;
	float:right;
}

.clrR{
	clear:both;
}

#footer{
	width:780px;
	height:55px;
	padding:25px 30px 0px 190px;
	background:url(../images/tranceactionsfooter.jpg) no-repeat;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color:#6D6D6D;
}


#footer a:hover{
	color:#000;
	text-decoration:underline;
}
#footer a:link, a:active{
	color:#6D6D6D;
	text-decoration:none;
}

.noBord{
	border-style:none;
	border:hidden;
	border-width:0px;
}

h1{
	color:#7D99A9;
	font-weight:normal;
	font-size:1.45em;
	font-family:"Times New Roman", Times, serif;
}

h2{
	color:#7D99A9;
	font-weight:normal;
	font-size:1.25em;
	font-family:"Times New Roman", Times, serif;
}

.bpLarge{
	color:#7D99A9;
	font-weight:normal;
	font-size:1.05em;
}

.list table, td{
	font-family:"Times New Roman", Times, serif;
	font-size:0.95em;
	font-weight:bold;
	background:#A4C6D8;
	width:200px;
	text-align:center;
	padding:3px;
}

table.contact td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	background:#FFFFFF;
	width:150px;
	text-align:left;
	padding:3px;
	font-weight:normal;
}

.textLink a:link, a:visited, a:active{
	text-decoration:none;
	color:#000;
}

.textLink a:hover{
	text-decoration:underline;
	color:#808080;
}

#floatR{
	float:right;
}

#floatL{
	float:left;
	padding:10px;
}

.onPage{
	color:#000;
	text-decoration:underline;
}

.cdContainer{
	margin-top:15px;
	width:675px;
	height:160px;
	text-align:left;
	background:url(../images/cdbackground.jpg) repeat-x top;
	border:#C5C5C5 thin solid;
	border-width:1px;
	padding:10px;
}

.cdInner{
	width:480px;
	float:right;
	text-align:left;
}

.paypalButton{
	float:right;
}

