/***  Modified using existing CSS template ***/

* {
	margin: 0;
	padding: 0;
}

.mainExpand {
  cursor:hand;
  cursor:pointer;
   font: bold .9em verdana, arial, helvetica, sans-serif;
	padding: 2px 0;
}

body {
	margin: 20px 0;
	background: url(images/background-image.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #101010;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 95%;
}

a:link {
	color: #ED2024;
}

a:hover {
	text-decoration: none;
	color: #ED2024;  
}

#header {
    	margin-left: auto;
    	margin-right: auto;
	width: 800px;
	height: 250px;
	margin: 0 auto;
	padding-top: 20px;
}

#header img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#page {
	width: 800px;
	margin: auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 520px;
	padding: 20px 20px 5px 10px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#content h2 {
	padding: 5px 0;
	font-weight: bold;
	font-size: 125%;
	color: #3b3b3b;
}

#content_other {
	float: left;
	width: 700px;
	padding: 20px 20px 5px 10px;
}

#content_other ol, #content ul {
	margin-left: 3em;
}

#content_other h2 {
	padding: 5px 0;
	font-weight: bold;
	font-size: 125%;
	color: #3b3b3b;
}

#content_other img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#sidebar {
	float: left;
	width: 230px;
	padding: 20px 0 5px 20px;
	font-size: 85%;
	font-weight: normal;
}

#sidebar h2 {
	padding: 6px 10px;
	font-weight: bold;
	font-size: 145%;
	background: #3B3B3B url(images/background10.gif) no-repeat;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 10px 0 5px 0;
	padding: 0 10px 0 10px;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}


#menu {
	float: right;
        padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;   
}

#menu a {
	display: block;
	float: right;
	height: 65px;
        width: 125px;
        text-align: center;
	padding: 40px 0px 0 0px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial;
	color: #006800;
}

#content_download {

	float: left;

	width: 800px;

	padding: 10px 10px 5px 5px;

}

#content_download img{

	display: block;

	margin-left: auto;

	margin-right: auto;

	border: 0;

	padding-left:275px;

}

#menu a:hover {
	background: url(images/menu-hover.png) no-repeat;
	background-position: center center;
	color: #ffffff;
}

input.download 
{
   font-size:20px;
   color:#FFFFFF;
   width:150px;
   height:50px;
   background-color: transparent;
   background-image:url(images/button.gif);
   background-repeat: no-repeat;
   border-style: none;
   cursor: pointer;
}

input.download:hover {
   font-size:20px;
   color:#FFFFFF;
   width:150px;
   height:50px;
   background-image:url(images/button-hover.gif);
   border-style:none;

}

#pad br
{
	margin: 50px auto;
}

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer img {
       display: block;
       float: left;
       width: auto;
       height: 40px;
       border: 0;
       padding: 0px 20px 0px 0px;
}

#footer p {
        margin-top: 10px;
	line-height: normal;
	font-size: 72%;
}

#legal {
	float: left;
}

#links {        
	float: right;
}

.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)*/
background: transparent;

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

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(/flatchat/images/closed.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
color: #101080;
}


.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;
color: #101080;
}
