/*[Main]*/
/* Layout */
body 
{
    font-family: arial;
    font-size: 10pt;
    background-color: #5c87b2;
    margin: 0px;
    padding: 0px;
}
	#bodyPane
	{
		width: 930px;
		margin: 10px auto;
		background-color: #ffffff;
                padding: 4px;
	}
		#logoPane
		{
			margin: 5px 5px 5px 0px; 
			width: 0px;
			float: left;
                        display: none;
		}
		#headerPane
		{
			width:100%;
		}
		#menuPane
		{
			margin: 0px auto;
			clear: both;
                        background-color: #f0f0f0;
		}
		#contentPane
		{
			margin: 10px 0px 10px 0px;
			min-height: 425px;
		}
			#leftPane
			{
				width: 200px;
			}
				#leftPane .pane
				{
					width:100%;
         			}
			#centerPane
			{
				margin-left: 10px;
				margin-right: 10px;
				width: 710px;
			}
				#centerPane .pane
				{
					width:100%;
				}
			#rightPane
			{
				width: 200px;
				display:none;
			}
				#rightPane pane
				{
					width:100%;
					background-color:blue;
				}
		#footerPane
		{
			background: #ffffff;
			padding: 2px 10px 4px 10px;
			color: silver;
			margin: 10px 0 0px 0;
			min-height: 15px;
			text-align: center;
		}
			#footerPane a,
			#footerPane a:link
			{
				color: White;
				font-weight: bold;
			}
		
/*[Links]*/
.links
{
    width: 100%;
}
	.link, .link a
	{
		color:Green;
		margin-left:5px;
	}

.clearDivs
{
	clear:both;
	line-height: 0;
}
.label
{
	display: inline-block;
	width: 10em;
	vertical-align: middle; 
}

/* Slider */
#sliderContent
{
	position:relative;
}	
	#slider
	{
		border: solid 3px gray;
	}
	#slider ul, 
	#slider li 
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li
	{
		/* set width and height images */ 
		width:580px;
		height:360px;
		overflow:hidden; 
	}	
	/*
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:580px;
	}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	*/	
	/* numeric controls */	
	/*
	ol#controls {
		margin:1em 0;
		padding:0;
		height:28px;	
	}
	ol#controls li {
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
	}
	ol#controls li a
	{
		background-position: #CCFFFF;
		float: left;
		height: 28px;
		line-height: 28px;
		border: 1px solid #0066CC;
		background: #CCFFFF;
		color: #555;
		padding: 0 10px;
		text-decoration: none;
	}
	ol#controls li.current a
	{
		background-position: #336699;
		background: #336699;
		color: #fff;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; }
*/
.redBox
{
    border: solid 3px red;
}
    .redBox .content 
    {
        margin:3px;
    }
.blueBox
{
    border: solid 3px #0000ff;
}
    .blueBox .content 
    {
        margin:10px;
    }










