
* {
margin: 0;
padding: 0;
border: 0px none;
}

body {
	background: #fffaf2 url('/images/Background.jpg') no-repeat top center fixed;
	background-color: #fffaf2; 
}

div#outer	{
	background: #ffffff none no-repeat center top;
	top: 102px;
	height: 630px;
	width: 748px;
	border:1px solid black;
	margin: 0 auto; 
	z-index: 2;
	position: relative;
	}


div#globalnav	{
 	left: 0px;
	top: 0px;
	height: 630px;
	width: 170px;
	position: absolute; 
	z-index: 3;
	background: url('/images/Menu.jpg') repeat-y;
	text-align:left;
	}


#globalnav
{
   width:170px;
}

#globalnav a
{
   display: block;
   width: 170px;
   height: 30px;
   text-decoration: none;
   color: #000000;
   font-family: Arial, Verdana, sans-serif;
   font-size: 12px;
   line-height: 30px;
   background: transparent url(../images/MenuItem.gif) no-repeat;
}

#globalnav a:hover
{
   text-decoration: none;
   color: #ffffff;
   background-position: -170px 0;   // Make images side by side, shift to the left for the pressed
}


div#mainnews
{
   left: 15px;
   top: 310px;
   width: 130px;
   height: 270px;
   clip: rect(0px 130px 270px 0px);
   text-align: left;
   font: 9px Verdana;
   background-color: #dbc4c2;   
   position: absolute; 
   overflow:hidden;
   z-index: 3;
}

div#mainnews a
{
	font: bold 9px Verdana;
	color: #09a4b4;
	text-decoration: underline;
}

div#content
{
	text-align: left;
	font: 12px Verdana;
	left: 170px; 
	top: 0px;
	height: 630px;
	width: 576px;
	position: absolute; 
	z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
}


div#content p
{margin-bottom: 12px;}

div#content ul li
{margin:5px 5px 5px 5px}

div#content table tr.r0
{ background-color: #FFFFFF; }

div#content table tr.r1
{ background-color: #D7D7D7; }

a:link
{
	font: bold 12px Verdana;
	color: #09a4b4;
	text-decoration: none;
}

a:visited
{
	font: bold 12px Verdana;
	color: #8e996f;
	text-decoration: none;
}

a:hover
{
	font: bold 12px Verdana;
	color: #09a4b4;
	text-decoration: underline;
}

a#s11:link
{
	font: bold 11px Verdana;
	color: #09a4b4;
	text-decoration: none;
}

a#s11:visited
{
	font: bold 11px Verdana;
	color: #8e996f;
	text-decoration: none;
}

a#s11:hover
{
	font: bold 11px Verdana;
	color: #09a4b4;
	text-decoration: underline;
}


.widecolumn .entry p.smalltext
{ 
   font: 10px Verdana, Geneva, sans-serif; 
}


.smalltext
{ font: 10px Verdana, Geneva, sans-serif; }

