/* CSS Document */
body
{
	margin:0 auto 0 auto;
	font-family:"Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
}

div#page
{
	width:100%;
	margin:0 auto 0 auto;
	margin-top:15px;
}


div#header
{
	width:100%;
	height:89px;
}
div#navBarContainer
{
	display:none;
}
div#graphicContainer
{
	width:100%;
	background-color:white;
}


div#left
{
	width:600px;
	height:365px;
	margin-top:25px;
	line-height:15px;
	background-color:#A2A0A1;
}
div#leftTemplate
{
	display:none;
}
div#rightTemplate
{
	width:90%;
	padding-left:10px;
	margin-top:25px;
}
div#rightTemplateProp
{
	width:100%;
	float:left;
	margin-left:20px;
	margin-top:25px;
	padding-bottom:30px;
}
div#flash
{
	display:none;
}
div#bottomContainer
{
	width:1157px;
	height:140px;
	float:left;
	margin:0px;
	padding:0px;
}
div#bottomLeft
{
	width:40%;
	float:left;
}
div#bottomRight
{
	display:none;
}

div#bottomLeft a, a:visited
{
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

h3
{
	font-size:18px;
	font-weight:bold;
	color:#660000;
	margin:0px;
	padding:0px;
	letter-spacing:1px;
}
h1
{
	font-size:25px;
	font-weight:bold;
	color:#660000;
	letter-spacing:1px;
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:black;
	letter-spacing:1px;
}
.largeText
{
	color:black;
	font-size:16px;
	line-height:16px;
}

a, a:visited
{
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

 a:hover, a:active
{
	text-decoration:none;
}