
/* ======================================== FOR ALL PAGES ======================================== */


body{
	background:#667;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0px;
	margin:0px;
}

/* ======================================== FOR FRONT PAGE ONLY ======================================== */
    
#divRightSideBar
{               
	margin: 0px;
	padding: 5px;
	text-align:right;        
}

#divPicScroller
{
	overflow:hidden;
	height:451px;
	width:145px;
}

#divThisWeek
{
    overflow-y:scroll;
    height:270px;
    width:540px;
}


.divSideMenuItem
{
	text-align:left;
	padding-left:5px;
	background:#A28646;
}

#divSideNav
{
	background:#A28646;
	
}

.divSideMenuItem a
{
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;      
	color:black;	
	text-decoration:none;	
}

.divSideMenuItem a:hover
{
	color:yellow;
}


