body {
	margin-top:0px;
	background-color:#f36f21; /* Orange */
}

.vline {
	background-image:url(media/vline.gif);
	background-repeat:repeat-y;
	
	}
.hline {
	background-image:url(media/hline.gif);
	background-repeat:repeat-x;
	height:15px;
	}
	
a:link {
	color: #002878;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { color: #002878; text-decoration: underline; font-weight: bold; }
a:hover { color: #002878; text-decoration: none; font-weight: bold; }

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002878;
	font-style: italic;
	}

.bodyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002878;
}


.bodyorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3722B;
}


.bodygrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5D5C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5D5C;
}


.space {
	font-size: 5px;
	line-height: 5px;
}

.navbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3722B;
}

.navbar a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6bd2f0;
	text-decoration: none;
}

.navbar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6bd2f0;
	text-decoration: none;
}


.navbar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6bd2f0;
	text-decoration: underline;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #F3722B;
}
.subheader, h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F3722B;
}
#videos {
	width:250px;
	height:212px;
	}

.green {
	color:#009900;
}
ul li.body { /* Lists on home page, add spacing */
	margin:0 15px 15px 0;
}
