html,body
{
    margin:0;
    padding:0;
}

body
{
    font: 86% arial,sans-serif;
    min-width: 770px;
    line-height: 1.3em;
}

#left_column
{
    width: 157px;
}

#right_column
{
    width: 75px;
}

#center_column
{
}

table
{
    margin: 100px 0px 0px 0px;
    .margin-top: 120px; /* IE 6 & 7 hack */
    table-layout: fixed;
}

table tr
{
    vertical-align: top;
}

#logo
{
    float:left;
    margin: 15px 15px 0px 0px;
    padding:0px;
}

#content h1
{
    margin:0px;
	color:#0354c2;
	font-weight: bold;
	font-size: 2.3em;
	font-family: helvetica, geneva, arial, sans-serif;
    line-height: 1.0em;
}

#content h2
{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.5em;
	font-family: helvetica, geneva, arial, sans-serif;
    line-height: 1.2em;
}

#content h3
{
	color:#000000;
	font-weight: bold;
	font-size: 1.4em;
	font-family: helvetica, geneva, arial, sans-serif;
    line-height: 1.2em;
}

#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

#content table
{
    margin: 0px 0px 0px 0px;
    table-layout: fixed;
}

.fname
{
    /* font-family: courier new, courier; */
    font-size: 1em;
    /* color: blue; */
    font-weight: bold;
}

.srccode
{
    font-family: courier new, courier;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
    width:98%;
    overflow-x: auto;
    background-color: #f4f4f4;
    line-height: 1.1em;
    font-size: 1.0em;
}

.hilite_yellow
    {
    background-color: #FF0000;
    }


#content
{
    margin-left: 20px;
}

#contentheaderwrap
{
    display:table; 
    /* height:87px; */
    height:112px;
    #position:relative;
    overflow:hidden;
}

#contentheadertitlewrap
{
    #position:absolute;
    #top:50%;
    display:table-cell;
    vertical-align:middle;
}

#contentheadertitle
{
    #position:relative;
    #top:-50%;
}

#adsense1
{
    margin-left:25px;
    margin-top:10px;
}

#adsense2
{
    margin-top: 45px;
    margin-bottom:0px;
}


#navigation
{
}

#navigation ul hr 
{
    color: #000000;
    height:1px;
    border:none;
    border-bottom:solid 1px #000;
    clear: both;
    background:none;
    width:150px;
    margin-left:-21px;
}

#navigation ul 
{
    text-align:left;    
	list-style-type:none;
    margin-top:0px;
    margin-left:30px;
    padding:0px;
}

#navigation li 
{
    font: symbol;
    font-weight:bold;
    font-size:12px;
    margin:0px 0px;
    padding:0px;
    padding-left: 0px;
}

#navigation ul ul li
{
    padding-top: 5px;
}

#navigation #current
{
    list-style-type:disc;
}

#navigation li a 
{
    color:#000000;
    text-decoration:none;
}


#navigation li a:hover 
{
    color:#000000 ;
    text-decoration: underline;
}

div#footer
{
    margin-top:2em;
    text-align:center;
    font-size:11px;
    color:#606060;
}



#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
	text-align: left;
	width:97%;				/* <-- use this to tie width to viewport size */
	background-color: #000000;
	}
 	
#boxcontent
	{
	padding:0em 1em 1.5em 0em;
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../../../shared/nw.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../../../shared/ne.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../../../shared/sw.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../../../shared/se.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../../../shared/north.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../../../shared/south.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../../../shared/east.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: white;                 /* <-- this becomes the box background color */
	background-image:url(../../../shared/west.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
