﻿body {
    font-family: sans-serif;
    background: #cccccc;
    padding: 0;
    margin: 0;
}

html>body #content { border-top: #eee solid 4.1em; }

h1 { margin: 0; padding: 20px 0; }
h2 { font-size: medium; margin: 0; padding: 0 0 0 0; }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
p { line-height: 20px; }
acronym { cursor: help; border-bottom: dashed 1px; }
select {background: #f2f2f2; border: 1px gray dotted;}
input {background: #f2f2f2; border: 1px gray dotted;}
input:hover { background: white; }
input.button {    background: #ccc;    border: 1px gray solid;}
textarea {    border: 1px gray dotted;}
img {    border: 0;}
hr { border: 1px gray solid;  }


div.border {    border: #eee solid thick;    border-right: none;}

div#master {
    width:1024px;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}

#header {
	color: white;
    background-color: #921609;
}


#body_wrap {
	display:block;
	float:left;
	margin:0;
    padding: 0;
	width:100%;
    background-color:#ffffff;
    border-top: #eee solid 1em;
	font-size:small;
    color: #000000;
    text-align: justify;
    
}

#leftnav {
	margin:0 auto;
	padding:0 0 0 5px;
	display:block;
	background: #eaeaea;
    width:150px;
    float: left;
    color: #000000;
	text-align:left;
}

div.left_sideboxes {
    display:block;
	margin:0;
	padding:0;
	padding-left: 4px; 
	width:auto;
	background: #eee;
	border-right: solid thick #ddd;
    color: #777;
	text-align:left;
	}

#centercolumn {
    display:block;
	float:left;
	width:700px;
    margin: 0;
	padding: 0;
	background-color:#ffffff;
	text-align:left;
}

div.center_article {
    display:block;
    margin: 0;
	padding:0;
	padding-left:10px;
    width:100%;
	border-bottom: #eee solid 1px;
	text-align:left;
}

#rightnav {
	margin:0 auto;
	padding:0 0 0 5px;
	display:block;
	background: #eaeaea;
    width:150px;
    float: right;
    color: #000000;
	text-align:left;
}

div.right_sideboxes {
    display:block;
	margin:0;
	padding:0;
	padding-left: 4px; 
	width:auto;
	background: #eee;
	border-left: solid thick #ddd;
    color: #777;
	text-align:left;
	}


#bottommenu {
    display:block;
	float:left;
	width:100%;
	background-color: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
	}

#bottommenu a { color: #aaa }


#footer {
    display:block;
	clear:both;
	background-color: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

div.left_sideboxes a { font-size: 9px; }
div.left_sideboxes p { font-size: 9px; margin: 0; }
div.left_sideboxes img { display: block; margin: auto; }
.left_sideboxes h2 { background: white; font-size: 9px; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
.left_sideboxes h3 { background: white; font-size: 9px; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }

div.right_sideboxes a { font-size: 9px; }
div.right_sideboxes p { font-size: 9px; margin: 0; }
div.right_sideboxes img { display: block; margin: auto; }
.right_sideboxes h2 { background: white; font-size: 9px; padding:0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
.right_sideboxes h3 { background: white; font-size: 9px; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }




/***  side menu lists  ***/

ul {
	width:auto;
	margin:0;
	padding:0;
	list-style-position:inside; 
	font-size: 9px; 
	text-align: left;
}



ul li {
   display: block;
    padding: 5px 0px 5px 0px;
    font-size: 9px;
    color: #aaa;
    font-weight: normal;
    text-decoration: none;
}



/****  Top Menu li Needs Float left and width % ****/
/***  topmenu in a floated wrapper div to try & stop wrapping in oswd view-frame with ie  *****/



a:link { color: #921609; text-decoration: none; border-bottom: 1px dotted #333333;}
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

