
body {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}



a {
	color: #EF4D29; 
	text-decoration:none;
}

a.current {
	color:#999999;
}

a:hover {
	color: #FF9933; text-decoration: underline;
}

input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	width: 1002px;
	height: 124px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.0em;
	margin: 0.0cm 0px 0.0cm 0px; /* used for spacing */

}

#mainlinkbar {
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	padding-left: 180px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 5px;
}

#mainlinkbar a {
	text-decoration: none;
}

#mainlinkbar a:hover {
	text-decoration: underline;
}

#main {
	width: 100%;
}

#content {
	width: 600px;
	top: 130px;
	position: absolute;
	left: 177px;
	
	margin: 0px 0px 0px 0px;
	
	text-align: justify;
	font-size: 1.0em;
}

#content h1 {
	font-size: 1.5em;
	
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 0px;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	color:#FF0000;

	
}

#content h2 {
  border-bottom: 1px rgb(153,153,153) dotted;

  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 3px;
    margin-top: 0px;
}


#content>p {
   	line-height: 20px;
}


#content copyright {
	color:#999999;
}



#leftsidebar {
	
	width: 162px;
	position: absolute;
	left: 0px;
	top: 127px;

	
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF584C;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

#leftsidebar a, .thisPage {
  color: #ee4b26;
  border: #FFFFFF 1px solid;
  
  border-bottom: #000000 1px solid;

  background-color: transparent; 
  text-decoration: none;
  text-align: right;
 
  margin: 0.3px;
  padding: 0.35em 0.45em 0.45em 0.0em;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 0mm;
  border-top: 1px solid rgb(153,153,153);
  
  border-bottom: 1px solid rgb(153,153,153);
}

#leftsidebar a:hover {
  
  color: white;
  background-color: #ee4b26;
 
  border: #000000 1px solid;

  text-decoration: none;
}

#leftsidebar .topmost {
	padding: 5px;
	font-size: 1.3em;
	display: block;
	text-decoration: none;
}

#leftsidebar input {
	border: 1px solid #ccc;
	width: 135px;
	background-color: #fff;
	margin-left: 5px;
}

#leftsidebar hr {
	width: 135px;
	height: 1px;
}

#leftsidebar span.normal {
	font-size: 0.85em;
	color: #FFFFFF;
	margin-left: 5px;
	width: 140px;
	text-align: justify;
}

#leftsidebar span.small {
	font-weight: bold; 
	font-size: 0.8em;
	margin-left: 5px;
	padding-left: 0px;
}



#rightsidebar {
	width: 179px;
	height: 92px;
	position: absolute;
	left: 814px;
	top: 132px;
	text-align: left;
	color: #ffffff;
	z-index: 3;
	letter-spacing: -0.035em;
	
	
	
}

#rightsidebar .box {
	width: 179px;
	padding: 0px;
	margin-top: 10px;
	text-align: justify;
}

#rightsidebar .title {
	font-weight: bold;
	padding: 0px;
	border: 1px solid #777;
	border-bottom: 1px dashed #777;
	padding: 3px;
	text-align: left;
}

#rightsidebar .boxbody {
	font-size: 8pt;
	text-align: left;
	padding: 3px;
	border: 1px solid #777;
	border-top: none;
}


