<style type="text/css">
em{font-style:italic}
</style>

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{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;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


html{
	overflow: -moz-scrollbars-vertical !important; /* This fixes the text jog effect in Firefox */
}

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
	background:#e5e5e5 url('/images/body_bg.gif');
}

h1, h2, h3, h4, h5{
	padding:3px 0px 5px 0px;
	margin:0;
	line-height:normal;
}

h1{
	font-size:1.6em;
	font-weight:normal;
        border-bottom:3px solid #ABD091;
        padding:5px;
}

h2{
	font-size:1.5em;
	font-weight:normal;
        color:#333;

        
}

h2 A{
	
}

h3 {
	background-color:#dce8d3;
	color:#272727;
        padding-left:3px;
        font-size:.9em;
        font-weight:bold;
        text-transform:uppercase;
}

h4 {
        color:#4B4F4A;

}

form{
	padding:0;
	margin:0;
}

UL{
	padding:0px;
	margin:0px;
}

LI {
    padding:1px 0px;
}

p{
	margin:3px;
	padding:3px 0;
}

A:link, A:hover, A:visited, A:active{
	color:#457F27;
}

#container{
	width:740px;
	margin:0px auto;
	clear:both;
}

#header{
	background-color:#abd091;
	
	
}

#topheader{
	background:#8bc060 url('images/logo_bg.gif') repeat-x;
	width:740px;
	margin:0px auto;
	color:#fff;
	font-size:1.7em;
	padding:0px;
	
}

#topheader p{
    padding:0px;
    margin:0px;
}

#nav{
	background:#a0a0a0;
	
}

#nav_tabs{
	background:#444 url('/images/nav_row_bg.jpg') repeat-x;;
	width:740px;
	margin:0px auto;
	height:27px;
	overflow:hidden;
	
}

#nav_tabs UL{
	
	margin:0px 0px 0px 15px;
	padding:0px;
	background-color:#333;
	

}

#nav_tabs LI{

        float:left;
	display:inline;
	padding:3px 10px 4px 10px;
	margin:1px 1px 1px 0px;
	list-style-type:none;
	color:#fff;
	/* background-color:#555; */
	
}

#nav_tabs LI.active{
	background-color:#272727;
	border-bottom:1px solid #272727;
}

#nav_tabs LI.active A{
	color:#fff;
	font-weight:bold;
}

#nav_tabs A{
	color:#cfe3c1;
	text-decoration:none;
	font-size:14px;
}

#title{
	background:#272727 url('/images/title_bg.jpg') no-repeat;
	clear:both;
	height:60px;
}

#title P.section_title{
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:25px 0px 10px 10px;
	font-size:2.3em;
	
}

#pagebg{
	background-color:#a0a0a0;
	margin:15px auto 10px auto;
	
}

#page{
	
	background-color:#fff;
	border:1px solid #ccc;
	top:-1px;
	left:-1px;
	position:relative;
	padding:10px;
}

#page UL{
       margin:3px 15px;
}

#main UL{
       margin:3px 20px;
}

#page LI{
       list-style-type:none;
       background:transparent url('/images/bullet.gif') no-repeat 0px 7px;
       padding-left:10px;
}   

#main{
	width:460px;
        float:left;
	position:relative;
        line-height:1.45em;
	
}

#main p{
    padding-left:5px;
    padding-right:5px;
}

#sidebar{
     width:240px;
     background:#f2f8ef;
     float:right;
}

#footer{
	clear:both;
	font-size:.8em;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        margin-bottom:10px;
}

.highlight{
	background:#f2f8ef;
	padding:5px;
}

.sidebar{
       padding:5px;
       margin-bottom:10px;
       font-size:.8em;
       color:#222;
       font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
       background:transparent url('/images/sidebar_bg.jpg') repeat-x;
}

.date{
       font-family:verdana, arial, helvetica, sans-serif;
       font-size:.85em;
       color:#666;
}

.divider_vert{
       background:transparent url('/images/dotted_vert.gif') repeat-y;
}

.screenshot{
       border:1px solid #000;
}

.normal{
       font-weight:normal;
}

.p_chunk{
    margin-bottom:15px;
}

.callout{
    background:#fff url('/images/h1_bg.gif') repeat-x;
    line-height:1.45em;
    color:#333;
    padding:0px 5px 5px 5px;
    margin:0px 0px 5px 0px;
    
}

.callout p{
    margin:0px;
}

.callout .small{
    font-size:.8em;
    font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.thumb {
    border:1px solid #999;
    padding:3px;
    float:right;
    margin-left:5px;
    margin-top:5px;
}

.clear{
    clear:both;
}

