/*
Theme Name: Razzlewood
Theme URI: http://razzlewood.com
Description: LTAD Website StyleSheet
Version: 1.0
Author URI: http://www.razzlewood.com
Author Email: jobs@razzlewood.com
Theme: LTAD
*/

body
{
	background-color: #0072ab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: White;	
	text-align: center;
}

.ptitle{
  color: #0096D6;
}

a.flink:active {
	color: Red;
	text-decoration: none;
}
a.flink:hover {
	color: #001E72;
	text-decoration: none;
}
a.flink:link {
	color: White;
	text-decoration: none;
}
a.flink:visited {
	color: White;
	text-decoration: none;
}


#pageBody
{
	text-align: left;
	margin: 0 auto;
	
	width: 846px;
}

#headerImage
{
	background-image: url(HeaderImage.png);
	height: 193px;
	width: 846px;
}

#navigationBar
{
	background-image:url(NavigationBar.png);
	height: 36px;
	width: 846px;
	
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	
	padding-top: 11px;
	
}

#navigationBar a
{
	text-decoration: none;
	color: #ffffff;
}

#navigationBar a:hover
{
	text-decoration: underline;
}

#mainBody
{
	padding: 10px;
	width: 826px;
}

#footerWave
{
	background-image: url(footerWaves.png);
	height: 77px;
	width: 846px;
}

#langSwitch
{
	position: relative; top: 51px; right: 38px;
	text-align: right;
}

#langSwitch a
{
	text-decoration: none;
	color: #ffffff;
}

#langSwitch a:hover
{
	text-decoration: underline;
}
