﻿body 
{
	margin:0px;
	font: 0.8em arial;
	background-color:#cccccc;

}
a
{
	color:#73880A;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}
/* structure */
#pagewidth{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:780px;
	z-index:1;
}

#header{
	width:780px;
	height:80px;
	position:relative;
	background:url(../../images/bg-header.jpg);
	z-index:2000;
}


#header
{
	background:#fff url(images/Logo.jpg) top left repeat-x;
	margin:0px;
	height:100px;
	width:780px;
	margin-right:auto;
	margin-left:auto;
	
}
#headerseparator
{
	background:#fff url(images/GreenBanner.jpg) top left repeat-x;
	height:27px;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:8px 10px 0 10px;
	vertical-align:middle;
}

#headerseparator a
{
	color:White;
	font-size:15px;
	font-weight:bold;
}

#mainwrapper
{
	background:#fff url(images/bg-outline.jpg) top left repeat-x;
	margin:0px;
}
#main
{
	color: #666666;
	margin-left:100px;
	margin-right:100px;
	padding:0;
}


#body-head{
	width:780px;
	height:10px;
	position:relative;
	background:url(../../images/bg-outline.jpg);
	z-index:2000;
}

#body-middle{
	width:760px;
	position:relative;
	background:url(images/bg-outline.jpg);
	padding:0 10px 0 10px;
}

#body-footer{
	width:780px;
	height:10px;
	position:relative;
	background:url(../../images/bg-lower-bottom.gif);
	z-index:2000;
}

th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}


img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
.codeblock 
{
	color: #73880A; 
	font: 100% "Courier New", Courier, monospace; 
	padding:20px;
	margin:20px;
	border-left:1px solid #666666; 
}
form { margin: 0px; padding: 0px; }
input, select 
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    
    }
textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
}


#footer {
	text-align:center;
	font-size:.7em;
	color:#888;
	padding-top:1em;
	bottom:0;
	border-top:1px solid whitesmoke;
	margin-top:20px;
}

.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.headlinks
{
	color:White;
	font-weight:bold;
	font-size:small;
}

.headerTitle
{
 font-weight:bold;
 font-size:20px;	
}
