/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}

a{
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #333333;
	text-decoration:underline;
}


p{
	margin-top:5px;
	margin-bottom:5px;

}

#head{
	background-image: url(../graphics/full-w-line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 925px;
	color: #666666;
}

#main{
	min-height: 200px;
	width: 925px;
	padding-top: 30px;
	padding-bottom: 10px;

}

#content{
	float: right;
	width: 675px;
	color: #777777;
}

#foot{
	background-image: url(../graphics/full-w-line.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 925px;
	text-align: center;
	padding-top: 3px;
}

#menu{
	width: 225px;
	float: left;


}

.floatfix{
	clear: both;
}

#menu ul{
	margin-left: 0px;
	padding-left: 0px;
}

#menu ul li{
	font-size: 20px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}

#menu ul li a{
	background-image: url(../graphics/bullet-standard.gif);
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#menu ul li .current{
	background-image: url(../graphics/bullet-light.gif);
}

#menu ul ul li .current{
	background-image: url(../graphics/bullet-light-small.gif);
}

#menu ul li a:hover{
	background-image: url(../graphics/bullet-dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 20px;
	padding-left: 20px;
}

#menu ul ul{
	margin-left: 20px;
}

#menu ul ul li{
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 4px;
}

#menu ul ul li a{
	background-image: url(../graphics/bullet-standard-small.gif);
	font-size: 16px;
}

#menu ul ul li a:hover{
	background-image: url(../graphics/bullet-dark-small.gif);
}

#foot a{
	color: #666666;
}

.imgfloatright{
	float: right;
	padding-left: 20px;
}

.imgfloatleft{
	float: left;
	padding-right: 20px;

}

.imgfloatright, .imgfloatleft{
	font-size: 10px;
	color: #AAAAAA;
	text-align: left;
}

.imgfloatright p, .imgfloatleft p{
	margin-top:3px;
	margin-bottom:3px;
}

a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}


.arrowlink{
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-image: url(../graphics/bullet-light-small.gif);
	display: list-item;
}

