@import url("reset.css");
@import url("fonts.css");

body,html,#container{
	width: 100%;
	height: 100%;
}
html {overflow:hidden;}
body {
	background: #696969;
	color: #ffffff;
}

h1,h2,h3,h4,h5,legend {
	color: #ffffff;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
	color: #FF9900;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0.4em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
abbr,acronym {border-bottom: 1px dotted #A17128;cursor: help;}
strong {font-weight: bold;}
em {font-style: italic;}
a {
	color: #FF9900;
}
object { outline:none; }

#container {overflow: hidden;}

#inner {position: relative; width: 640px; height:auto; padding:40px 20px 40px 20px;;
	color: #efefef;	margin: 0 auto 0 auto;} /* for all browsers*/

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#inner a {
	text-decoration: none;
}
#inner a:hover {
	text-decoration: underline;
}
/*END TOC Menu*/
.pdficon {
	padding-left: 20px;
	background: url(images/pdf.gif) no-repeat left 0.2em;
	display: block;
	min-height: 18px;
}
/*End layout styles*/
#inner hr {
	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
	border: none;
	margin: 0 0 1em 0;
}
#inner p strong {color: #ffffff;}
#inner li {
	margin-bottom: 0.5em;
	line-height: 1.0em;
}
#inner ul, #inner ol, #inner p {
	margin-bottom: 1em;
}
#inner ul {
	margin-top: 2em;
}
#inner ul li{
	list-style: none;
	padding-left: 1.5em;
	background: url(images/bullet.gif) no-repeat 0.2em 0.4em;	/*list-style: square url(images/bullet.gif);*/
}
#inner ul li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}
#inner ul li ul li{
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat left 0.2em;
}
#inner ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#inner ol li {
	list-style: decimal;
}
#inner ol li ol {
	margin-top: 0.5em;
}
#inner ol li ol li{
	list-style: lower-alpha;
}
.colLeft {
	display: block;
	float: left;
	clear: left;
	width: 300px;
}
.colRight {
	display: block;
	float: right;
	clear: right;
	width: 300px;
}

/*General Styles*/
.i_left {float: left; margin: 0px 10px 2px 0px; padding:0px; border:solid 1px #666666; line-height:0;}
.i_right {float: right; margin: 0 0 2px 10px; padding:0px; border:solid 1px #666666; line-height:0;}
.i_left-nb {float: left; margin: 0px 10px 2px 0px; padding:0px;}
.i_right-nb {float: right; margin: 0 0 2px 10px; padding:0px;}
a:hover .i_left, a:hover .i_right, a:hover .i_cent ,a:hover .thm_pic {
	border:solid 1px #89B700;
}
.i_cent {clear: both;display: block;margin: 0px auto 0px auto; padding:0px; border:solid 1px #666666; line-height:0;}
.i_cent-nb {clear: both;display: block;margin: 0px auto 0px auto;}

.clear {display: block;height: 0px;clear: both;margin: 0px;padding: 0px;overflow: hidden;}
.edit .clear {display: block;height: 1em;clear: both;margin: 0px;padding: 0px;overflow: hidden; border: dashed 1px #FF9900;}
/* Indentation. */
.Indent1 {margin-left: 40px;}
.Indent2 {margin-left: 80px;}
.Indent3 {margin-left: 120px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCent {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}
.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 1em;
	margin-right: 0.5em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin-right: 1em;
}
.smallGrey {
	color: #999999;
	font-size: 10px;
}
.smallTxt {
	font-size: 0.9em;
}
.arwlink-leftd {
	padding-left: 18px;
	background: url(images/left-d.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-left {
	padding-left: 18px;
	background: url(images/left.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-rightd {
	padding-right: 18px;
	background: url(images/right-d.png) no-repeat right center;
	text-decoration: none;
}
.arwlink-right {
	padding-right: 18px;
	background: url(images/right.png) no-repeat right center;
	text-decoration: none;
}
.hilite {
	color: #FF9900;
}
.hide {
	display: none;
}

