﻿#header
{ 
  border:1px solid #FF6103;
  margin-bottom:2px;
  margin-top:2px;
  height:30px;
  color:black;
  background-color:#FF6103;
  padding:10px;
 
  
}

#sidebar
{ 
 float:left;
 width:160px;
 border-left:1px solid #FF6103;
 border-right:1px solid #FF6103;
 border-top:1px solid #FF6103;
 border-bottom:1px solid #FF6103;
 padding-bottom:4px;
 font-family:Verdana;
 font-size:13px;
 background-color:#FF6103;
}

#sidebar ul
{
list-style:none;
margin:0px;
padding:0px;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#sidebar li a
{
text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#000000;
}
#sidebar.notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#sidebar li a:link, #sidebar li a:visited {
	color: #2E37FE;;
	display: block;
	background-color:#FF6103;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	}

#sidebar li a:hover {
	color: #FF6103;
	background: skyblue;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
        border-bottom-color:#B4CDCD;
	}


#sidebar2
{ 
 float:right;
 width:160px;
 border-right:1px solid white;
 border-bottom:none;
 padding-bottom:4px;
 font-family:Verdana;
 font-size:12px;
 background-color:#000000;
}


#sidebar2 ul
{
   list-style-type:none;line-height:30px;
   
}



#body
{
  margin-left:165px;
  margin-right:165px;
  border:none;
  border-top-width:0px;
  padding:5px;
  font-size:12px;
  font-family:Tahoma;
  text-align:justify;
}

#footer

{

  clear:both;
  color:blue;
  background-color:#FF6103;
  text-align:center;
  font-family:Arial;
  font-size:11px;
  padding:2px;
  border-bottom:1px solid white;

}
h1 {font-family:Arial, Helvetica;
font-size: 19.2px;color:black;}

h2 {font-family: Arial, Helvetica;
font-size: 16.8px;color:#FF7D40;}

h3 {font-family:Arial, Helvetica;
font-size: 13.2px;}

h4 {font-family: Arial, Helvetica;
font-size:10.8px;}

a:link {color:#000000;} 
a:visited {color:#2E37FE;} 
a:hover {color:#B4CDCD;text-decoration:bold;} 
a:active {color:#2E37FE;text-decoration:underline;}

a.two:link {color:#FF6103;}
a.two:visited {color:#FFA500;}
a.two:hover {color:#FFFFFF;}
a.two:active {color:#B4CDCD;}




hr {

  height:1px;
  width:50%;
  background:#00008B;
  margin-left:0px;
   }


.tagcloud {
  font-weight: bolder;
  line-height: 1.4em;
}
.tagcloud li {
  display: inline;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.tagcloud li a {
  padding: 0 0.2em 0 0.2em;
  text-decoration: none;
}





