html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	#font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
       font-size: 12px;
}

body#bd {
	color: #333333;
	background: #FFFFFF;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #D97900;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

a img {
	border: none;
}

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	font-weight: normal;
	color: #333333;
}

.componentheading,
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	margin: 0 0 10px;
	padding: 10px 40px;
	border-top: 2px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
}

small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, p.site-slogan, .sectiontableheader,
#tpwrap, #subnav, #footer, #col1, #col2, #botsl {
	font-size: 85%;
}

img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	background: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 1px;
	letter-spacing: 2px;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: inherit;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #333333;
	font-size: 100%;
}

.button {
	padding: 2px 8px;
	border: 1px solid #333333;
	background: #333333;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

.article_separator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
}

.article_separator2 {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

#tp,
#header,
#mainnav,
#subnav,
#container,
#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#container {
}

#mainbody {
	width: 74.9%;
	float: left;
}

#content {
	clear: both;
	display: block;
	float: right;
	width: 66.9%;
}

#current-content {
	padding: 0 0 20px;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 25%;
}

#col2 div.innerpad {
	padding-left: 30px;
}

#containerwrap-fl {
	padding: 20px 0;
	margin: 0;
}

#containerwrap-fl #content {
	width: 100%;
}

#containerwrap-fl #current-content {
	padding-left: 5px;
}

#containerwrap-fl .componentheading {
	background: url(../images/h3-2c.gif) no-repeat center;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	font-size: 135%;
	color: #333333;
	background: url(../images/h3-bg.gif) no-repeat center;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	margin: 0 0 20px;
	padding: 0;
}

div.moduletable_hilite h3 {
	font-weight: bold;
	font-size: 135%;
	color: #FFFFFF;
	border-top-color: #D97900;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

div.moduletable_hilite {
	background: url(../images/hilite-corner.gif) no-repeat right bottom #D97900;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0 10px 15px;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}


#header {
	position: relative;
	padding: 20px 0;
	line-height: normal;
	position: relative;
	text-align: center;
	z-index: 0;
}

h1.logo, div.logo-text h1 {
	margin: 0 auto;
	padding: 0;
}

h1.logo a {
	width: 100%;
	height: 115px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 100%;
	outline: none;
}

div.logo-text h1 {
	font-size: 500%;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: bold;
}

#mainnavwrap {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#mainnav {
	font-size: 115%;
	border-left: 1px solid #DDDDDD;
}

#mainnav a, #subnav a {
	outline: none;
	line-height: normal;
}

#subnavwrap {
	background: #D97900;
	margin-top: -1px;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#subnav a {
	display: block;
	float: left;
	outline: none;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
	color: #CCCCCC;
	background: url(../images/vline.gif) no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#subnav a:hover,
#subnav a:active,
#subnav a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#subnav li.active a {
	color: #CCCCCC;
	font-weight: bold;
}

#footer {
	clear: both;
	position: relative;
	padding: 15px 0;
	border-top: 5px solid #CCCCCC;
	color: #999999;
}

#footer small {
	font-size: 100%;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background: url(../images/vline.gif) no-repeat center left;
}

#footer li a {
	display: inline;
	padding: 0 10px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

.text_mengent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #D97900;
	text-decoration: none;
}

table.tblexchange {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 85%;
}

table.tblexchange th {
	background: #F7F7F7;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0;
	padding: 5px 5px;
	text-align: left;
	text-transform: uppercase;
}

table.tblexchange td {
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
}

table.tblexchange td.hilite {
	color: #E15E06;
}













.clr {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}