@charset "utf-8";
/* CSS Document */

body  {
	font: 70% Geneva, Arial, Helvetica, sans-serif;
}

.Title {
	font-size: 135%;
	font-weight: bold;
}

.SubTitle {
	font-size: 125%;
	font-weight: bold;
}

.PageTitle {
	font-size: 175%;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
	line-height: 50px;
	color: #5B84A7;
}

.Introduction {
	color: #000000;
	font-weight: 600;
}

#addresscontainer {
	padding-left:200px;
}

#address {
	color:#467253;
	text-align:center;
	width:100%;
}

 /* Begin left naviation Menu */
#leftNav {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFE7;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftNav li { 
	margin: 0 0 1px 0; 
}

#leftNav a {
	display: block;
	padding: 2px 10px 2px 20px;
	width: 155px;
	color: #A7616C;
	text-decoration: none;
	background-image: url(../graphics/left_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFE7;
}

#leftNav a:hover {
	color: #84AED2;
	background-image: url(../graphics/left_nav_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	text-decoration: none;
	font-weight: normal;
}

/* Begin Feature Tables */

#quicklinks {
	width: 175px;
	border: 1px solid #5B84A7;
	padding: 3px;
	margin-left: 10px;
}

#quicklinks p {
	margin-top: 2px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	text-indent: 18px;
}

#quicklinks th {
	background-color: #5B84A7;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
}

#quicklinks td {
	text-align:left;
	background-color:#EFEFE7;
}

#quicklinks a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

#quicklinks a:link {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

#quicklinks a:visited {
	color:#232322;
	text-decoration: none;
}

#quicklinks a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}

#quicklinks p {
	background-image: url(../graphics/quick_arrow.gif);
}

/* End Feature Tables */


