﻿body{
margin:0;
padding:0;
line-height: 1.4em;
background:#eaeaea;
font-family:Verdana;
font-size:0.99em;
}
hr
{
	background:#7f7a77;
	height:0.2em;
	margin-top:2px;
}

b{font-size: 110%;
	font-weight:bold;}
em{color: #7f7a77;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:solid 3px #ffffff;
}

#topsection{
/*background: #b0aba7;*/
background:#ffd0ae;
height: 221px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
color:#FFFFFF;
}
#topsectionupper
{
	margin:0;
	background: #b0aba7;
	padding-top:1px;
	color:#020202;
	width:100%;
	height:20px;
	text-align:right;
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
}
#topsectionupper a
{
	color:#663300;
}
#topsectionlower
{
	width:100%;
	height:100px;
}
#topsectionlogo
{
	float:left;
	width:100px;
	height:100px;
}
#topsectionbanner
{
	float:right;
	width:730px;
	height:100px;
}
#topsectionbannerleft
{
	float:left;
	width:450px;
	height:100px;
}
#topsectionbannerright
{
	float:right;
	width:278px;
	height:100px;
}
#topsectionflash
{
	width:450px;
	float:right;
	height:100px;
	background:#020202;
}
#menusection{
background: #EBECEF;
height: 42px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
background:#ffffff;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background:#ffffff;
font-size:11px;
font-family:Verdana;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: silver;
padding-top:0px;
/*overflow:auto;*/
}

#footer{
clear: left;
width: 100%;
background: #7cadd5;
font-size:9px;
font-weight:bold;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modalPopup 
{
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	text-align:right;
}
.hand_cursor
{
	cursor:pointer;
	text-align:right;
}
.move_cursor
{
	cursor:move;
	text-align:right;
}
/* Rounded Corners*/

.roundedPanel
{	
	width:300px;	
	background-color:#ff2eff;	
	font-weight:bold;
	border:solid 2px #9f2345;		
}