body
{
background-color: #222222;
background-image: 
url('bar.png');
background-repeat: repeat-y;
font-family: Gill Sans, Gill Sans MT, Arial, sans-serif;
font-size: 11pt;
}

p
{
color: #BFd5FF;
}


.italic
{
font-style: italic;
}

ul
{
list-style-type: disc; color: yellow;
}


.dottedhr
{
	color: #BBBBBB;
	text-align: center;
	height: 1px;
	width: 96%;
	border: #999999 1px dotted;
}

#contentarea
{
position: relative; left: 2.0em;
background-color: #333333;
padding: 1.0em;
width: 43.0em;
border: 1px solid #227600;
}

.metadata
{
font-size: 9pt;
font-style: ital;
color: #EEEEEE;
}

#navarea
{
position: absolute; top: 3.0em; left: 50.0em;
width: 16.0em;
border: 3px double #666666;
background-color: #333333;
}

#sidebar
{
position: absolute; top: 23.0em; left: 50.0em;
width: 16.0em;
border: 3px double #666666;
background-color: #362732;
}

#sidebar p
{
font-size: 10pt;
}


#sidebar .navol
{
color:#38A700;
font-size: 10pt;
list-style: none;
line-height: 1.5em;
}


#content
{
position: absolute; left: 10px; top: 10px; 
padding: 10px;
}


.birnietitle
{ 
color: #FFFFFF;
font-size: 18pt;
letter-spacing: 0.2em;
}

.white
{
color: white;
}

.gray
{
color: #888888;
font-size: 14pt;
margin-left: 1.0em;
}

.gray_small
{
color: #AAAAAA;
font-size: 10pt;
letter-spacing: 0;
margin-left: 2.5em;
font-family: Courier;
}

.tiny
{
font-size: 9pt;
}

.orange
{
color: #A72600;
}

.navol
{
color:#38A700;
font-size: 12pt;
list-style: none;
line-height: 1.5em;
}

a, a:visited
{
text-decoration: none;
color: #38A700;
}

a:hover
{
text-decoration: underline;
color: #003AA7;
}

.ital
{
font-style: italic;
}

.quietlink a, .quietlink a:visited, .quietlink a:hover
{
text-decoration: none;
color: #333333;
}

.sectionhead
{
color: #80ACFF;
font-size: 13pt;
}
.contact
{
color: #ABFF8D;
}


th
{
background-color: #BFd5FF;
font-weight: normal;
font-style: italic;
}

td
{
background-color: #186500;;
color:#AAAAAA;
}

.total
{
background-color: #A72600;
color: #090909;
font-weight: bolder;
text-align: center;
}

.bolder
{
font-weight: bolder;
}

p ital
{
font-style: italic;
}

p bolder
{
font-weight: bolder;
}


.indent
{
margin-left: 2px;
}

h3, h4
{
color: #EEEEEE;
font-weight: lighter;
font-family: Gill Sans, Gill Sans MT, Arial, sans-serif;
}

img
{
padding: 5px;
}


.climobase
{
background-color: #333333;
color: #FFFFFF;
}

/*Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	color: white;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

input
{
color: #AAAAAA;
background: #555555;
border: 1px solid #999900;
}

textarea
{
color: #AAAAAA;
background: #555555;
border: 1px solid #999900;
}

.submit
{
color: #999900;
background: #555555;
border: 2px outset #AAAAAA;
} 