/*
// 
// 2007-04-23  smf  Initial release
//
*/

body {
	position: relative;    
    font: 100% Arial, Helvetica, sans-serif;
	color: #666;
    /* needed for IE6, must be before margin */
    text-align: center;
    margin: 0px auto;
    width: 900px;
    background-color: #808080 
}

body > * { font-size: 80% }

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
    width: 900px;
    margin: 0px auto;
    background-color: #00611C;
}
#head {
	top: 0px;
    height: 115px;
    background: url(/images/header2.png) top center no-repeat;
}

#content { 
    background-color: #00611C;
    color: black;
    font-family: "Times New Roman";
    font-size: 10pt;
    line-height: 14pt;
    text-align: center;
}
#center{
    background-color: #00611C;
    color: white;
    height: 100%;
    text-align: justify;
    margin: 0px 180px;
}
#left, #right {
    background: #92847b url(/images/background.jpg) top center repeat-y; 
    width: 15%;
    font-size: 9pt;
    line-height: 13pt;
    border-left: 2px solid black;
    border-right: 2px solid black;
}
#left { float: left; }
#right { float: right; }

#footer { 
    text-align: center; 
    clear: both;
    background: #92847b url(/images/background.jpg) top center repeat-y; 
    border: 2px solid black;
    color: black;
    font-size: 8pt;
    line-height: 8pt;
    padding: 10px 0px;
}

.valid {
    border-width: 0;
    border: 0;
    /* must use margin over padding for IE6 */
    margin: 0 20px;
}

a {
    color: #EAC117;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    position: relative;
    font-weight: bold;
	text-decoration: underline;
}
a.nav:hover {
    display: block;
    background-color: #EAC117;
    text-decoration: none;
}
a.link { font-size: 14pt; }

a.link2 { font-size: 12pt; }

dd { margin-left: 18px; }

div.center { text-align: center; }

h1, h2, h3, h4, h5 { color: #fff; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; color: #EAC117; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; } 
h5 { font-size: 10pt; font-style: italic; }

hr { 
    border: none; 
    height: 1px; 
    background-color: #ccc; 
    color: #fff; 
    width: 100%; 
}

img { border: 0 solid; }

form { margin:0px; }

table.markup { border: 1px solid #ccc; }

div.layout { line-height: 100px; }
tr.layout { text-align: center; }
td.markup1 { border-bottom: 1px solid #000; }

P { padding: 0; margin: 10px; }
p.endspacing { padding-bottom: 6%; }

li { color: #EAC117; }

.whitetext { color: white; }

.title { 
    font-size: 12pt; 
    color: #000; 
}
.tformat {
    background-color: #fff; 
    border: 2px solid black;
    border-top: none;
    border-bottom: none;
    padding-top: 2px;
    padding-bottom: 2px;
    font: 100% Arial, Helvetica, sans-serif;
}
.lformat {
    background-color: #fff; 
    padding-top: 2px;
    padding-bottom: 2px;
}
.format { 
    text-align: center;
    margin: 0px auto;
    width: 896px;
    background-color: #fff; 
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.format2 { 
    text-align: center;
    margin: 0px auto;
    width: 500px;
    background-color: #fff; 
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 1px 1px;
}
.left { 
    width: 16%; 
    font-weight: bold;
    color: #fff;
    background-color:#00611C; 
    padding: 15px 0px;
}
.left2 {
    font-size: 11pt; 
    color: #000;
    text-align: center; 
    margin: 0px auto;
}
.right { 
    background: #92847b url(/images/background.jpg) top center repeat-y; 
    padding: 0px 20px; 
}
.book { 
    color: #000; 
    font-size: 8pt; 
    text-align: justify; 
    line-height: 9pt; 
}
a.book { color: #00611C; }

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

/*div.sourceblocktext > div { font-size: 125%; } */

