html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, table, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
  margin: 5px;
  background: #8096C8;
  cursor: default;
}

/*Main Section*/
#main {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background: #fff;
}

#left {
  width: 160px;
  background:#9CABDE URL("mp_grad.gif") right repeat-y;
  border-left: 1px solid #000;
}

#right {
  width: 160px;
  background: #9CABDE URL("mp_grad2.gif") left repeat-y;
  border-right: 1px solid #000;
}

#right h1 {
  display: block;
  font-size: 13px;
  font-family: Tahoma;
  color: #fff;
  text-align: center;
  width: 162px;
  border: 0px solid #9CAFE9;
  border-top: 0px;
  background: #3D68AF;
  font-weight: bold;
}

#left h1 {
  display: block;
  font-size: 13px;
  font-family: Tahoma;
  color: #fff;
  text-align: center;
  width: 162px;
  border: 0px solid #9CAFE9;
  border-top: 0px;
  border-bottom: 0px;
  background: #3D68AF;
  font-weight: bold;
}

#leftmenu .hr {
  height: 3px;
  background: #7C8BCC;
  border-right: 1px solid #7C8BCC;
  font: 2px Arial;
}

#leftmenu a {
  display: block;
  width: 145px;
  color: #fff;
  font-family: Tahoma;
  font-size: 12px;
  border: 1px solid #7C8BCC;
  border-top: 0px;
  text-decoration: none;
  background: #767FC5 URL("bgrlink.gif") repeat-y;
  background-position: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
}
#leftmenu a:hover {
  background: #849CD5 URL("bgrlink.gif") repeat-y;
  background-position: right;
  color: #ff0;
  cursor: hand;
}

.rightblock {
  background: #849CD5;
  font-family: Tahoma;
  font-size: 11px;
  color: #fff;
  padding: 5px;
  width: 150px;
  border: 1px solid #7C8BCC;
  border-top: 0px;
}

a.blockhref {
  display: block;
  background: #849CD5;
  font-family: Tahoma;
  font-size: 11px;
  color: #fff;
  padding: 5px;
  width: 150px;
  border: 1px solid #7C8BCC;
  border-top: 0px;
  text-decoration: none;  
}

a.blockhref:hover {
  background: #94aCe5;
  color: #ff0;
}

#pageheader {
  background: #A3B0DC URL("bgr7.gif") repeat-x;
  font-family: Tahoma;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  font-weight: normal;
}

/*Footer*/
#footer {
  width: 100%;
}
#footernav {
  border: 1px solid #9CAFE9;
  border-right: 1px solid #000;  
  border-left: 1px solid #000;
  background: #68749C;
  color: #EBEDF3;
  font-size: 11px;
  font-family: Tahoma;
  height: 21px;
  text-align: center;
}

#footernav a {
  color: #EBEDF3;
}

#footernav a:visited {
  color: #cBcDe3;
  text-decoration: none;
}

#footernav a:hover {
  color: #fff;
}

#footercopy {
  background: #9EB5E6 URL("bgr1.gif") repeat-x;
  font-family: Tahoma;
  font-size: 13px;
  color: #fff;
  text-align:Center;
  margin: 5px;;
  height: 32px;
}

#ender {
  background: #8398BF URL("bgr2.gif") repeat-x;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #EBEDF3;
  font-size: 10px;
  font-family: Tahoma;
  height: 16px;
  padding-left: 5px;
}

#rightrb {
  background: #8398BF URL("bgr2.gif") repeat-x;
  height: 16px;
  color: #EBEDF3;
  font-size: 10px;
  font-family: Tahoma;
  width: 16px;
  border: 0px;
}

#leftrb {
  background: #8398BF URL("bgr2.gif") repeat-x;
  height: 16px;
  color: #EBEDF3;
  font-size: 10px;
  font-family: Tahoma;
  width: 16px;
  border: 0px;
}

#tdcontent {
  background: #fff;
}

#content {
  border: 0px solid #fff;
  border-top: 0px;
  border-bottom: 0px;
}

#content h3 {
  font-weight: bold;
  font-size: 15px;
  font-family: Arial;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 1px;
  border-bottom: 1px solid #D1D5E6;
  border-top: 1px solid #E7EDFF;
  background: #F0F4FF URL("h3_grad.gif") repeat-x;
  color: #000;
  clear: left;
}

#content p {
  font-family: Verdana;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;	
  padding-top: 5px;	
  text-align: justify;
}

#content b {
  color: #900;
}

#highlight {
  color: #000;
}

#highlight b {
  color: #E58074;
}

#highlight h3 {
  border-bottom: 1px solid #d0d8ef;
  border-top: 1px solid #d0d8ef;
}

.rss {
  float: right;
  cursor: pointer;
}

#content p a {
  text-decoration: none;
  color: #0000ff;
}
#content p a:hover {
  text-decoration: underline;
  color: #ff0000;
}

#content li a {
  text-decoration: none;
  color: #0000ff;
}
#content li a:hover {
  text-decoration: underline;
  color: #ff0000;
}

#content td a {
  text-decoration: none;
  color: #0000ff;
}
#content td a:hover {
  text-decoration: underline;
  color: #ff0000;
}

#content ul {
  margin-left: 35px;
  margin-right: 10px;
  font: 13px Verdana;
  padding-bottom: 15px;	
}

#content ol {
  margin-left: 42px;
  margin-right: 10px;
  font: 13px Verdana;
  padding-bottom: 15px;	
}

#content li {
  padding-bottom: 5px;
}

#footercopy a {
  color: #fff;
  text-decoration: none;
}
#footercopy a:hover {
  color: #ff0;
  text-decoration: none;
}

div.button_panel
{
  background: #A2B4DA URL("panel_grad.gif") repeat-y;
  background-position: right;
  padding: 1px;
  border-bottom: 1px solid #88A4CC;
  border-top: 1px solid #587EB8;
  text-align: center;
}
div.button_panel input
{
  background: #7892C7 URL("btn_grad.gif") repeat-x;
  color: #fff;
  padding: 5px;
  margin: 1px;
  cursor: pointer;
  font: 11px Tahoma !important;
  border: 1px solid #607FBC !important;
}
div.button_panel input:hover
{
  color: #fff;
  padding: 5px;
  margin: 1px;
  cursor: hand;
  border: 1px solid #fff !important;
}

#content label
{
  display: block;
  font: 13px Tahoma;
  margin-top: 3px;
  padding-left: 15px;
}

#content label:hover input
{
  border: 1px solid #ccd;
}

#content label input
{
  font: 12px Verdana;
  border: 1px solid #039;
  margin-right: 5px;
  padding: 2px;
}

.formtable
{
  width: 100%;
}

.formtable td
{
  padding: 3px;
  font: 13px Verdana;
  text-align: right;
}

.formtable label
{
  margin: 0px;
  text-align: left;
  padding-left: 0px !important;
}

.formtable small
{
  display: block;
}

#content div.error
{
  font: 13px Verdana;
  color: #fff;
  background: #930;
  padding: 5px;
  padding-left: 20px;
  border-top: 1px solid #fff;
  display: none;
}

#content div.success
{
  font: 13px Verdana;
  color: #000;
  background: #cfc;
  padding: 5px;
  padding-left: 20px;
  border-top: 1px solid #efe;
  display: none;
}

.formtable td.td1
{
  background: #e9f0ff;
  border-bottom: 1px solid #e5eaf9;
  border-top: 1px solid #eff5ff;
  text-align: left;
  padding-left: 15px;
}

.formtable td.td2
{
  background: #f0f5ff;
  border-bottom: 1px solid #e5eaf9;
  border-top: 1px solid #eff5ff;
  text-align: left;
  padding-left: 15px;
}

.formtable td.th1
{
  background: #4466aa;
  width: 30%;
  color: #fff;
  border-bottom: 1px solid #4c6eb3;
  border-top: 1px solid #4062a8;
  padding-right: 10px;
}

.formtable td.th2
{
  background: #4c6eb3;
  width: 30%;
  color: #fff;
  border-bottom: 1px solid #4c6eb3;
  border-top: 1px solid #4062a8;
  padding-right: 10px;
}

.note b
{
  display: block;
}
.note
{
  background: #FFFAF0;
  font: 11px Tahoma;
  padding: 5px;
  border-bottom: 1px solid #BFBBB4;
}

.smile_panel
{
  text-align: center;
  margin: 1px;
  font: 11px Tahoma;
}