/* CSS Document */

body {
	background-color: #666;
	margin: 0;
	border: 0;
	min-width: 759px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica; 
}

#container {
	margin: 2px;
	width: 980px;
	padding: 2px;
	background-color: #fff;
}
.banner {
	background-image: url(../images/vert-grad.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 155px;	
}
.printbanner {
	display: none;
}
.divider {
	background-image: url(../images/reddot.gif);
	background-repeat:repeat-x;
	height: 12px;
}
#centercontent {
	background-color: #fff;
	margin-left: 200px;
	margin-right: 210px;
	padding: 10px;
	}
#centercontent h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #900;
}
#centercontent p {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
#centercontent ul li {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
#centercontent a {
	font-size: 9pt;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#centercontent a:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
#rightcontent {
	float: right;
	width: 190px;
	background-color: #e5e5e5;
	padding: 10px;
	margin-right: 1px;
	margin-left: 5px;
}
#rightcontent h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #900;
}
#rightcontent h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #900;
	text-align: center;
}
#rightcontent h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left:15px;
}
#rightcontent h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.speciallinks {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top: -2px;
}
.speciallinks a {
	color: #000;
	text-decoration: none;
}
.speciallinks a hover{
	color: #900;
	text-decoration: underline;
}
#rightcontent p {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}
#rightcontent a {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#rightcontent a:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
#rightcontent ul li {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	list-style-image:url(../images/bullet.gif);
	margin: 0 0 2px -20px;
	padding: 0;
}
#footer {
	clear: left;
	width: 99%;
	background-color: #000;
	padding: 5px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
#fullcontent {
	background-color: #fff;
	margin-left: 200px;
	margin-right: 2px;
	padding: 10px;
	}
#fullcontent h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #900;
}
#fullcontent h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-image: url(../images/bigbullet.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}
#fullcontent h6 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
#fullcontent p {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
#fullcontent td {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
#fullcontent ul, ol {
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
}
#fullcontent a {
	font-size: 9pt;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#fullcontent a:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.breadcrumbs	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-bottom:10px;
	}
.breadcrumbs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
.breadcrumbs a	{
	text-decoration:none;
	color:#900;
	}
.breadcrumbs a:hover	{
	text-decoration:underline;
	color:#900;
	}

.alertdate {
 font-size:12px;
 font-weight:bold;
 color:#900;
}