/*
css 
*/

body {
	padding:0px;
    margin:0px;
	background: #B5BD9A url(images/bg.png) repeat-x; 
	font: normal small georgia;
	color: #000000;
}

h1, h2, h3 {
	color: #31a100;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: .875em;
}

p, blockquote, ul, ol {
    font-size: 15px;
	margin-top: 0;
	line-height: 180%;

}

p.regular {
    font-size: 15px;
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}


span.highlight
{
background-color: #e2e89d;
}

#rightp p{
	float: right;
text-align: right;
}

#rightp dl{
	float: right;
text-align: right;
}

a {
	color: #A5B80D;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

.wrapper { 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	width: 891px; 
	background: #B5BD9A url(filler.png) repeat;  
	}


/* Header */

#header {
	width: 891px;
	height: 228px;
	margin: 0 auto;
}

#menu{
width: 500px;
position:absolute;
top:198px;
margin-left: 380px; 
}

/* Logo */

#logo {
	width: 891px;
	height: 228px;
	margin: 0 auto;
	background: url(images/header2.png);
	background-position:center;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 36px;
}

#logo h2 {
	margin: -5px 0 0 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #A5B80D;
}

/* Content */

#content {
	width: 891px;
	height: 535px;
	margin: 0 auto;
	background: url(images/contentbg.png);
	background-position:center;
}


/* Feature */

#feature {
	clear: both;
	width: 720px;
    margin-left: auto;
    margin-right: auto;
	border-bottom: solid;
	border-width: 1px;
	border-color: #dee1c1;
	padding: 10px 20px 10px 20px;

}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature iframe {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}
#feature pre {
	float: right;
	margin-top: -35px;
	text-align: justify;
	padding: 10px 25px 1px 20px;
    font-family:georgia; font-size:12px; font-weight:bold;
	color: #617787;
}

/* filler*/
#filler {
	width: 891px;
	height: auto; 
	margin: 0 auto;
	background: url(images/filler.png);
	background-position:center;
}

/* Footer */

#footer {
	font: normal small georgia;
	width: 891px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/footer.png);
	background-position:center;
}

#footer p {
	margin: 0;
	font: normal small georgia;
	line-height: normal;
	color: #000000;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #666666;
}

ol#toc {
    
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #e1e1d6 url(tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #e1e1d6;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #dfe8c2;
    background-position: 0 -60px;
    color: #666666;

}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}