﻿/********************************************************/
/********************************************************/
/*						  Master						*/
/********************************************************/
/********************************************************/
html
{
	overflow: scroll;
}
body
{
	margin: 0;
	padding: 0;
	background-image: url(../images/header-background.png);
	background-repeat: repeat-x;
	font-family: Helvetica Neue Medium, Verdana, arial, sans-serif;
}
p	
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
}
img
{
	border: solid 0px;
}
ul	
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link {color: #0d69c0; border: none;}     /* unvisited link */
a:visited {color: #0d69c0; border: none;}  /* visited link */
a:hover {color: #0d69c0; border: none;}   /* mouse over link */
a:active {color: #0d69c0; border: none; outline: none;}   /* selected link */	
a:focus 
{
	-moz-outline-style: none; /* fixes firefox dotted blue border around css styled links */
}
#pageWrapper 
{
	margin: auto;
	width: 960px;
	min-height: 117px;
	border-bottom: 1px solid #FFF; /*Opera and Safari top margin fix*/
}
#pageInnerWrapper 
{
	float: left;
}
#headerContentWrapper 
{
	float: left;
}
#defaultContentWrapper 
{
	float: left;
}