body {
	background-image: url(/siteware/images/woodtex.jpg);
	background-repeat: repeat-x;
	background-position: 0px 27px;
    width: 750px;
    margin-top: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* setting width on body doesn't work in IE */
#my-body { 
    width: 775px;
}

a:link { 
	text-decoration: none;
	font-weight: normal;
	color: #CC0000 
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

a:visited:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold; 
	background-color: #FFFFFF;
}


.high1 { 
	color: #666666;
}

.high2 {
	color: #999999;
}

/* Top banner area */
#top-banner { 
    width: 650px;
    margin-left: 25px;
}

#top-banner img { 
    border: 0px;
}


#main {
	padding: 5px;
    width: 775px;
    float: right;
}


/* content area */
h1 {
	color: #CC0000; 
	font-size: 12pt;
    margin-top: 0px;
    margin-left: 60px;
}

#content { 
    width: 465px;
    float: right;
    margin-right: 20px;
}

#content h2 {
	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
    margin-bottom: 0px;
}

#content h3 {
    font-size: 11pt;
    margin-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content h4 {
    font-size: 10pt;
	font-weight: bold;
    margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;
    padding-top: 0px;
}

#content h5 {
    font-size: 10pt;
}

div.content-item { 
    clear: both;
    margin-bottom: 25px;
}

div.content-item img {
	margin-right: 6px;
	margin-left: 9px;
    margin-top: 5px;
	float: left;
	border: 1px solid black;
}

div.content-item h2 {
	margin-bottom: 0px;
    margin-top: 2px;
    margin-left: 10px;
}

div.content-item p {
    margin-top: 0px;
    padding-top: 0px;
	margin-bottom: 0px;
}

li {
	list-style-type: square;
    padding-bottom: 7px;
}

p {
	line-height: 14pt;
    font-weight: normal;
    margin-top: 2px;
}

pre { 
	font-family: "Andale Mono", "Courier New", Courier, mono;
    font-size: smaller;
    font-weight: normal;
}
tt {
	font-family: "Andale Mono", "Courier New", Courier, mono;
	font-size: 13px;
	color: #999999	
}

/* navigation */
#navigation {
    width: 165px;
	color: #666666;
	font-size: 8pt;
	line-height: 15pt;
    padding-top: 8px;
    margin-left: 60px;

}

#navigation h2 {  
	font-size: 8pt;
    color: #000000;
	margin-bottom: 2px;
    margin-top: 20px;
	padding-bottom: 0px;
}

#navigation div { 
    margin-bottom: 10px;
}

#navigation input { 
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

div.cccp-item { 
    clear: both;
    padding-bottom: 9px;
    margin-bottom: 10px;

}

blockquote { 
    font-style: italic;
}
