/* --------------------------------------------------------
   Professional Accounting and Tax Service - Janice Carroll
   -------------------------------------------------------- */

/*Body declaration*/
body {
background: Black;
font:normal 62.5% 'Lucida Grande',Verdana,sans-serif;
text-align:center;
}

/* Wireframing - use border:1px to place borders around all div elements 
during development, but be aware that you'll need to change sidebar width
to 306px to allow for the border widths */

/*div {
margin:0;
padding:0; 
border: 1px solid white;
}
*/
/*Rules for Headings*/

h1 {
display: none; 
font-size: 150%;
}
h2 {
/*display: none;*/ 
font-size: 140%;
}
h3 {
display: none;  
font-size: 120%;
}

/* ---------------
   Layout elements
   --------------- */
	 
/*Rules for Headings*/ 
	 
#container {
width: 825px;
margin:0px auto 20px auto;
background: Black;
/*border: 1px solid white;*/
} 
	 
/* The main column and descendants */ 
	 
#mainCol {
float:right;
width:565px;
font-size: 2em;
line-height: 150%;
color: black;
background: white;
}

#mainCol h2 {
text-align: left;
margin-top: 15px;
margin-left: 30px;
}	

#mainCol p {
text-indent: 20px;
margin-left: 20px;
margin-right: 20px;
margin-top: 15px;
margin-bottom: 15px;
}	 

#mainCol ul li {
list-style-type: disc;
text-align: left;
margin-right: 15px;
}
	 
/* The left column and descendants */

#sideBar {
float: right;
width: 256px;
background: black;
color: white;
font-size: 1.75em;
line-height: 150%;
text-align: left;	 
}

#sideBar ul {  
list-style-type: none;
}

#sideBar ul a:link, ul a:visited, ul a:hover, ul a:active {
text-decoration: none;
}

#sideBar ul a:link {  
color: white;
}

#sideBar ul a:visited {  
color: white;
}

#sideBar ul a:hover {  
color: #990033;
}

#sideBar ul a:active {  
color: #333;
}
	 
/* The footer and descendants */

#footer {
clear:both;
line-height:150%;
background: Black;
}

#footer p {
font-size: 1.2em;
color: white;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

/* ---------------------
   Other common elements 
   --------------------- */
	 
/* Turn off borders on image links */
img {
border:0;
}	 
	 
	 
	 
	 
	 
	 
	 
