@charset "utf-8";
/* CSS Document */

/* Welcome Styles
--------------------------------------------------------------------------------- */
#Content #Welcome {
	width: 920px;
	padding: 10px;
	background: #FFF;
	float: left;
	margin: 0 0 0 10px;
}
#Content #Welcome h1 {
	font-size: 130%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	clear: both;
	margin-bottom: 10px;
}
#Content #Welcome h2 {
	font-size: 130%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	color: #fff;
	clear: both;
	background-color: #fff;
	background-image: url(../images/backgrounds/h2.jpg);
	background-repeat: repeat-x;
	padding: 5px 0 8px 10px;
	margin: 10px -10px 5px -10px;
}
#Content #Welcome h2 a:link, #Content #Welcome h2 a:visited {
	text-decoration: none;
	color: #FFF;
}
#Content #Welcome h2 a:hover {
	text-decoration: none;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C00;
}
#Content #Welcome h3 {
	margin-bottom: 10px;
	font-size: 120%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/backgrounds/grunge-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
#Content #Welcome p {
	margin-bottom: 10px;
}
#Content #Welcome p strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome ol {
	margin: 0 0 0 40px;
}
#Content #Welcome ol li {
	margin: 0 0 10px 0;
}
#Content #Welcome ol li strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome ul {
	margin: 0 0 0 30px;
}
#Content #Welcome ul li strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome a:link, #Content #Welcome a:visited {
	text-decoration: none;
	color: #333;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Content #Welcome a:hover {
	text-decoration: none;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C00;
}
#Content #Welcome table.tblNews {
	clear: both;
	border: 1px solid #CCC;
}
#Content #Welcome table th {
	color: #FFF;
	background-color: #C00;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome table th a:link, #Content #Welcome table th a:visited {
	color: #FFF;
	text-decoration: none;
}
#Content #Welcome table th a:hover {
	color: #FFF;
	text-decoration: underline;
}
#Content #Welcome table.tblNews td.bgGrey {
	background-color: #E2E2E2;
	padding: 3px;
	color: #999;
	font-size: 90%;
}
#Content #Welcome table.tblNews td.bgYellow {
	background-color: #FFFFB7;
}
#Content #Welcome table.tblNews tr.bgGrey {
	background-color: #E2E2E2;
}
#Content #Welcome table td {
	padding: 3px;
}
#Content #Welcome table td h2 {
	padding: 5px;
	color: #fff;
}
#Content #Welcome table td span.FormNote {
	font-style: italic;
	font-size: 90%;
	color: #C00;
}
#Content #Welcome table.tblNews td.bgGrey strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome textarea, #Content #Welcome input, #Content #Welcome select {
	padding: 1px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px solid #ccc;
}
/* Breadcrumb Styles
------------------------------------------------------------------------------------------- */
#Content #Welcome #Breadcrumbs {
	background: #FFC;
	color: #FC0;
	margin: 0 0 10px 0;
	padding: 3px;
}
#Content #Welcome #Breadcrumbs a:link, #Content #Welcome #Breadcrumbs a:visited {
	font-size: 90%;
	color: #FC0;
	text-decoration: none;
	background: none;
}
#Content #Welcome #Breadcrumbs a:hover {
	text-decoration: underline;
}
