*
{
 margin: 0;
 padding: 0;
}

html
{
 background: url(../img/page_bg.jpg) no-repeat;
 color: #000;
 font: normal 11px helvetica, verdana, arial, geneva, sans-serif;
 padding-left: 0px;
 padding-top: 20px;
}

h1
{
 font-size: 24px;
 text-decoration: none;
 text-indent: 3px;
 letter-spacing: 2px;
 padding: 30px 0px 20px 20px;
}

h2
{
 font: normal 18px Times, serif;
 text-decoration: none;
 letter-spacing: 1px;
 padding: 15px 0px 10px 20px;
}

h3
{
 font-size: 13px;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: 1px;
 padding: 15px 0px 0px 20px;
}

p
{
 color: #555;
 text-decoration: none;
 padding: 8px 20px 4px 20px;
}

td
{ 
 color: #555555;
 font-size: 11px;
 text-decoration: none;
 vertical-align: top;
 padding: 4px 10px 2px 20px;
}

.content a
{
  color: #000;
  background:url(../img/link.gif) no-repeat 0px 5px;
  padding-left: 10px;

 	font-style: normal;
 	font-weight: normal;
 	text-decoration: none
}

a:hover
{
 font-style: normal;
 font-weight: normal;
 text-decoration: underline
}

/* -----------------------------------------------------------------------------
// Navigation
// ---------------------------------------------------------------------------*/

.Menu
{
 background-image: url(../img/nav_bg.jpg);
 position: absolute;
 border: 1px solid #ffffff; 
 top: 100px; 
 left:115px; 
 height:220px; 
 width:150px;
}

.mainMenu
{
 text-align: left;
 position: absolute;
 left: 15px;
 visibility: visible
}

.subMenu
{
 text-align: left;
 position: absolute;
 padding: 0px 4px 0px 8px;
 left: 20px;
 width:140px;
 line-height:12px;
 visibility: hidden
}

.mainMenu a
{
 font-size: 12px;
 color: black;
 font-weight:bold;
 text-decoration:none;
}

.mainMenu a:hover
{
 font-size:12px;
 color: #444444;
 font-weight:bold;
 text-decoration:none;
 padding-left: 2px;
}

.subMenu a
{
 font-size:11px;
 color: #111111;
 font-weight: normal;
 text-decoration:none;
}

.subMenu a:hover
{
 color: #550000;
 text-decoration: underline;
}

/* -----------------------------------------------------------------------------
// Content
// ---------------------------------------------------------------------------*/

.title
{
	position: absolute;
	border: 1px solid #eeeeee;
	left: 330px;
	top: 100px;
	height: 30px;
	width: 540px;
	text-indent:23px;

/* position: absolute;
 left: 330px;
 top: 100px;
 height: 30px;
 width: 530px;
 text-indent:23px; */
}

.title td
{
 font-size: 18px;
 color: white;
 vertical-align: middle;
 padding: 0px 0px 0px 0px;
}

.content_frame
{
 position: absolute;
 border: 1px solid #eee;
 background: #fff;
 left: 330px;
 top: 130px;
 height: 400px;
 width: 540px;
 overflow: auto;
}

/*.content
{
 width: 100%;
}
*/

.news
{
 position: absolute;
 border: 1px solid #eeeeee;
 background: #ffffff;
 left: 115px;
 top: 580px;
 height: 80px;
 width: 755px;
 overflow: hidden;
}
