@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#666666;
	font-size:13px;
}

div#page
{
	width:100%;
	margin:0 auto 0 auto;
	background-color:white;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:100%;
	height:102px;
	margin:0px;
	padding:0px;
}
div#navContainer
{
	display:none;
}
div#leftSide
{
	display:none;
}

div#center
{
	display:none;
}

div#rightSide
{
	display:none;
}

div#contentContainer
{
	width:100%;
}
div#flash
{
	width:100%;
}
div#left
{
	display:none;
}
div#right
{
	display:none;
}

div#textContent
{
	width:100%;
	background-color:white;
}
div#content
{
	float:left;
	width:100%;
	padding:15px;
	padding-bottom:45px;
}
div#leftbuttons
{
	display:none;
}


div#footer
{
	width:100%;
	padding-top:15px;
}

h1
{
	color:#23495e;
	font-size:24px;
	font-weight:bold;
}
h2
{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

a, a:visited
{
	font-weight:bold;
	color:#778FB7;
	text-decoration:none;
}


a.small, a.small:visited
{
	font-weight:bold;
	color:#2F5136;
	font-size:11px;
	text-decoration:none;
}


.red
{
	color:#A13229;
}

.white
{
	color:#ffffff
}

a.white, a.white:visited
{
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

a.white:hover, a.white:active
{
	color:silver;
	text-decoration:none;
}



div#pageWide
{
	width:100%;
}

div#wideText
{
	width:100%;
}
div#wideLeft
{
	display:none;

}
div#contentWide
{
	width:100%;

}

div#leftbuttonsWide
{
	display:none;
}

.white
{
	color:#ffffff
