body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #eeeeee;
	margin: 0px;
	line-height:150%;
	color: #333333;
}

/*--------*/
/* layout */
/*--------*/
div#page_container{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	width: 900px;
}
#inner {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;

}
div#mainheader {
	background-image: url(../images/DAP-forum-banner2.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 840px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #eeb756;
	color: #FFFFFF;
}
div#mainheader_spacer{
	background-color: #ffffff;
	height: 3px;
	width: 775px;
}
div#printhead {
	display: none;
}

div#topbar {
	text-align: right;
	height: 20px;
	width: 840px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	color:#666666;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
}
#topbar input {
	border: 1pt solid #333333;
}

#topbar .btn {
	background-color:#E19317; /*#CB1519;*/
	color: #ffffff;
	font-weight:bold;
	cursor: pointer;
}

div#topbar2 {
	background-image: url(../images/topbar2.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	height: 14px;
	width: 840px;
}

div#navigation {
	/*background-color: #E0E0DE;*/
	width: 175px;
	float: left;
	/*border: 1px solid #C7C7C5;*/
}

div#content {
	background-color: #ffffff;
	width: 600px;
	float: left;
	padding: 5px;
}
#lhs_content {
	width:385px;
	float:left;
	padding-right: 5px;
}
#rhs_content {
	float:left;
	width: 200px;
}
.img_lhs_content{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 202px;
	margin-top: 5px; /* to align with top of paragraph */
	font-style: italic;
	color: #333333;
	font-size: smaller;
	text-align:center;
	/*border: 1px solid #CCCCCC;*/
}

/*============*/
/* navigation */
/*============*/
#navigation ul, #navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	text-decoration: none;
	display: block;
	width: 136px;
	padding: 5px 15px 5px 6px;
	background-color: #ffffff;
	color: #004394;
	border-bottom: solid #cccccc 1px;
	border-left:solid #eeeeee thin;
}
#navigation li a:hover {
	background-color: #ffffff;
	color:#cc0000;
}

#navigation li.selected a, #navigation li.highlight a {
	background-color: #E19317; /*#cccc00;*/
	color:#000000;
}
#navigation li.selected a {
	background-image: url(../images/menu-select.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navigation li.highlight ul.submenu li.selected a {
	background-image: url(../images/menu-select.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navigation li.selected ul.submenu li a, #navigation li.highlight ul.submenu li a {
	background-image: none;
	background-color: #CAD1F6; /*#deded0;*/
	color: #333333;
}
#navigation li.selected a:hover, #navigation li.highlight a:hover {
	background-color: #F3C377; /*#CCCC99;*/
	color:#cc0000;
}
#navigation li.selected ul.submenu li a:hover, #navigation li.highlight ul.submenu li a:hover {
	/*background-color: #CAD1F6; #deded0;*/
	color:#cc0000;
}
#navigation li ul.submenu ul.subsubmenu a {
	background-color: #E4E4E4; /*#d0cdc3;*/
	color: #000000;
	font-size: 90%;
}

#navigation li.highlight ul.submenu li.selected ul.subsubmenu a {
	background-image: none;
}

/* formatting */
/* --------- */
h1 {
	font-family: 'TrebuchetMS-Bold', 'Trebuchet MS', 'sans-serif';
	color: #E19317; /*#CB1519;*/
	font-size: 135%;
}
h2 {
	font-family: 'TrebuchetMS-Bold', 'Trebuchet MS', 'sans-serif';
	color: #000099;
	font-size: 120%;
	line-height:150%;
}
h3 {
	color: #003399;
	margin: 0px;
}
p {
	margin: 5px 0px;
}
a{
	color: #000099;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
acronym{
    border: none;
}
hr{
	color: #003399;
	height: 1px;
}
th {
	background: #4a4a4a;
	color: #FFFFFF;
}
.tablelist {
	border-collapse: collapse;
	border: 1px solid #999999;
	empty-cells: show
}
.tablelist th{
	border: 1px solid #999999;
}
.tablelist td{
	border: 1px solid #999999;
}
.lighbgcolour{
	background: #DDDDDD;/*#EBF3FF;*/
}
form {
	margin: 0px;
	padding: 0px;
}
.button_small, .button_med, .button_large{
	font-style: italic; 
	color: #333333; 
	background-repeat: no-repeat; 
	text-align: center; 
	vertical-align: middle; 
	height: 25px; 
	background-position: center center; 
	border: none; 
	margin: 0px;
	padding-right: 4px; 
	padding-left: 2px; 
	padding-top: 0px; 
	padding-bottom: 2px
}
.button_link_small, .button_link_med, .button_link_large{
	font-style: italic;
	color: #333333;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	background-position: center center;
	border: none;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
	margin: 0px;
}
.button_link_small a:visited{
	color: #333333;
	text-decoration:none;
}

.button_small, .button_link_small { 
	background-image: url(../images/btn_small.gif); 
	width: 75px;
}
.button_med, .button_link_med { 
	background-image: url(../images/btn_med.gif); 
	width: 100px;
}
.button_large, .button_link_large { 
	background-image: url(../images/btn_large.gif); 
	width: 125px;
}
.rhsImage {
	text-align: center;
	padding-bottom: 5px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
#permissions li {
	list-style-image: url(../images/cornerbull.gif);
}
/* ---------------------------------------------------- */

/* ----------*/
/* Copyright */
/* --------- */
div#copyright_container{
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	padding-top: 3px;
}

div#copyright{
	float:left;
	width: 840px;
	padding-top: 3px;
	border-top: 5px solid #eeb756;
	font-size: 90%;
	line-height:120%;
	color: #666666;
	text-align: right;
}

div#copyright a {
	color:#000099;
	text-decoration:none;
}
div#copyright a:hover {
	text-decoration:underline;
}
div#copyright p {
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------- */

