/* CSS Document */

body {
	margin: 0 0 0px 0;
	font-family:"Lucida Grande", Arial, Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color:#333333;
	background:#74878a;
}

html{
    height: 100%;
}

#topLogo{width:955px; height:71px; background-image:url(images/topLogoBG.gif); background-repeat:no-repeat; position:relative;}

.clear {
	clear: both;
}

.wrapper {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}


.wrapperHome {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

.content {
	width: 955px;
	margin: 0 auto;
	padding: 1px 0;
	text-align: left;
	background-image:url(images/homeBGcontent.gif);
	background-repeat:repeat-x;
	background-color:#e9e8dc;
}

#footer {
	padding-top: 13px;
	color:#9daaac;
	font-size:9px;
}

p {  
	margin: 0px; 
}


#nav {
	height: 22px;
	font: normal 10px/20px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background: none;
	margin: 1px 0 0 0;
	padding: 2px 0 0 0;
	position: absolute;
	top: 55px;
	left: 249px;
	width: 449px;
	position:absolute;
}



h1{
	font-family:"Lucida Grande", Arial, Verdana;
	font-size:16px;
	line-height:20px;
	color:#663300;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}

a:link, a:visited{
color:#003366;
text-decoration:none;
}

a:hover{
color:#993300;
text-decoration:none;
}

