/* ################################################################################# */
/* RESETING ALL STYLES ############################################################# */
/* ################################################################################# */

shtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, element.style {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* ################################################################################# */

body { 
	color: black; 
	font-family: arial;
	font-size: 12px;
	margin: auto;
	margin-top:0px;
	text-align: center;
}

#container {
	width:790px;
	height:625px;
	background-image:url(templ_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin: auto;
	text-align: center;
}

#banner {
	width:790px;
	height:160px;
}

#content {
	width: 100%;
	float: left;
}

.mktgMsgBox {
	width: 200px;
	height: 425px;
	text-align: left;
	float: left;
	overflow: hidden;
}

.mktgMsgText {
	padding: 65px 12px 5px 15px;
	float: left;
	font-family:arial;
	font-size:12px;
	line-height:125%;
}
.logoPan {
	color:#00A2E0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
}
.logoCredit {
	color:#014380;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
}
.dialog {
	width: 360px;
	height: 425px;
	padding-left: 10px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#box {
	width: 210px;
	padding-right: 17px;
	text-align: right;
	float: left;
}

#footerSeparator {
	width: 98%;
	padding-bottom: 5px; 
	margin: auto;
	position: relative;
	text-align: center;
}

#footer {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #014380;
	float: left;
	color:#FFFFFF;
}

.runaware {
	width: 125px;
	font-family: arial;
	font-size: 10px;
	text-align: right;
	float:right;
	color: #aba299;
	padding: 6px 5px 0px 0px;
}

.footer {
	width: 60%;
	font-family: arial;
	font-size: 11px;
	text-align: right;
	float: left;
	padding: 10px 0px 0px 10px;
}
/* hyperlink effects */
.footer a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}
.footer a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
}
.footer a:hover { 
	color: #f2be00; 
	text-decoration: underline;
}
.runaware a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}
.runaware a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
}
.runaware a:hover { 
	color: #f2be00; 
	text-decoration: underline;
}

