body{
padding:0px;
margin:0px;
background: #342D7E;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

#container{
width:960px;
margin:auto;
border:1px solid white;
background: black;
}

#header{
width:100%;


}

#logoImage{
float:left;
height:200px;


}

#logo{
border:none;
}

#headerCnt{
float:left;
}

#contentArea{
clear:both;

}

#leftSidebar{
width:20%;
float:left;
background: #6c2418;/*coffee bean color*/
color:white;
height:710px;

}

#midContent{
width:60%;
float:left;
background: #EEEEEE;
color:#6c2418;/*coffee bean color*/
height:710px;
}

#midContent p{
padding-right:10px;
}

#midContent img{
float:left;
margin:10px 20px 20px 10px;
border:solid 1px black;
}



#rightContent{

width:20%;
float:left;
background:#6c2418;/*coffee bean color*/
color:#ffde00;
height:710px;
}

#footer{
clear:both;
margin-left:20%;
margin-right:20%;
text-align:center;


}




#leftSidebar a{
text-decoration:none;
color:#B0B0B0;
font-weight:bold;
}

#leftSidebar ul{
list-style-type:none;
}

#leftSidebar a:hover{
color:#e16eac/*pink*/;
text-decoration:underline;
}

#selected a{
color:white;
}

#rightContent a{
font-weight:bold;
}

#rightContent a:link    {color:#ffde00;}
#rightContent a:visited {color:#b57119;}
#rightContent a:hover   {color:green;}



h3, p{
padding:0px 0px 0px 10px;
}

.siteName{
font-family: "Segoe Script", Arial, Helvetica, sans-serif;
color:#B3CD41;
font-weight:bold;
}

.siteName2{
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

.highlight{
border: 3px solid #808080;
/*background:red;*/
margin:20px;
padding:10px 30px;

}


.source{
margin:20px;
background:#EEEEEE;
border: 3px solid #808080;
padding:5px;

}


table, th, td
{
border: 1px solid black;
}

table {
margin-left:auto;
margin-right:auto;
margin-bottom:10px;

}

.btext{
font-weight:bold;
}

.indentText{
	font-size:11pt;
	margin:10px 10px 10px 10px;
}
p.indentText{
margin:2px;
}

.clearLeft{
clear:left;
}