body {
	margin: 5px 5px;
	padding: 0;
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
}

a {text-decoration: underline; padding: 1px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #30c; text-decoration: none; }

.clear {
	clear: both; 
	font-size: 1px; 
	line-height: 1px;
}

.messages {
	color: red ;
}

#pagecontainer {
	width: 98%;
}


#pagetasks 
{
	background-color: #eeeeee;
	color: #333333;
	text-align: left ;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0;
}


#header {
	position: relative;
	background-color: #036;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}


#logincontrol 
{
	padding-left: 10px; 
	float: right; 
	width: 60px
}


#mainmenu {
	position: relative;
	background-color: #da8b32;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

#mainmenu ul {
	padding: 0px;
	float: left; 
	margin:  0px 0px 0px 12px; 
	list-style-type: none;
}

#mainmenu li {
	padding: 0px; 
	display: inline; 
	float: left;
	margin: 0px 10px;
}

#mainmenu a {
	display: block; 
	font-weight: bold; 
	float: left; 
	color: #fff; 
	text-decoration: none ;
	padding: 9px 2px ;
}

#mainmenu a:hover {
	padding-bottom: 6px; 
	color: #fff; 
	background-color: #da8b32; 
	border-bottom: #036 3px solid
}

#footer {
	clear: both; 
	padding: 10px;
	height: 55px;
	background: #e2e2e2 repeat-x left bottom; 
	color: #666666; 
	text-align: right
}

#header h1 {
	position: absolute;
	left: 37px;
	color: #da8b32;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

#header h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	color: #fff;
	font-size: 11px;
}

#leftcolumn {
	position: absolute;
	left:10px;
	width:200px;
	padding: 4px;
	}
	
#centercolumn {
	margin-left: 210px;
	margin-right:280px;
	padding: 6px;
		}
	
#content #centercolumn {
	margin-left: 210px;
	margin-right:280px;
	}
	
#rightcolumn 
{
	float: right ;
	width:270px;
	padding: 4px;
	}


#rsslink 
{
	border: thin outset; 
	padding: 0.02cm; 
	font-size: 1em; 
	background: orange; 
	color: white; 
	font-family: verdana; 
	text-decoration: none;
	margin-bottom:5px;
}


blockquote {
	border-left: 1px solid Gray;
	padding-left: 10px;
	font-size: 9pt; 
	color: Gray; 
	font-family: Lucida Console; 
}


#content {
	clear: both; 
	padding: 10px; 
	color: #5b5b5b;
	text-align: left;
}

#centercolumn h3 {
	font-weight: bold; font-size: 1.4em; margin: 0px; color: #da8b32
}

#centercolumn h5 a, #centercolumn h5 a:link, #centercolumn h5 a:visited {
	font-size: 2.0em; margin: 0px; color: #da8b32; text-decoration: none;
}

#centercolumn h5 a:hover { font-size: 2.0em; margin: 0px; color: #da8b32; text-decoration: underline; }

ul { padding: 0px; margin: 0px 0px 4px; list-style-type: none }

li { margin: 4px 0px; }


.treeview ul
{
    list-style-type: square;
    padding: 1.6em;
    margin: 0;
    font-size: 1.1em;
}

.treeview li { padding: 2px 0; }

.treeview ul li ul
{
    list-style-type: none;
    list-style-image: url(images/dash.png);
    list-style-position: inside;
    margin: 0 0 0 -1.6em;
    padding: 0 0 0 0.6em;
}

.treeview ul li ul li
{
    margin-bottom: inherit;
    padding-left: 1.6em;
}
