body{
	padding:0px;
	margin:0px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12pt;*/
	background-color: black;/*#7A6B30;*/
	background-image:url('../images/change.png');
}

h1{
	text-align:center;
	font-size: 1.6em;
	margin-top: 30px;
}

.contentTitle{

	
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	
	margin:0px;
}


h2{
	font-size: 1.1em;
	margin:0px;
	padding:0px;
}

.contentSubTitle{

	
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	
	margin:0px;
}

.MyName{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

.boldanditalic{
	font-weight:bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.transcript{
	margin:10px 15px 25px 10px;
	font-size:1em;/*12px;*/
	}

div h3{
	padding-top:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
	
#container{
width:960px;
margin:auto;
border:1px solid white;
border-top:none;
border-bottom:none;
background: #6C2418;/*needs to be same color as left and right bars to give effect of full length columns for those areas*/
}

#header{
width:100%;

}


#logo{
	border:none;/*needs to be specified or else an outline appears around the image in some browsers*/
	float: left;
	position:relative;
	top:35px;
	left:35px;
}

.rightImage{
	float: right;
	position:relative;
	top:27px;
}

#headerCnt{
	height:175px;
	background: black;
	/*background-image:url('../images/dollar4.png');*/
	background-repeat:no-repeat;
	background-position: left center;
	background-image:url('../images/hdrBkgrnd.jpg');
}



#headerCnt h2{
margin:0px;
	padding:0px;
}

#contentArea{
clear:both;

}

#leftSidebar{
width:20%;
float:left;
background: #6c2418;/*coffee bean color*/
color:white;
height:710px;
background-image:url('../images/brown.png');
	background-repeat:no-repeat;
}

#midContent{
width:60%;
float:left;
background: white;
color:black;
min-height:710px;
background-image:url('../images/white.png');
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#midContent p{
padding-right:10px;
margin:0px 0px 10px;
}





#rightContent{

width:20%;
float:left;
background:#6c2418;/*coffee bean color*/
color:#ffde00;
height:710px;
background-image:url('../images/brown.png');
	background-repeat:no-repeat;
}

#footer{
clear:both;

text-align:center;
background:black;
padding:1px;
margin:0px;
height:100%;
background-image:url('../images/botBrnWht.png');
	background-repeat:no-repeat;

}




#leftSidebar a{
text-decoration:none;
color:#B0B0B0;/*default color of menu items in menu list*/
font-weight:bold;
}

#leftSidebar ul{
list-style-type:none;
margin: 0px 0px 0px 2em;/*by changing these you can control the positioning of the menu list items in the left sidebar*/
padding: 0;
}

#leftSidebar a:hover{
	color:#e16eac/*pink highlight color of menu items*/;
	text-decoration:underline;
	/*font-size: 1.2em;*/
}












/*when class .selected is applied on the <li> tag or in future <a> tag, this allows the selection to remain
the specified color indicated regardless of whether it is hovered over or not*/ 
#leftSidebar .selected a, #leftSidebar .selected li{
color:white;
}

#rightContent a{
font-weight:bold;
}

#rightContent ul{
list-style-image:url('../images/bulletDollar.png');
}
#rightContent a:link    {color:#ffde00;}
#rightContent a:visited {color:#b57119;}
#rightContent a:hover   {color:green;}



h2, h3, p{
padding:0px 0px 0px 10px;

}

.siteName{
	font-family: Arial, Helvetica, sans-serif;
	color:#4AA02C;/*#B02B2B;*/
	font-weight:bold;
}




table, th, td
{
border: 1px solid black;
border-collapse:collapse;
}

td, th
{
padding:4px;
text-align:center;
}

th{
font-family:Arial, Helvetica, sans-serif;
}

table {
margin-left:auto;
margin-right:auto;
margin-bottom:10px;

}

.btext{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.indentText{
	/*font-size:11pt;*/
	margin:0px 10px 0px 10px;
}


p.indentText{
margin:2px;
}
#container #contentArea #leftSidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
