/* CSS Document */

#navcontainer {background: url(images/orangeBtn_bg.gif) repeat-x;
border-bottom:1px solid #000099;}
#wrapper {border: 1px solid blue;}
td#brand {position: relative;}

#navlist
{
margin:0px;
padding:0px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#readingMan2{position: absolute;
            top: 15px; left: 30px;
			width: 90px;}

#navlist a:link, #navlist a:visited
{
display:block;
float: left;
color: #000099;
background: url(images/orangeBtn_bg.gif) repeat-x;
padding: 6px 10px 6px 10px;
border-left:4px solid #000099;
font-weight:normal;
text-decoration: none;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: orange;
color: #000;
background: url(images/orangeBtnOver_bg.gif) repeat-x;
border-left:4px solid #ff7e00;

}

#navlist a:hover { color: #000; }

/*^^^^^^^^^^^^^^^^^^This section makes the rounded box^^^^^^^^^^^^^^^^^^*/
div#latestMembersBox {
	width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 735px;
	top: 535px;
}

div#membersBox {
    width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 80px;
	top: 231px;}
div#latestTags {width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 80px;
	top: 313px;}
div#mostSubscribedToFeeds {width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 80px;
	top: 475px;}
	
div#mostSubscribedToBlogs{width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 80px;
	top: 649px;}
	
div#manageMyPage{width: 220px;
	margin-left: 20px;
	position: absolute;
	left: 80px;
	top: 473px;}

/*^^^^^^^^^^^^^^^^^^The section below is common to all rounded boxes^^^^^^^^^^*/
.boxBody 
     { width: 220px;
	   background: url(images/experimental/body1pxStroke.gif) no-repeat bottom left;
	   margin-top: -12px;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:small;
	  }
	  
.boxBody a:link {text-decoration: none;}
.boxBody a:visited{color:#333333;
                   text-decoration:none;}
				   
.boxBody a:hover{background-color: #003366;
                 color: #ffffff;}
.boxBody a:active{}

.boxBody ul {padding-top: 10px;
             padding-bottom: 10px;
			 margin-left: -20px;}
	  
.boxBody ul li {padding-top: 2px;
                list-style:none;
	        }
.boxBody ol {padding-top: 10px;
             padding-bottom: 10px;
			 margin-left: -10px;
			 }
			
.boxBody ol li {padding-top: 2px;}
			
			
.boxBody p {font-size:small;
            padding: 5px 5px 6px 5px;
			margin: 12px 0 0 0;}
		   
h3.boxHeader {margin: 0px 0px 0px 0px;
         padding: 6px 8px 4px 10px;
		 font-size:90%;
		 color: #ffffff;
		 border-bottom: 2px solid #003399;
		 font-family:Georgia, "Times New Roman", Times, serif;
		 font-weight:normal;
		 background:url(images/experimental/header1pxStroke.gif) no-repeat top;}
			
/*^^^^^^^^^^^^^^^^^^The section above makes the rounded box^^^^^^^^^^^^^*/	
	

