/* --- Reset some CSS rules to prevent browser inconsistencies --- */
html, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* --- Global --- */
body {
	font-family: verdana, sans-serif;
	line-height: 1.0em;
	background: #FFFFFF url('../images/background.jpg') repeat-y left top;
}

#wrapper {
	width: 967px;
	height: 100%;

}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #12497F;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4FA3DA;
}

a:hover, a:active, a:focus {
	color: #f65077;
}

a.footnote {
	font-size: xx-small;
	vertical-align: super;
	color: #1F6095;
	font-weight: normal;
	text-decoration: none;
	line-height: 0.3em;
}

a.rss:link, a.rss:visited {
	color: #ff950b;
}

a.rss:hover, a.rss:active, a.rss:focus {
	color: #8fc80d;
}

a img {
	display: block;
}

acronym {
	border-bottom: 1px dotted #1F6095;
}

h1, h2, h3 {
	border: solid 1px #E0E0E0;
	background: url(../images/header_bg.jpg) repeat-x top left;
    padding: 0.3em;
	margin: 0px 5px 10px 0px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	margin-top: 35px;
	font-size: 1.2em;
}

h3 {
	font-size: 0.8em;
	width: 50%;
	margin-top: 25px;
}

p, dl {
	font-size: 0.8em;
	margin-bottom: 1.6em;
	padding-right: 2em;
}

p.note {
	padding: 2em 0em;
}

table {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

th {
	background-color: #DE7D27;
	font-size: 0.8em;
	padding: 4px;
}

td {
	font-size: 0.7em;
	padding: 4px;
}

td a:link, td a:visited, td a:hover, td a:active, td a:focus {
	font-weight: normal;
	color: #12497F;
}

td.bg1 {
	background-color: #E6E6E6;
}

td.center {
	text-align: center;
}


/* --- Main Body --- */
#mainbody {
	margin-left: 158px;
	width: 780px;
	background: url('../images/bg02.jpg') repeat-y left top;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}

/* --- Banner area and top menu --- */
#topmenu img {
	float: left;
}

#topmenu li, #leftmenu li {
	display: inline;
}

#leftmenu ul {
	width: 209px;
}

/* --- Sidebar --- */
#sidebar {
	width: 209px;
	float: left;
	font-size: small;
	color: #00003F;
}

#sidecontent {
	background: url('../images/bg01.jpg') no-repeat left top;
}

#sidecontent ul, #sidecontent ul li {
	font-size: 0.9em;
	line-height: 0.8em;
}

#sidecontent ul#textnav, #sidecontent ul#textnav li {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-left: 0.5em;
}

#sidecontent ul#textnav {
	padding-top: 1.5em;
	padding-bottom: 3em;
	width: 195px;
}

#sideframelist li, #textnav li, #maincontent li {
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.5em;
	padding-bottom: 0.4em;
}

#sideframelist li {
	background-position: 0 0.2em;
}

#sideframe {
	padding: 19px 26px 10px 44px;
	height: 249px;
}

.sideinfo {
	padding: 0px 26px 10px 30px;
}

#banners img {
	padding: 0px 0px 10px 35px;
	display: block;
}

/* --- Main Content Area --- */
#maincontent {
	overflow: hidden;
	padding: 25px 15px 20px 20px;
}
* html #maincontent { /* IE 6 fix */
	margin-left: 209px; 
	padding: 25px 0px 20px 13px;
}

#maincontent ol, #maincontent ul {
	font-size: 0.8em;
	margin-bottom: 1.6em;
}

#maincontent ol li {
	background-image: none;
	list-style-type: decimal;
	list-style-position: inside;
	padding-top: 1.5em;
}

#maincontent img {
	margin: 4px 12px;
	float: left;
	/*vertical-align: text-top;*/
}

#maincontent img.fullwidth {
	margin: 8px 1px;
	float: left;
	/*vertical-align: text-top;*/
}

#maincontent img.right {
	float: right;
}

#maincontent img.tutorial {
	float: none;
}

#maincontent td img {
	margin: 0px;
	padding: 0.5em 0.1em;
}

/* --- Footer Area --- */
#footer {
	width: 780px;
	height: 34px;
	background-color: #1F6095;
	color: #FFFFFF;
}
* html #footer {
	clear: left;
}

#footer li {
	display: inline;
	float: left;
}

#privacy {
	text-align: center;
	font-size: small;
	font-weight: bold;
	width: 208px;
	height: 33px;
	border-left: 1px solid #194871;
	border-bottom: 1px solid #194871;
}

/* --- Miscellaneous Classes --- */
.address {
	font-style: italic;
}

.addrname {
	font-style: normal;
	font-weight: bold;
	color: #1F6095;
}

.addrcontact {
	font-size: 0.8em;
	padding: 1em 0 1em 0em;
}

.center {
	text-align: center;
}

.dollar {
	color: #FF0000;
	font-weight: bold;
	padding: 0 1.0em;
}

.flavor {
	font-style: normal;
	font-weight: bold;
}

.important {
	color: #FF0000;
}

.moreinfo {
	text-align: right;
}

.termslink {
	text-align: center;
}

/* --- Clear Fix --- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;

}

* html .clear {
	height: 1px;
}