body{
font: arial;
background: #000;
margin:0;
padding:0 0 50px 0;
}
#upperleftlogo {
	position: absolute;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 19px;
	background-image: url(../images/logo.gif);
	z-index: 2;

}


html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
em{color: red;}
#maincontainer{
background: #ebebeb url(../images/bg.jpg) repeat-y 50%;
width: 700px; /*Width of main container*/
margin: 50px auto; /*Center container on page*/
}
#topsection{
height: 10px;
background: #0000FF;
border-bottom: 1px solid white;
}
#contentwrapper{
float: left;
width: 100%;
border-bottom: 1px solid white;
}

#contentcolumn{margin-left:160px;font:11px arial;color:black;}

#leftcolumn{
float:left; 
width:160px; 
margin-left: -700px; 
font-size:13px; 
}

.innertube{margin:10px 10px 0px 10px}
h1{color:#000;font-size:15px;}
h3 a{color:#000;font-size:13px;}

.left{float:left}

#footer{
color:#FFF;
font: 10px arial;
clear: left;
width: 100%;
padding: 3px 0px;
text-align: right;
background: #000;
border-top: 10px solid #0000FF;
}

#footer a{
color:#FFF;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 160px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin:  0 ;
padding: 0;
}

.markermenu ul li a{
background: #0000FF url(../images/arrow-list.gif) no-repeat 2px center;
font: 12px arial;
font-weight: bold;
color: #FFFFFF;
display: block;
width: auto;
padding: 5px 0;
padding-left: 24px;
text-decoration: none;
border-bottom: 1px solid #FFF;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 140px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFFFFF;
}

.markermenu ul li a:hover{
color: #FFFFFF;
background: #000099 url(../images/arrow-list.gif) no-repeat 2px center;
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


#kw {
color:#000;
font-size:14px;
font-weight:normal;
}

.kwd {
color:#000;
font-size: 14px;
font-weight: bold;
}

