/* I borrowed CSS code from bluerobot.com and glish.com. */
/* My own two-column CSS code wasn't working v well.     */
/* ------------------------------------------------------*/


/* 
 * The "frame" defines the entire page that all content 
 * resides within.
 */
#frame {
    width:720px;
    margin-left:0;
    margin-top:5px;
    padding:10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-align:left;
}

#banner {
    margin-left:55px;
}

#centrecontent {
    position:absolute;
    margin-top:0px;
    margin-left:210px;
    text-align:left;
    width: 340px;
    padding-left:1px;
    padding-right:5px;
    top:145px;
    float:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 340px;
    border-right:1px solid #ff0000;
}


#rightcontent {
	position:absolute;
        text-align:left;
        float:left;
	width:160px;
	top:135px;
	left:10px;
        margin-left:560px;
	border:none;
	background-color:#fff;
	padding:5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}

#rightcontentmsie7 {
	position:absolute;
        text-align:left;
        float:left;
	width:160px;
	top:140px;
	left:20px;
        margin-left:560px;
	border:none;
	background-color:#fff;
	padding:5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}

#rightcontentmoz {
	position:absolute;
        text-align:left;
        float:left;
	width:160px;
	top:140px;
	left:20px;
        margin-left:560px;
	border:none;
	background-color:#fff;
	padding:5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}

#fullcentrecontent {
    position:absolute;
    margin-top:5px;
    text-align:left;
    width: 500px;
    padding-left:1px;
    padding-right:5px;
    float:left;
    top:145px;
    margin-left:210px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 500px;
    border-right:none;
}

/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


}
body,p,h1,h2,h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}		

p,h1,h2,h3,pre,pl {
    margin:0px 10px 10px 0px;
}

body,p {
    font-size:11px;
}
		
h1 {
    font-size:16px;
    font-weight: bold;
    border-bottom:none;
    color: #7badc5;
}
h2 {
    font-size:14px;
    font-weight: bold;
}
h3 {
    font-size:10px;
    font-weight: bold;
}

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}	

.xml-rss {font: bold 10px Verdana, sans-serif; padding: 0 1em; border: 1px solid; height: 15px;
  text-decoration: none; background: #F60; color: #FFF; border-color: #FFC8A4 #7D3302 #3F1A01 #FF9A57;}

.xml-menu {font: bold 10px Verdana, sans-serif; text-align:center; padding: 0 1em; align: center; width: 120px; height: 15px; border: 1px solid;
  text-decoration: none; background: #66C; color: #FFF; border-color: #339966 #7D3302 #3F1A01 #FF9A57;}


#rmenu li {
	border-bottom: 1px solid #ececec;
        /*border-left:1px solid black;
        border-right:1px solid black; */
        padding-left: 5px;
        padding-right: 0px; 
        margin-left: 0px;
	list-style: none;
        width: 150px;
}
#rmenu a {
	display: block;
	text-decoration: none;
	color: #3300CC;
	padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 2px;
	width: 158px;
	/* background: #fff; */
        font-family: Georgia,Serif; 
        font-style: normal; 
        font-variant: normal; 
        font-weight: normal; 
        line-height: normal; 
        font-size-adjust: none; 
        font-stretch: normal;
}
#rmenu a:hover {
	color: #fff;
	background: #C3D3E2;
}
#rmenu ul a#current {
	color: #fff;
	/* background: #870CBB; */
        background: #7badc5;      
}
