body {
	margin: 0;
	padding: 0;
}
h1 {
	color:white; 
	background-color:#000090; 
	padding:0.4em 24px;
	margin-top: 0;
	background-image: url(img/vgradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height: 100px;
}
h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	color: white;
	background-color:#00B000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/vgradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
h3 {
	margin-bottom: 0.3em;	
}
p, ul, h1, h2, h3, h4, h5 {
	padding-left: 24px;
	padding-right: 24px;
}
ul {
	margin: 0.2em inherit inherit inherit;
}
li {
	margin: 0 2em;
}

img {
	border: 0;
}
.logo {
	margin: 10px;
}

a[href$=".pdf"] {
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a[href$=".mov"], a[href$=".mp4"], a[href$=".m4v"], a[href$=".wmv"], a[href$=".mpg"]  {
	background-image: url(img/video.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a[href$=".m4a"], a[href$=".mp3"] {
	background-image: url(img/audio.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
