@charset "utf-8";
/* style.css - TCi-USA main Style Sheet */

body {
	background-color: #FFF;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	margin-bottom: 0.5em;}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;}
	
td,th { 
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;}

a {	
    font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;}

  a:link {text-decoration: none; color: #972d27;}
  a:visited {text-decoration: none; color: #972d27;}
  a:hover {text-decoration: underline; color: #C60;}
  a:active {text-decoration: none; color: #972d27;}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #932D27;
	font-size: 200%;
	margin-left: 3%;
}
h2 {
	color: #1a1a1a;
	font-size: 140%;
	margin-bottom: 0.1em;
	font-weight: bold;
}
h3 {
	color: #FC3;
	font-size: 100%;
    margin-bottom: 0.1em;
	text-transform: uppercase;
}
h4 {
	color: #FFFFFF;
	font-size: 100%;
	margin-bottom: 0.1em;
}
h5 {
	color: #666666;
	font-size: 125%;
    margin-left: 3%;
    margin-bottom: 0.1em;
}

h6 {
	color: #1a1a1a;
	font-size: 75%;
    margin-bottom: 0.1em;
}

.boldLink a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}

.header_link a {
	color: #000;
	text-decoration: none;
}

.horizontal_dotted_line { 
border-bottom: 0.13em dotted #666; 
width: 100%; 
} 

.header_table {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.sidebar_menu {
	margin-top: 1.5em;
}

.homepage_left_content {
	margin-left: 34px;
	background-color: #FFF;
}

.homepage_right_content {
	margin-right: 34px;
	padding: 5px;
	background-color: #FFF;
}

#homepage_bg_left {
	width:294px;
    background: url(_Images/Homepage_Images/sidebar-left-bg-middle.png) repeat-y;
}

#homepage_bg_right {
	width:534px;
    background: url(_Images/Homepage_Images/sidebar-right-bg-middle.png) repeat-y;
}

#content {
    width:828px;
    background: url(../_images/content-bg.png) repeat-y;
    background-position: center;
}

#schedule_body {
	padding-right: 10px;
}

#schedule {
    width:165px;
    background-color: #ebebeb;
	padding-left: 10px;
    padding-right: 10px;
}

.homepage_sidebar_header {
	color: #1a1a1a;
	font-size: 75%;
	text-align: justify;
}
