P {
	margin: 0px 10px;
	padding-bottom: 1em;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #323264;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color: #449dc7; font-weight: bold; text-decoration: none; }
a:visited { color: #449dc7; font-weight: bold; text-decoration: none; }
a:active { color: #449dc7; font-weight: bold; text-decoration: none; }
a:hover { color: #245F7B; font-weight: bold; text-decoration: underline; }

ul {
	margin-top: 0px;
	padding-top: 0px;
}

li {
	margin-bottom: 0px;
}

.TitleBdr {
	background-attachment: scroll;
	background-image: url(../images/TitleMidLine.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.TitleBdr a {
	font-weight: normal;
}

.contentArea {
	font-size: 12px;
	padding-top: 10px;
}

.footer {
	background-color: #439DC7;
	text-align: right;
	font-size: 11px;
}

a.whiteLink:link { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.whiteLink:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.whiteLink:active { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.whiteLink:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline; }

a.darkLink:link { color: #323264; text-decoration: none; font-weight: normal; }
a.darkLink:visited { color: #323264; text-decoration: none; font-weight: normal; }
a.darkLink:active { color: #323264; text-decoration: none; font-weight: normal; }
a.darkLink:hover { color: #323264; text-decoration: underline; font-weight: normal; }

.menuDropDown {
	position: relative;
	height: 0px;
	width: 0px;
	overflow: visible;
	z-index: 1000;
}


#menuDiv_1 {
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: -15px;
	left: 0px;
	height: 75px;
	width: 250px;
	padding: 10px;
	padding-top: 10px;
	visibility: hidden;
}

#menuDiv_5 {
	background-image: url(../images/menu5.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: -15px;
	left: -50px;
	height: 59px;
	width: 310px;
	padding: 10px;
	padding-top: 10px;
	visibility: hidden;
}

#menuDiv_6 {
	background-image: url(../images/menu6.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: -15px;
	left: -70px;
	height: 59px;
	width: 220px;
	padding: 10px;
	padding-top: 10px;
	visibility: hidden;
}

.menuDropDown a { font-size: 11px; line-height: 18px; font-weight: normal; }

.quickLinks {
	position: relative;
	height: auto;
	width: auto;
	max-width: 350px;
/*	max-width: 550px; */
	padding: 3px;
	padding: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #4499CC;
	background-color: #EEF9FF;
	z-index: 500;
}

.quickLinks ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	color: #FF0000;
}

.quickLinks ol {
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}

.quickLinks li {
	margin: 0px;	
}

.quickLinks p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	font-style: italic;
	font-weight: bold;
}

.quickLinks a {
	font-weight: normal;
}

.quickLinks .blueCornerTopLeft {
	position: absolute;
	top: -2px;
	left: -2px;
	height: 10px;
	width: 10px;
	background-image: url(../images/blueCornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.quickLinks .blueCornerTopRight {
	position: absolute;
	top: -2px;
	right: -2px;
	height: 10px;
	width: 10px;
	background-image: url(../images/blueCornerTopRight.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.quickLinks .blueCornerBottomLeft {
	position: absolute;
	bottom: -2px;
	left: -2px;
	height: 10px;
	width: 10px;
	background-image: url(../images/blueCornerBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.quickLinks .blueCornerBottomRight {
	position: absolute;
	bottom: -2px;
	right: -2px;
	height: 10px;
	width: 10px;
	background-image: url(../images/blueCornerBottomRight.gif);
	background-repeat: no-repeat;
	background-position: top;
}

ul.topPoints {
	margin: 15px;
	margin-left: 15px;
}

ul.topPoints li {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.topPoints li.annotation {
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -20px;
	list-style: none;
}

p.references {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}

ol.references {
	padding-top: 0px;
	margin-top: 5px;
}

ol.references li {
	padding-bottom: 5px;
}

.majorSubHeading {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #0077CC;
	padding-bottom: 5px;
	padding-top: 10px;
}

.subHeading {
	font-weight: bold;
}

p.subHeading {
	padding-bottom: 5px;
}

.smallSubHeading {
	font-weight: bold;
	font-style: italic;
}

p.smallSubHeading {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	padding: 0px;
}

.question {
	padding-bottom: 3px;
	font-weight: bold;
}

.answer {
	padding-left: 10px;
}

.indent {
	padding-left: 20px;
}

#map {
	width: 310px;
	margin-right: 30px;
	margin-top: 30px;
}

a.noDec {
	color: #323264;
	text-decoration: none;
}

.topLink {
	font-size: 11px;
	font-weight: normal !important;
	font-style: normal;
	text-decoration: none;
}