/* RE-SET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; 
} 
/* CUSTOM */
html, body {
	height:100%;
	width:100%;
	text-align:center;
}
#wrapper {
	width:960px;
	margin:auto;
	text-align:center;
}
#header, #header img {
	margin:0px;
	padding:0px;
	border:0px;
	height:183px;
	width:960px;
}
#tNav {
	padding:0px 0px 0px 0px;
	text-align:left;
	width:960px;
	height:50px;
	background-image:url("/images/tNav.jpg");
	margin:0px;
}
#tNav ul {
	margin:0px 0px 0px 12px;
	padding:2px 0px 0px 0px;
	width:930px;
}
#tNav ul li {
	margin:0px;
	display:inline;
}
#tNav ul li a {
	position:relative;
	top:3px;
	font-family:Tahoma, 'Trebuchet MS';
	font-size:.85em;
	font-weight:bolder;
	border-right:2px solid #EDEDED;
	padding:0px 7px 0px 4px;
	margin:0px 0px 0px 0px;
	line-height:20px;
}
#tNav ul li a:link, #tNav ul li a:active, #tNav ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#tNav ul li a:hover {
	text-decoration:underline;
	color:#CDCDCD;
}
#sNav, .sNav {
	background-color:#EFEFEF;
	width:200px;
	border:1px solid #000000;
	float:right;
	margin:55px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}
#sNav ul li a, .sNav ul li a {
	color:#784081;
	padding:0px 0px 0px 10px;
	font-size:14px;
	font-family:'Trebuchet MS', Tahoma, Arial;
}
#body {
	background: #FFFFFF url("/images/Content_Top.jpg") no-repeat; 
	min-height:290px;
	width:890px;
	text-align:left;
	padding:10px 30px 10px 40px;
	font-size:.9em;
	font-weight:500;
	font-family:'Trebuchet MS','Times New Roman';
	line-height:1.6em;
	color:#343434;
}
#body h1 {
	font-size:1.7em;
	font-weight:900;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Bookman, 'Avant Garde';
	margin:7px 0px 15px 0px;
	position:relative;
	left:-10px;
}
#body h2 {
	font-size:1.2em;
	font-weight:700;
	color:#763E7B;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Bookman, 'Avant Garde';
	margin:13px 0px 3px 0px;
	position:relative;
	left:-5px;
}
#body h3 {
	font-size:1em;
	font-weight:600;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Bookman, 'Avant Garde';
	margin-bottom:6px;
}
#body hr {
	clear:both;
}
#body strong {
	font-weight:900;
	font-size:1.1em;
}
#body img {
	border:4px solid #763e7b;
}
#body #hp-bin {
	background-image: url("/images/mp_bkg.gif");
	border-bottom:10px solid #763e7b;
	width:900px;
	height:340px;
	margin:10px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	left:-10px;
}
#body #hp-bin #flashcontent {
	float:left;
	border:4px solid #763e7b;
	position:relative;
	top:10px;
	left:10px;
	height:300px;
}
#body #hp-bin img {
	position:relative;
	top:10px;
	right:10px;
	float:right;
}
#body a {
	color:#763E7B;
}
#body a:hover {
	text-decoration:none;
}
#footer {
	font-family:'Trebuchet MS', Helvetica, 'Avant Garde', Tahoma;
	font-size:14px;
	font-weight:500;
	text-align:left;
	height:20px;
	width:895px;
	color:#ABABAB;
	border-top:5px solid #763e7b;
	padding:5px 0px 0px 0px;
	margin:auto;
	clear:both;
}
#footer a{
	font-family:'Trebuchet MS', Helvetica, 'Avant Garde', Tahoma;
	color:#ABABAB;
	font-size:14px;
	font-weight:500;
	padding:3px 0px 3px 10px;
	margin:0px 0px 0px 10px;
	border-left:2px solid #ABABAB;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
	color:#CDCDCD;
}