@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	background-color:#ffffff;
	margin:0 auto 0 auto;
	behavior:url(/csshover.htc);
}
div#page
{
	width:978px;
	margin:0 auto 0 auto;
	background-color:white;
}

div#header
{
	width:978px;
	float:left;
	height:71px;
}

div#search
{
	width:247px;
	height:75px;
	float:left;
	background-color:white;
	font-size:12px;
	font-weight:bold;
}
div#navContainer
{
	width:978px;
	float:left;
	height:32px;
}
div#contentContainer
{
	width:978px;
	float:left;
	background-color:white;
}

div#leftSide
{
	width:246px;
	background-color:white;
	float:left;
	margin:0px;
	padding:0px;
}
div#center
{
	width:712px;
	float:left;
	margin-top:10px;
	padding-left:15px;
}
div#flash
{
	width:978px;
	float:left;
	height:378px;
	padding-bottom:15px;
	padding-top:5px;
}
div#headerTemplate
{
	width:685px;
	padding-left:13px;
	float:left;
	padding-bottom:30px;
	height:150px;
}
div#text
{
	width:978px;
	float:left;
}	
div#textTemplate
{
	width:685px;
	float:left;
	line-height:18px;
	padding-left:15px;
	padding-bottom:20px;
}

div#footer
{
	width:978px;
	border-top:1px solid #cccccc;
	float:left;
}
h1.home
{
	font-size:18px;
	color:#005a86;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h1
{
	font-size:24px;
	color:#005A85;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2
{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3
{
	font-size:14px;
	color:#1176bd;
	font-weight:bold;
}


.black
{
	color:black;
	font-style:italic;
}

.medGray
{
	color:#666666;
	font-weight:bold;
	font-size:14px;
}

.picture
{
	border:1px solid #999999;
	margin:3px;
}

.small
{
	font-size:9px;
	color:#666666;
	line-height:14px;
}
.medium
{
	font-size:12px;
	color:#666666;
	line-height:14px;
}

a.medium, a:visited.medium
{
	font-size:12px;
	color:#666666;
	line-height:14px;
}
}
a:hover.medium, a:active.medium
{
	font-size:12px;
	color:#666666;
	line-height:14px;
	text-decoration:underline;
}

a, a:visited
{
	font-size:14px;
	color:#1176bd;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}

a.gray, a:visited.gray
{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a:hover.gray, a:active.gray
{
	color:#1176bd;
}

.topHeader
{
	color:#666666;
	font-size:14px;
	font-style:italic;
}