body         {
              background-color: #ffffff;
              margin: 10px;
              padding: 0px;
	      text-align: center;
             }

a:link       {
              color: #013369;
              text-decoration: underline;
             }

a:visited    {
              color:#666;
              text-decoration:underline;
             }

a:active     {
              color: #ff00ff;
              text-decoration: none;
             }

a:hover      {
              color: #80a0c0;
              text-decoration: none;
              border-top: dotted 1pt;
              border-bottom: dotted 1pt;
             }

h2           {
              margin: 0px;
	      border-bottom-width: 1px;
	      border-bottom-style: solid;
	      margin-bottom: 1px;
             }

h3           {
              margin: 0px;
             }

#inbox       {
              margin: 5px auto;
              padding: 0px;

             }

#wrapper     {
	      position: relative;
	      margin: 0 auto;
	      padding: 0;
	      width: 740px;
	      text-align: left;
             }


#navigation  {
              width: 740px;
              padding: 0px 0px 5px 0px;
              margin: 0px;
              top: auto;
              font-size: 20px;
              color: #013369;
             }

#top_images  {
              width: 740px;
             }

#top_menu    {
              width: 740px;
             }


#information {
	      position: relative;
	      margin:5% auto;
	      padding: 0;
	      width: 738px;
              height: 200px;
              background-color: #ffffff;
	      border-top: solid 1px;
	      border-right: solid 1px #000000;
	      border-bottom: solid 1px #000000;
	      border-left: solid 1px #000000;
              font-size: 13px;
              color: #000000;
             }


#info_common {
	      position: relative;
	      margin:5% auto;
	      padding: 0px;
	      width: 738px;
              background-color: #ffffff;
	      border-top: solid 1px;
	      border-right: solid 1px #000000;
	      border-bottom: solid 1px #000000;
	      border-left: solid 1px #000000;
              font-size: 13px;
              color: #000000;
             }

#news_title
             {
              width: 50%;
              padding-top: 15px;
              padding-left: 15px;
              position: absolute;
             }

#c_menu      {
              padding: 15px;
             }

#c_main      {
              padding: 15px;
             }

#side_menu   {
              width: 39%;
              float: right;
              padding: 15px 15px 10px 15px;
	      border-left: dotted 1px #000000;
              left: 450px;
              position: absolute;
              top: 40px;
             }

#bottom      {
	      position: relative;
	      margin:5% auto;
	      padding: 0px;
              font-size: 13px;
              color: #000000;
             }

#copyrights  {
              width: 50%;
              text-decoration: underline;
             }

#top_link    {
              width: 100%;
              float: right;
              position: relative;
              top: -16px; 
              text-align: right;
             }

#top_link_t  {
              width: 100%;
              float: right;
              position: absolute;
              top: 4px; 
              text-align: right;
             }

.short       {
              font-size:12px;
             }


.main        {
              padding-top: 20px;
             }

.class       {
              clear: both;
             }
  
.clear hr    {
              display: none;
             }

.underline   {
              text-decoration: underline;
             }

