body{
	background-color: #999999;
}

#container{
	width:706px;
	background-image: url(images/shad.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -353px;
}

#top{
	height: 11px;
	width: 706px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

#logo{
	height: 35px;
	width: 259px;
	position:relative;
	left: 435px;
}

#bigBanner{
	width: 674px;
	height: 152px;
	background-color: #336699;
	position: relative;
	left: 15px;
}

#bigBanner{
	width: 674px;
	height: 152px;
	background-color: #336699;
	position: relative;
	left: 15px;
}

#smallBanner{
	width: 674px;
	height: 33px;
	background-color: #336699;
	position: relative;
	left: 15px;
}

#nav{
	margin-left: 13px;
	margin-top: 0px;
}

h1{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	font-stretch: condensed;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 6px;
	background-image: url(images/dotted.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

p{
	font-size: 11px;
	color: #666;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin-left: 6px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom:3px;
}

ul{
	list-style: url(images/dash.gif);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

.space{
	margin-top: 10px;
}

.dotBreak{
	margin-left: 6px;
}

a:link{
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #3399ff;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

#footer{
	height: 16px;
	width: 706px;
	background-image:url(images/footer.gif);
}