@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/pageBG.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainNavigation {
	width: 963px;
	margin-top: 30px;
	margin-bottom: 90px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 963px;
	margin-right: auto;
	margin-left: auto;
}
#overviewLayers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 28px;
	margin-left: 28px;
}
#requestInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 25px;
}

#requestInfo td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bolder;
	line-height: 12px;
}

.requestInfoInput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #F37D20;
	width: 130px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-top: 5px;
	height: 15px;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
}

.requestInfoInputTaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #F37D20;
	width: 132px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-top: 5px;
	height: 22px;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 60px;
}
#footer a, #footer a:visited{
	color: #999999;
	text-decoration: none;

}

#footer a:hover {
	color: #F37D20;
	text-decoration: underline;
	margin-bottom: 5px;

}
.pageTitleImg {
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.smallOrange {
	font-size: 10px;
	font-weight: normal;
	color: #F37D20;
}
.orangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F37D20;
}

#pageContent {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
}
.Headline, .modalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
}
#lineDiv {
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#lineDivSmall {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#lineDivTable {
	margin-top: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}



.pageContentImage {
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#pageContentHP {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
}
#contentArea {
	margin-bottom: 30px;
	width: 700px;
}
#contentArea a, #contentArea a:visited {
	color: #F37D20;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#contentArea a:hover {
	color: #F37D20;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
#contentArea li {
	color: #666666;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	font-size: 11px;
	line-height: 17px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#LeftColumn {
	margin-left: 32px;
	width: 230px;
}
#LeftColumn li {
	color: #666666;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	margin-left: -23px;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 7px;
}
#LeftColumnContent {
	width: 201px;
	color: #666666;
	line-height: 18px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
}
#LeftColumnContent  a, #LeftColumnContent  a:visited, #LeftColumnContentMargin a, #LeftColumnContentMargin a:visited{
	color: #F37D20;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
#LeftColumnContent  a:hover, #LeftColumnContentMargin a:hover {
	color: #F37D20;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
#LeftColumnContentMargin {
	width: 201px;
	color: #666666;
	line-height: 18px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#buzzBox {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	width: 196px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 16px;
	background-image: url(../images/bgBuzz.gif);
	padding-bottom: 5px;
}
#buzzBox a, #buzzBox  a:visited {
	color: #F37D20;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#buzzBox  a:hover {
	color: #F37D20;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
#resources {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}

#resources li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
	margin-left: -30px;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: -10px;
}


.trHighlight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #f3f3f3;
}
.TDLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
.TDCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.TDRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
}
.tableHeaderLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 16px;
	padding-left: 10px;
}
.tableHeaderCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 7px;
	line-height: 14px;
}

.tableHeaderRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 7px;
	line-height: 14px;
}
