body {
	background: #333333;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

a {
	color: blue;
	text-decoration: underline;
}

a: hover {
	color: babyblue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

li {
	font-size: 16px;
	font-weight: bold;
	color: #BE3F57;
	margin-top: 5px;
	margin-bottom: 20px;
}



h2 {
	margin: 5px;
	font-family: georgia, tahoma, arial;
	color: #17678C;
}

#wrapper { 
	margin: 0px;
	width: 100%;
}

#header {
 float: left;
 color: #333;
 width: 100%;
 height: 42px;
 background: url("../tpl/images/nvabg.gif") repeat bottom left;
 margin: 0px auto;
}

.topA {
	float: left;
	width: 100%;
	height: 139px;
	background: #333 url(../tpl/images/topbg.gif) repeat;
	background-position: top left;
	text-align: left;
}

#TopNav {
 overflow: hidden;
 width: 800px;
 height: 42px;
 margin: 0px auto;
 text-align:center;
 padding-top:15px;
 font-family: Georgia, Arial, Helvetica;
 font-weight: bold;
 font-size: 14px;
 color: #FC3;
}

#TopNav a {
 padding: 14px 10px 14px 10px;
 height: 42px;
 text-align: center;
 font-family: georgia, arial, helvetica;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-decoration: none;
 /*background: url("../tpl/images/menu.gif") no-repeat top left;*/
}

#TopNav a:hover {
 color: white;
 text-decoration: underline;
 /*background: url("../tpl/images/menuHover.gif") no-repeat top left;*/
}

.TopNavCurrent {
 height: 42px;
 text-align: center;
 padding: 14px 10px 14px 10px;
 font-family: georgia, arial, helvetica;
 font-size: 14px;
 font-weight: bold;
 color: #222;
 text-decoration: none;
 background-color:#FFF;
 /*background: url("../tpl/images/menuCurrent.gif") no-repeat top left;*/
}

#subnav {
 overflow: hidden;
 padding-top: 6px;
 padding-bottom: 6px;
 color: #333;
 width: 790px;
 margin: 0px auto;
 height: 100%;
 text-align: center;
 background: url(../tpl/images/mainbg) repeat-y top center;
}

.location {
 width: 750px;
 font-size: 13px;
 font-family: georgia, arial, helvetica;
 text-align: center;
}

.mpTop {
	float: left;
	margin: 0px;
	width: 100%;
	background: url("../tpl/images/topmidbg.gif") repeat top left;
}

.mpTleft {
	text-align: right;
}

.mpTmid {
	width: 782px;
	background: url("../tpl/images/topmid.gif") repeat top left;
	text-align: center;
}

.mpTright {
	text-align: left;
}


.mpMid {
	float: left;
	margin: 0px;
	width: 100%;
	background: #f1f1f1;
}

.mpMleft {
	background: #f1f1f1 url("../tpl/images/midleft.gif") repeat-y top right;
	text-align: right;
}

.mpMmid {
	width: 782px;
	background: white;
	text-align: center;
}

.mpMright {
	background: #f1f1f1 url("../tpl/images/midright.gif") repeat-y top left;
	text-align: left;
}

.mpBot {
	float: left;
	margin: 0px;
	width: 100%;
	background: url("../tpl/images/botmidbg.gif") repeat top left;
}

.mpBleft {
	text-align: right;
}

.mpBmid {
	width: 782px;
	background: url("../tpl/images/botmid.gif") repeat top left;
	text-align: center;
}

.mpBright {
	text-align: left;
}

.content {
 width: 790px;
 color: #333;
 background: white;
 padding: 5px 55px 0px 55px;
 text-align: left;
 background: url(../tpl/images/mainbg.gif) repeat-y top center;
 margin: 0px auto;
}

.rightcol {
	width: 560px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.leftcol {
	width: 170px;
	float: left;
	margin: 10px;
	margin-left: 25px;
	text-align: center;
}

.leftcol img {
	margin: 5px;
	/*border: 4px solid silver;*/
}

#footer { 
 width: 100%;
 clear: both;
 text-align: center;
 font-size: 12px;
 color: navy;
 margin-bottom: 25px;
}

.tTitle {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 5px;
	font-family: georgia, tahoma, arial;
	font-weight: normal;
	font-size: 22px;
	color: black;
	border-bottom: 1px dotted silver;
}

.pTitle {
	width; 100%;
	padding-bottom: 5px;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: navy;
	text-align: center;
}

.leftp {
	line-height: 1.2em;
	font-size: 14px;
}

.botmenu {
	width: 790px;
	height: 85px;
	margin: 0px auto;
	text-align: center;
	color: #999;
	background: url(../tpl/images/reflection.gif) no-repeat top center;
	padding-top:15px;
}
.botmenu a {
	color: #999;
}
.botmenu a:hover {
	color: #FFF;
}

.imgb {
	margin: 5px;
	border: 4px solid #FDF3F5;
}

.hoba {
	margin: 10px;
	margin-right: 50px;
	font-size: 11px;
	color: #222;
	text-align: right;
}

.conForm {
	width: 90%;
}

.cfLeft {
	width: 25%;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: right;
	background: #f7f7f7;
}

.cfRight {
	width: 75%;
}

.port {
	width: 700px;
}

.Pleft img {
	margin: 5px;
	border: 4px solid silver;
}

.Pleft {
	float: left;
	width: 150px;
	height: 130px;
	margin: 10px;
}

.bgTRtext {
	margin-top: 4px;
	padding: 8px;
	background: #f7f7f7;
}

/* PM */
#pmtble {
	background: #f7f7f7;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}

.pmUtbl {
	border:1px solid #f7f7f7;
	padding: 10px;
	background: white;
	text-align: left;
	font-size: 12px;
	font-weight: heavy;
}

.pmTop {
	border:1px solid #f7f7f7;
	padding: 10px;
	background: white;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: heavy;
}

.pmLeft {
	width: 100px;
	text-align: left;
	padding: 10px;
	background: #115460;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

.pmRight {
	border-top: 1px solid silver;
	padding: 10px;
	background: #FFF6C8;
}

.IpmLeft {
	width: 200px;
	text-align: left;
	padding: 10px;
	background: #115460;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

.IpmRight {
	width: 550px;
	border-top: 1px solid silver;
	padding: 10px;
	background: #FFF6C8;
}

.pmIntL {
	width: 100%;
	padding: 10;
	text-align: left;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #f7f7f7;
}

.pmNav {
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px dotted silver;
	text-align: center;
}

#footer {
	margin: 0px auto;
	background: url(../tpl/images/footer.gif) no-repeat top center;
	height: 47px;
}
