


html{
height:100%;
margin:0px;
padding:0px
}


body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: # 3e3e3e;
    background: white;
	height:100%;
	margin:0px;
	padding:0px

}

/*strong { color:#ae631a}*/

a img, img {
    border: none;
}

ul {
    list-style: disc;
    margin: 0 0 10px 1em;
}
li {
    list-style: disc;
    padding-left: 5px ;
    margin-bottom: 3px;
}



h1 { font-size: 180%; text-align:center; color: #3e3e3e}
h2 { font-size: 160%; text-align:center ;color:#3e3e3e }
h3 { font-size: 140%; text-align:center;color:#3e3e3e  }
h4 { font-size: 120%; letter-spacing: .15em; text-align:center  }

a, a:link { 
    text-decoration: none;
    color: #ae631a;
    /*border-bottom: 1px dotted #ae631a; */
}
a:visited { color: #ae631a; /*border-color: #ae631a; */}
a:hover { color: #3a65b8; /*border-color: #3a65b8; */text-decoration: underline; }
a:active { color: #3a65b8; /*border-color: #3a65b8 */}


a img, img {
    border: none;}

#content {
    text-align: justify;
    width: 100%;
    padding: 5px;
}

/* Sidebar 
------------------------------------------------------------------------- */


	

#sidebar {
/*  margin: 0 30px 0 481px;*/
    color: #3a65b8;
	font-weight:bold
    text-align:left
    font-size: 100%;
	margin: 5px;
    padding: 5px;
/*    line-height: 1.4em;
/*    background: url(images/sidebar_bg.gif) no-repeat 0 0; */
}
	
#sidebar  p {
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	}
	
#sidebar  div {
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	background-color:#EDF1FA;
	border:solid 1px #406DC0;

	}
	
/*#sidebar h2 {
    padding: 0px 0 0 0px;
    color: #3a65b8;
/*    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;*/
/*    height: 20px !important; /* for most browsers */
/*    height :57px; /* for IE5/Win*/
/*	font-weight:bold}*/

/*#sidebar ul, #sidebar p {
	text-align:left
    padding: 5px 15px 1em;
    margin-left: -17px;
	margin-top: - 10px;
	font-weight: bold}*/

/*#sidebar ul { margin-bottom: 1em;font-weight:bold }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; font-weight:bold}
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; font-weight:bold}
/*#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }*/
