@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	margin-top: 10px;
}
#container  {
	width: 915px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container_bkg.gif);
}

#header  {
	background-color: #DDDDDD;
	background-image: url(images/thetaxschool_banner.JPG);
	height: 113px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #mainContent  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-top: 0px;
	left: inherit;
	top: 250px;
	float: left;
	width: 420px;
}
#sidebar {
	float: left;
	width: 150px;
	clear: none;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#sidebar table {
	background-position: center center;
	background-image: url(images/search_bar.gif);
	padding: 10px;
}

#sidebar ul {
	padding-top: 60px;
}

#sidebar li {
	text-align: left;
	text-indent: .5px;
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: middle;
}
#sidebar li a:hover {
	background-image: url(images/rednavarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


#sidebar2 * {
	margin:0; padding:0;
	}
#sidebar2 {
	float: right;
	height: auto;
	width: 258px;
}
#container #sidebar img {
	margin: 0px;
	padding: 0px;
}

#sidebar2 ul {
	float: right;
}

#sidebar2 li {
	width: 258px;
	list-style-image: none;
	list-style-type: none;
	float: right;
	height: 43px;
	display: block;
}
#sidebar2 li a {
	width:258px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	height: 43px;
	line-height: 115%;
	display: block;
	background-repeat: no-repeat;
	float: right;
	background-image: url(images/coursebar.gif);
	font-size: 0.75em;
	text-align: center;
	vertical-align: bottom;
	padding-top: 7px;
	margin: 0px;
}
}
.small {
	font-size: .9em;
	text-align: center;
}

.nobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#sidebar2  li  a:hover  {
	background-position:0 -43px;
	background-image: url(images/coursebar.gif);
}
#sidebar img {
	margin: 0px;
	padding: 0px;
}


#mainContent h3 {
	bottom: 4px;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#sidebar p {
	padding-left: 15px;
}


#mainContent p {
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000000;
	margin-top: 12px;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#bottomnav {
	font-size: 0.8em;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#bottomnav      a img          {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


#bottomnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .8px;
}

#mainContent h2 {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.3em;
	color: #003366;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.04em;
	line-height: 1.2em;
}
#footer  {
	background-color: #8C2401;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	clear: both;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFF99;
}
.style1 {
	font-size: .9px;
	font-weight: bold;
}



#mainContent li {
	line-height: 1.2em;
	padding: 4px;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#navbar * {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	font-weight:bold;
	float: left;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 0px;
	width: 915px;
	height: 30px;
	background-image: url(images/navbar_bkgd.jpg);
}
#navbar li {
	list-style:none;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 24px;
	float: left;
}

#navbar a {
	width:100px;
	text-decoration:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	line-height: 110%;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #000033;
	vertical-align: middle;
	padding-top: 6px;
}
#navbar a:hover {
	color: #FFCC00;
}
#navbar a:active {
	color: #FFCC33;
}
p img {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent img {
	left: 0px;
	top: 0px;
}

p.custom sup {
	vertical-align: .3m; 
	font-size:.5em;
}
body {
	background-color: #000000;
}
