body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #3A407A;
	
}
a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: auto; /*Center container on page*/
	margin-top: 30px;
	border: 2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#topsection{
	background: #ffffff;
	height: 275px; /*Height of top section*/
	vertical-align: middle;
	
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background-color: #FFFFFF;
	font:  90% Trebuchet MS, Lucida Grande, Arial, sans-serif, color: #000000;
	height: auto;
	;
	}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
font:  Trebuchet MS, Lucida Grande, Arial, sans-serif,color: #000000;
}

#footer{
clear: left;
width: 100%;
background: #922042;
color: #000000;
text-align: center;
padding: 2px 0;
font: normal 70% Trebuchet MS, Lucida Grande, Arial, sans-serif;
}

#footer a{
	color: #000000;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
	background-color: #FFFFFF;
}
.innertube1{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
	background-color: #C8FF9F;
	padding: 15px;
	padding-top: 0px;
}
.innertube2{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
	background-color: #FFFFFF;

}

.toggleborder:hover img{
border: 0px solid black;
}

.toggleborder:hover{
color: black; /* Dummy definition to overcome IE bug */
}
img {
	border-color: white;
}



#ddblueblockmenu{
	border: 0px solid black;
	border-bottom-width: 0;
	width: 185px;
	background-image: url(Krasif%20banner.jpg);
	background-repeat: no-repeat;
		
	
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 80% Trebuchet MS, Lucida Grande, Arial, sans-serif;
	text-align: right;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: ;
border-bottom: 0px solid #90bade;
border-left: 7px solid #3A407A;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: ;
border-left-color: white;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 0px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #922042;
	font:  100% Trebuchet MS, Lucida Grande, Arial, sans-serif;
	text-align: center;
}
.shiftcontainer{

left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 187px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid lightgreen;
padding: 3px 0;
position: relative;
left: -8px; /*shadow depth*/
top: -8px; /*shadow depth*/

}
