/* CSS Document */


body {
	background-image:url(../images/footer.jpg);
	background-color:#dcdef3;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 auto 0 auto;
	color:#003366;
	font-size:80%;
	font-family:"trebuchet MS";
	height:800px;

	
	
	
}

a {
	text-decoration:none;
	color:#FFFFFF
}
	
#outerContainer { 
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;

}

#container {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	height:441px;
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
	
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:192px;
}

.menu li {
	text-align:center;
	list-style-type:none;
	float:left;
	padding-left:15px;
	font-family:"trebuchet MS";
	font-size:120%;
	color:#003399;
	text-decoration:none
}

.menu li:hover {
	color:#0066CC;
	font-size:140%
}


#content {
	background-image:url(../images/ext.png);
	width:900px;
	height:30px;
	text-align:left;
	padding-left:20px

}

#footer {
	background-image:url(../images/footer.png);
	width:900px;
	height:410px;
	text-align:left;
	padding-left:20px;
	font-size:85%;
	
}

h1 {
	color:#663300;
	font-family:"trebuchet MS";
	font-size:140%;
	margin-top:0
}

#PH1 {
	color:#663300;
	font-family:"trebuchet MS";
	font-size:100%;
	font-weight:bold
}

#fact {
	background-color:#FFFF66;
	line-height:20px;
	
	
}

td {
	padding:5px
}

.pagelinks {
	color:#006633
}


#brand {
	width:920px;
	
}