@charset "utf-8";
/* CSS Document */

.sitebkg
{
	background-image: url(gfx/bkg.jpg);
	background-repeat: repeat-x;
	/*background-attachment:fixed;*/
	font-family: Calibri, Helvetica, sans-serif;
	text-align: center;
}

.bd
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.r-quote
{
	float: right;
	margin-right: 10px;
	background-color: ##7a99b8;
	font-weight: bold;
	color:#fff;
	border-color:#063;
	border-style:solid;
	border-width:1px;
	width:400px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow: 2px 2px 1px #888;
}

.l-quote
{
	float: left;
	margin-left: 10px;
	background-color: #7a99b8; 
	font-weight: bold;
	color: #fff;
	border-color: #063;
	border-style: solid;
	border-width: 1px;
	width: 400px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow: 2px 2px 1px #888;
}

.top
{

}

.headlft
{
	background-color:#FFFFFF;
	width: 50%;
	float: left;
	height: 150px;
}

.headrgt
{
	background-image:url('gfx/bannerbg.png');
	width: 50%;
	float: left;
	color: #003399;
	font-size: x-large;
	text-align: right;
	height: 150px;
}

.footRight {
	text-align: right;
	font-size: x-small;   
}

.tinyred
{
	color:#F00;
	font-size:xx-small;
}

.bod
{
	background-color: #FFF;
	width: 100%;
	clear: both;
}

.content
{
	background-color: #FFF;
	width: 890px;
	margin: 0 auto;
	text-align:left;
	font-size:large;
}

.p-pad
{
	padding-left:10px;
}

.title
{
	color:#003399;
	font-size: x-large;
}

img.floatLeft { 
    float: left;
	margin-left: 7px;
    margin-right: 7px;
}

img.floatRight { 
    float: right; 
	margin-left: 7px;
    margin-right: 7px;

   
}

.centerimg {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}
.menu {
	background-color:#003399;
	height:40px;
}

#menu ul
{
	color:#c8d3a9;
	font-size: x-large;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
}

#menu ul li
{ 
	display: inline;
	list-style-type: none;
}

#menu ul li A 
{
	text-decoration: none; 
	color:#c8d3a9;
}

#menu ul li A:hover 
{
	text-decoration: none; 
	color:#003399;
	background-color: #c8d3a9;;
}

.tablecentre {
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight:bolder;
}


.center {
	color: #000000;
	text-align: center;
}
