
body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 14pt;
}

textarea, input
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, span
{
	margin-bottom: 12px;
	
}

blockquote
{
	margin-left: 20px;
}

i, em
{
	font-style: italic;
}

a
{
	text-decoration: underline;
	color: #006ccd;
}

a:visited
{
	color: purple;
}

.underline
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify; 
	text-justify: newspaper; 
}

.italic
{
	font-style: italic;
}

strong, b, .bold
{
	font-weight: bold;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 6px;
	line-height: normal;
}

h3
{
	color: #00264c;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 6px;
	line-height: normal;
}

h2
{
	color: #00264c;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 6px;
	text-align: center;
	line-height: normal;
}

hr
{
	border: 0;
	border-top: 1px solid #c3c3c3;
}

/*
p, span
{
	
}
*/

ul
{
	
}

ul li
{
	list-style-type: disc;
	
	margin-left: 30px;
	margin-bottom: 12px;
	line-height: 14pt;
	color: #333333;
}

ul li ul li
{
	list-style-type: circle;
}

table
{
	width: 100%;
}

#layout_container
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#layout_header
{
	height: 115px;
}

#layout_header div.logo
{
	padding-top: 15px;
	padding-left: 15px;
	
	float: left;
}

#layout_header div.login
{
	text-align: right;
	
	font-size: 9pt;
	
	padding-top: 14px;
	padding-right: 5px;
}

#layout_header div.slogan
{
	color: #103556;
	font-size: 16pt;
	font-weight: bold;
	
	position: relative;
	
	top: 6px;
	right: -220px;
}

#layout_chooser
{
	margin-top: 10px;
	
	text-align: right;
	font-size: 9pt;
}

#layout_search
{
	margin-top: 14px;
	
	text-align: right;
	
	font-size: 9pt;
}

#layout_navigation
{
	position: absolute;
	top: 125px;
	
}

#layout_navigation ul
{
	margin-top: 8px;
}

#layout_navigation li
{
	display: inline;
	margin-left: 24px;
}

#layout_navigation li.first
{
	margin-left: 12px;
}

#layout_navigation li a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 11pt;*/
	font-size: 14px;
	
	vertical-align: top;
}

#layout_navigation li.social
{
	float: right;
}

#layout_blip
{
	float: left;
	margin-top: 8px;
	margin-left: 15px;
}


#layout_footer
{
	clear: both;
	
	border-top: 1px solid #49589d;
}

#layout_nav_footer
{
	margin-top: 10px;
	
	text-align: center;
	font-size: 9pt;
}

#layout_footer_nav
{
	background-color: #006aa9;
	color: white;
	font-weight: bold;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	
	font-size: 12px;
	
	padding: 12px;
}

#layout_footer_nav ul li
{
	list-style-type: none;
	margin: 0;
	color: white;
	font-weight: normal;
}

#layout_footer_nav ul li a
{
	color: white;
	text-decoration: none;
}

#layout_footer_nav ul li a:hover
{
	text-decoration: underline;
}	

#layout_subfooter_left
{
	float: left;
}

#layout_subfooter_right
{
	float: right;
	text-align: right;
}

#layout_main table tr td h1
{
	margin-bottom: 32px;
}
