body
{
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #475FA7;
	padding: 0;
	margin: 0;
	
	text-align: center;
}

blockquote
{
	font-style: italic;
	line-height: 1.6em;
}

cite
{
	font-size: 11px;
	font-style: italic;
}

.center
{
	text-align: center;
}

sup
{
	vertical-align: super;
	line-height: 0.5em;
}

img {
	padding: 0px;
	position: relative;
}

h1, h2, h3, h4
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link
{
	color: #960000;
	text-decoration: none;
}

h2
{
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
	margin-top: 10px;
}

p
{
	margin-top: 3px;
}

ul
{
	margin-top: 3px;
}

address
{
	font-style: normal;
	padding-left: 10px;
}

a:link, a:visited
{
	color: #960000;
	text-decoration: none;
}

a:visited:hover, a:link:hover
{
	text-decoration: underline;
}

a:link img:hover
{
  border: none;
}

a:link img, a:visited img, a:active img
{
	border: none;
}


#navbar
{
	position: relative;
	padding: 0;
	margin-right: 10px;
	
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	line-height: 26px;
}

#navbar a:link, #navbar a:visited, #navbar a:link:hover
{
	color: #000000;
	font-weight: bold;
}

#navbar ul
{
	padding: 0;
	margin: 0;
}

#navbar li
{
	list-style: none;
	padding: 0px;
}

#about li#nav-about, #media li#nav-media, #news li#nav-news, #resources li#nav-resources, #help li#nav-help, #contact li#nav-contact
{
	background-color: #C33729;
}

#subbanner
{
	display: none;
	
	background-color: black;
	color: white;

	position: absolute;
	left: 0px;
	top: 0;
	right: 0;
	padding-left: 10px;
}

#page-title
{
	padding-bottom: 0;
}

#main
{
	position: relative;
	
	
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

#maincontent
{
	text-align: left;
	line-height: 1.5em;
}

#maincontent img
{
	padding: 10px;
	padding-top: 4px;
}

.twocolcontainer
{
	position: relative;
	width: 850px;
	background-color: #F1C830;
}

.twocolleft
{
	float: left;
	position: relative;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #F1C830;
}

.twocolright
{
	position: relative;
	
	/*border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;*/
	background-color: #FFFFFE;
	
	margin-left: 210px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 140px;
	
	height: 100%;
}

.content-two-col-container
{
	position: relative;
}

.content-two-col-left
{
	top: 0;
	left: 0;
	width: 294px;
	
	padding: 8px;
	
	background-color: #FFFBDB;
}

.content-two-col-right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 294px;
	
	padding: 8px;
	background-color: #E7EFFF;
}

.content-two-col-container h3
{
	margin-top: 0px;
}