body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align:left;
	font:0.7em/1.3em Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color:#939ABE;
	background-position: center top;
}

h1{
	font-size:1.8em;
	color:#000000;
}

h2{
	font-size:1.5em;
}

h3{
	font-size:1.2em;
}

a, a:link{color: #000; text-decoration:none;}
a:active, a:visited { color: #000; text-decoration:none; }
a:hover { text-decoration:none; }

#wrapper{
	position: absolute;
	margin: 0;
	margin-top: 50px;
	width:850px;
	padding:20px;
	height: 100%;
	left: 50px;
	background-image:url(wrapperbg.png);
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
	border-top-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#7483AE;
	}
	
#header{
	width:800px;
	text-align:center;
	padding:0;
	background:#7483AE;
	}
	
#header h3 a, #header h3 a:link, #header h3 a:active, #header h3 a:visited 
{
    display: block;
    height:80px;
    font-size:1.2em;
	line-height:5em;
    color:#000;
   	text-decoration:none; }
	
#header h3 a:hover { 
    color:#000;
    }

#sidebar
{
	/*width:80px;*/
    width:160px;
	float:left;
	vertical-align:top;
	display:inline;
	/*margin-bottom:10px;*/
    margin-top:20px;
	margin-right:0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:12px;
	
}

#sidebar ul
{
    padding:0;
    margin-left: 0px;
}

#sidebar ul li
{
    
    list-style-type: none;
  
}

#sidebar li a
{
    color:#000; 
	text-decoration:none; 
	/*border-bottom:1px dotted #314263;*/
	width: 10em;	
	text-decoration: none; 
	display: block; 
	padding: 0.3em 1em; 
	margin-bottom: 0.8em; 	
	border: 1px solid #939ABE;}

#sidebar li a:link{color: #fff;}
#sidebar li a:visited{color: #fff;}
#sidebar li a:hover{background: #939ABE;}


#sidebar li a:visited 
{
    color: #fff;
    text-decoration:none;
}

#sidebar li a:hover 
{ 
	color:#000000;
}

#content
{
    width:450px;
	float:right;
	vertical-align:top;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding-top: 10px;
	padding-right: 130px;
	padding-bottom: 10px;
	padding-left: 40px;	

}

#content a:link{
	text-decoration: underline;
}

#content a:visited{
	text-decoration: underline;
}

#footer {
	background:#eee;
	padding:20px;
	clear:both;
}


.clearer
{
    clear:both;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */

cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}