body {
	background-color: #FFFFCC;
   }
#wrap {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	width: 950px;
	margin: 0 auto;
	padding:0px;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
	float: left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

ol#toc a {
	color: #738c16;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	background-color: #ebe5ab;
	background-image: url(tabs/tab.gif);
}

ol#toc a:hover {
    background-color: #cad959;
    background-position: 0 -120px;
    color:#fff;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #738c16;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs/tab.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.content {
	padding: 10px;
	background-color: #738c16;	
}
.innercontent {
	padding: 13px;
	background-color: #FFFFDF;
	margin:0px;
	position:relative;
}
.inside a {
	color:#a50808;
	text-decoration: none;
	font-weight: bold;
}
.inside a:hover {
    color:#f75a4a;
	text-decoration: underline;
}


h2 {
	font-size: 130%;
	color: #738c16;
	padding:0;
	margin:0;
}
#header {
	height:120px;
	text-align: right;	
}
#header img {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
}
#header h1 {
	padding-right: 30px;
	font-size: 110%;
	color: #738c16;
	font-style: italic;
	margin-top:3px;
}
.maincontent {
	width:610px;
	margin-top: 10px;
	/*float:left;*/
}
.maincontent p{
    margin-bottom:10px;
}
.maincontent img{
    margin-right:2px;
}
.sidebar {
	width:250px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #738c16;
	margin-top: 10px;
	padding-left:10px;
/*float:right;*/
}
.email {
font-size: 80%;
}
.sidebar dd {
margin-bottom: 10px;
margin-left:0px;
text-align:center;
}
.clear {
	clear: both;
	height: 10px;
}
#footer{
	font-size: 90%;
	color: #999999;
	clear: both;
	padding-top: 10px;
}
#footer a{
	color:#999999;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
    color:#f75a4a;
	text-decoration: underline;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 550px;
  width: 550px; 
}

form fieldset {
    border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0; 
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 180px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#000000;
	font-weight: bold; 
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* ######################################################################################################
** ### liquidcorners ####################################################################################
** ######################################################################################################
*/
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/box.gif'); /* CHANGE: path and name of your image */
	height: 27px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 27px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 27px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -27px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -27px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -27px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 9px solid #1d4c04; /* YCC: color & properties of the left-borderline */
	border-right: 9px solid #1d4c04;            /* YCC: background-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */

	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.gap-saver {
     height: 1px; 
     margin: 0 0 -1px 0;
     padding: 0 0 1px 0;
     font-size: 1px; /* to correct IE */
}

