﻿/*
Moved to style.css, for modules

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Verdana, Arial, Comic Sans MS;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}*/


a
{
	color: #003867;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	/*position: relative; If you add this, the podcast popup aligning will be wrong. */
	width: 932px;
	margin: 10px auto 0px auto;
}

h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #003867;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}

h2
{
	font-size: 1.1em;
	color: #003867;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
}

h3
{
	font-size: 0.9em;
	font-weight: bold;
	color: #003867;
}

.themeorange h1,
.themeorange h2,
.themeorange h3
{
	color: #FF6600;
}

#content
{
	padding-bottom: 15px;
}

img
{
	border: solid 0px #FFFFFF;
}
