/* colors

blue = #4B5196
grey = #A9A8AB
*/

body{
margin: 0;
padding:0;
background: white;
font: 0.8em arial;

}


#maincontainer
{
margin:  0 auto;
padding:0;
width: 775px;
border: none;
background: white;
height: 300px;
color: black;
}

#maincontainer ul{
	margin-left: 20px;
	
}

#maincontainer ul li{
	margin-left: 20px;
	list-style-type: none;
	background: url('../images/bullet-double.gif') 0 3px no-repeat;
	padding-left: 15px;
	
}


h1
{
	color: #4B5196;
	font: bold 14pt verdana;
}

h2
{
	color: black;
	font: bold 12pt verdana;
}

#topsection{
background: url('../images/top.jpg') bottom center repeat-x;
height: 106px;
margin-bottom: 10px;
display: none;

}

#topleft
{
	float: left;
	margin-top: 9px;
	margin-left: 29px;
	display: none;

}

#topright
{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	display: none;

}



/* Start of Left ----------------------------------------------------------------------------- */


#leftcolumn{
width: 710px; 
height: 380px;
margin-left: 10px;

}

#nav
{
	float: left;
	width: 180px;
	display: none;
}

#nav ul 
{
	list-style-type: none;
	padding: 0;
	display: inline;
	margin: 11px 0 0 0;
} 

#nav ul li
{
	padding: 0;
	width: 146px;
	height: 28px;
	margin-bottom: 5px;
	display: block;
	float: left;
	background: transparent url('../images/bone.gif') top left no-repeat;
	}



#nav ul li a
{
	width: 146px;
	height: 23px;
	text-align: left;
	text-decoration: none;
	display: block;
	color: #4B5196;
	font: bold 11pt arial;
	padding-left: 35px;
	padding-top: 3px;
}

#nav ul li a:hover
{
	background: transparent url('../images/buttons.gif')  0 -37px no-repeat;
	color: red;
}

/* End of Left ----------------------------------------------------------------------------- */

h2#font-family
{
	margin: 10px 0;
}

#leftcolumn ul{
	list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		float: left;
		clear: left;
}

#leftcolumn li{
		margin-left: 10px;
		padding-bottom: 6px;
		border: none;
}

#rightcolumn
{
width: 100%;
text-align: left;
margin: 0;


}

/* -------------------------------------------------------------------- Main Content -------------- */

.tableprices
{
	width: 100%;
	margin-bottom: 20px;
}

.tableprices td
{
	font: 10pt verdana;
}

.tableprices tr.tablehead td
{
	background: #ccc;
	color: black;
	font-weight: bold;
}

.tableprices tr.cellodd td
{
	background: #B1B5D8;
		font-weight: bold;

}




h1
{
	margin: 10px auto;
}

#footer{
clear: both;
width: 775px;
/* background: url('../images/footer.jpg') repeat-x; */
border-top: 1px dashed #4B5196;
display: none;
color: #4B5196;
text-align: center;
padding: 4px 0;
font-size: 9pt;
}

#footer a{
color: #4B5196;
text-decoration: none;
}

#footer a:hover{
color: red;

}