@charset "utf-8";
/* CSS Document */

/* Welcome Styles
--------------------------------------------------------------------------------- */
#Content #Welcome {
	width: 620px;
	padding: 10px;
	background: #FFF;
	float: left;
	margin: 0 0 0 10px;
	min-height: 500px;
}
#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%;
	font-weight: bold;
	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 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	background-image: url(../images/backgrounds/grunge-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	padding: 5px 0 8px 10px;
	margin: 10px -10px 10px -10px;
}
#Content #Welcome p {
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	line-height: 150%;
}
#Content #Welcome p strong {
	font-size: 110%;
	font-weight: bold;
}
#Content #Welcome p.DateHighlight strong {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}
#Content #Welcome ol {
	margin: 0 0 0 30px;
}
#Content #Welcome ol li {
	margin: 0 0 10px 0;
}
#Content #Welcome ol li strong {
	font-size: 110%;
	font-weight: bold;
}
#Content #Welcome ul {
	margin: 0 0 0 30px;
}
#Content #Welcome ul li strong {
	font-size: 110%;
	font-weight: bold;
}
#Content #Welcome a:link, #Content #Welcome a:visited {
	text-decoration: underline;
	color: #333;
}
#Content #Welcome a:hover {
	color: #C00;
}
#Content #Welcome img.pic-strip {
	margin: 10px 0 10px 0;
}
/* Main Contact Styles
------------------------------------------------------------------------------------------- */
#Content #Welcome .Contact_Main {
	float: left;
	width: 205px;
	height: 210px;
	text-align: center;
	margin-bottom: 10px;
}
#Content #Welcome .Contact_Main p {
	padding: 0;
	margin: 0;
	font-size: 95%;
}
#Content #Welcome .Contact_Main p img {
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #000;
}
/* 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;
}
/* Table Styles
------------------------------------------------------------------------------------------- */
#Content #Welcome table {
	border: 1px solid #666;
}
#Content #Welcome table.tblContacts {
	font-size: 90%;
}
#Content #Welcome table td {
	padding: 3px;
}
#Content #Welcome table td.bgGrey {
	background-color: #EEE;
	padding: 3px;
}
#Content #Welcome table th {
	color: #FFF;
	background-color: #C00;
	padding: 2px;
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

