/* turn borders on */
/* * { border: 1px solid #FFCC33 }*/
* {
	margin: 0px;
	padding: 0px; 
	border: none; }

/* Redefined HTML tags */
html, body { 
	height: 100%;
	margin: 0 0 0 45px;
	padding: 0px; 
	border: none; }

body {
	min-width: 760px;	/* avoid content from disappearing off edge in Netscape */      
	background-color: #333333;
	font: normal normal normal 1em "Times New Roman", Times, serif; }

h1 {
	font: normal normal bold 1.3em "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	margin: 0.9em 0 0.4em 0; }

#side-content div h1 {
	font: normal normal bold 1.2em "Times New Roman", Times, serif; 
	color: #fff; 
	margin: 0.5em 0 0.4em 0; }

h2 {
	font: normal normal bold 1.1em "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	margin: 2em 0 0.4em 0; }

p, ul, li {
	font: normal normal normal 0.8em tahoma, sans-serif; 
	color: #333333; 
	margin-bottom: 0.5em; }
	
#content img { border: 1px solid #069; }
	
#content ul {
	margin-top: 1em; 
	margin-bottom: 1.5em; 
	font-size: 0.8em; }

#lesson-breakdown {
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; }

td ul,li {
	font: normal normal normal 1.1em tahoma, sans-serif; }

	
p.black { color: #333333; }
p.white { color: #FFFFFF; }
p.mini-accent { color: #600; font-weight: bold; font-size: 0.8em; }

ul {
	margin: -0.5em 0 0.7em 2em; }

li {
	margin-top: 0.4em; }
	
ul ul,li { font-size: 1em; }
ul ul { margin-top: 0.45em; }


#byline p { 
	color: #999; 
	font-size: 11px;
	margin: 0; 
	margin-bottom: 2px; }

/*#content p {
    color: #000000; }*/

a {	color: #FFFFFF;	text-decoration: none; }

a:link { font: normal normal bold 1em Arial, Verdana, serif; text-decoration: none; }
a:visited { font: normal normal bold 1em Arial, Verdana, serif; text-decoration: none; }
a:active { font: normal normal bold 1em Arial, Verdana, serif; text-decoration: none; }
a:hover { font: normal normal bold 1em Arial, Verdana, serif; text-decoration: underline; }

.submenu-item a:link { font: normal normal bold 0.9em Arial, Verdana, serif; text-decoration: none; color: #336699; }
.submenu-item a:visited { font: normal normal bold 0.9em Arial, Verdana, serif; text-decoration: none; color: #336699; }
.submenu-item a:active { font: normal normal bold 0.9em Arial, Verdana, serif; text-decoration: none; color: #336699; }
.submenu-item a:hover { font: normal normal bold 0.9em Arial, Verdana, serif; text-decoration: none; color: #6699CC; }


/*#menu h1 { font-size: 1.5em; }
#menu h2 { font-size: 1.1em; }*/

	
/* IDs */
#wrapper {
	width: 795px;
	border: 0;
	padding: 0; 
	/*margin: 0 auto;*/ /* enable to center page */
	color: #FFFFFF; 
	background-color: #000; }

#sectiontitle {
	height: 61px;
	width: 790px;
	padding: 0 0 0 16px;
	margin: 0;
	border: 0;
	background-color: #FFFFFF; 
	background-image:  url(../images/horizontal1.jpg); 
	background-repeat: no-repeat; }
	
#byline {
	background-color: #000000; 	
	text-align: center;
	padding: 4px; }

#content {
	margin: 0;
	padding: 15px 20px 40px 20px;
	width: 554px;
	height: 600px;
	background-color: #6699CC;
	vertical-align: top; }
	
#side-content {
	width: auto; /* menu-box.width + menu-box.margin-left*/
	height: auto;
	margin-left: 14px;
	color: #fff;
	font-family: Arial, Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 12px; }
	
#menu {
	background-image:  url(../images/menu-bg.jpg); 
	background-repeat: repeat-y; 
	vertical-align: top; 
	margin: 0;
	padding: 0;
	width: 244px; /* menu-box.width + menu-box.margin-left*/
	height: 600px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
    color: #FFFFFF; }

#menu-box {
	width: 228px;	
	margin-left: 16px;
	padding: 15px 0px 20px 0px;
	background-color: #000000; }
	
.menu-item {
	border: 0;
	padding: 0;
	margin: 0;
	width: 182px;
	height: 34px; }
	
.menu-item a:hover { color: #CC0000; text-decoration: none; }

.menu-button { 
	color: #FFFFFF; }
	
/* restyle tables and table data later */	
.table-title { 
	width: 150px;
	vertical-align: top;
	padding-left: 12px;
	font: normal normal bold 0.8em Arial, Verdana, serif;
	color: #000000; }

.table-detail {
	padding-bottom: 12px; }

.table-detail li { 
	font: normal normal normal 0.8em Arial, Verdana, serif;
	color: #000000; }

.table-detail p { 
	font: normal normal normal 0.8em Arial, Verdana, serif;
	color: #000000; }



#together-l {
	height: 109px;
	background-image:  url(../images/together-l.jpg); 
	background-repeat: no-repeat; }

#together-r {
	height: 109px;
	background-image:  url(../images/together-r.jpg); 
	background-repeat: no-repeat; }

#contact {
	padding: 2px 2px 4px 40px;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #333; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC; 
	margin: 2px 0px 10px 0px;
	padding: 0px; }

.copyright { float: left; }
.siteby { float: right; margin-right: 6px;}
.siteby a {	color: #CCCCCC; }

#content .highlight { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	width: 100%; 
	text-align: center; 
	margin-bottom: 20px; }
	
.submenu-item {
	width: auto;
	height: auto;
	background-color: transparent;
	margin: 0 8px 6px 28px;	
	font-family: Arial, Tahoma, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 12px;
	color: #336699; 
	/*border: 1px solid #FFCC33; */}
	
/* temporary till make images */
#sectiontitle .subheading { 
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 12px; 
	color: #000000; 
	line-height: 
	border: 1px solid #9966FF; } 


/*.center-it-v {
	width: 100%;
	margin: 0 auto; }*/