body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FCF7EE;
	color: #000000;
	font-size:13px;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}


td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	
}

h1, h2, h3, h4, h5, h6 ,p,ul
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #3366cc;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	
}

h2
{	
	font-size:12px;
	color: #000000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0;
	font-weight:bold;
}


h3
{	
	font-size: 11px;
	color: #f7941e;
	margin-top: 8;
	margin-bottom:0;
	font-weight:bold;
}


h4
{
	font-size: 15px;
	color: #f26922;
	text-align:left;
	font-weight:bold
 
}

h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}

p
{
	margin-top: 0;
	margin-bottom: 0;
}

ul
{
	list-style-type: none;
	margin-left: 2em; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0
}

li
{
	background-image: url('pix/arrow.jpg');
	background-repeat: no-repeat;
	background-position:left .3em;
	padding-left: 1.3em;
	margin: .3em 0; padding-right:0; 
}

/************************  Classes ***********************/
.center {
	text-align:center;
}

.emphasis {
	font-style: italic
}

.cemphasis {
	font-style:italic;
	text-align:center;
}

.cbold {
	text-align:center; font-weight:bold
}

.smaller {
	font-size: 10px;
}

.floatleft	{
	float: left;
	margin: 0 6px 2px 0px;
	border: 1px solid #FCF7EE;
	padding: 2px;
}

.floatright	{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #FCF7EE;
	padding: 2px;
}

span.red {
	color: #FF3300
}

/*************************  ID's *************************/

#frame {
	position:absolute;
	left:50%;
	top:10px;
	width:800px;
	height:900px;
	bottom:5px;
	margin-left:-400px;
}

#div1 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:90px;
	background-color:#fcf7ee;background-image:url('pix/cbcshdr.png')
}

#div2 {
	position:absolute;
	left:0px;
	top:90px;
	width:800px;
	height:35px;
	background-color:#fcf7ee;
	text-align:justify;
	padding: 8px
}

#phone {
	position:absolute;
	left:5px;
	top:126px;
	width:120px;
	height:20px;
	background-color:#fcf7ee;
}

#div3 {
	position:absolute;
	left:0px;
	top:197px;
	width:130px;
	height:545px;
	background-color:#fcf7ee;
}

#mcp {
	position:absolute;
	left:2px;
	top:757px;
	width:100px;
	height:46px;
	background-color:#fcf7ee;
	background-image:url('pix/mcp.gif');
	background-repeat:no-repeat;
}

#div4 {
	position:absolute;
	left:130px;
	top:125px;
	width:670px;
	height:75px;
	background-color:#fcf7ee;
}

#div5 {
	position:absolute;
	left:130px;
	top:200px;
	width:460px;
	height:120px;
	
}

#div5r {
	position:absolute;
	left:600px;
	top:200px;
	width:200px;
	height:610px;
	
}

#div5a {
	position:absolute;
	left:130px;
	top:330px;
	width:460px;
	height:235px;
	
}

#div5b {
	position:absolute;
	left:130px;
	top:575px;
	width:460px;
	height:235px;
	
}

#div6 {
	position:absolute;
	left:0px;
	top:815px;
	width:800px;
	height:35px;
	background-color:#fcf7ee;
	text-align: justify;
	padding: 6px;
}

#div7 {
	position:absolute;
	left:0px;
	top:850px;
	width:800px;
	height:50px;
	background-color:#fcf7ee;
	font-size: 10px;
	text-align:center;
	padding: 3px;

}

/*************************  Pseudo classes *************************/

a:link {
	color: #0080FF;
}

a:visited { 
	color: #0080FF;
}

a:hover {
	color: #f26922;
	padding-bottom: 2px;
	font-size: 1.0em;
}  

a:active { 
	color: #f26922;
	
}