/*************************************************************
 * TITLE   : Screen Stylesheet for Comcast Homepage          *
 * URI     : /main.css                                       *
 * REVISED : 2004-Apr-26 23:14 +0800                         *
 * Copyright © 1996-2004, Vinay R. Rao. All rights reserved. *
 *************************************************************/

body{
background-color: white;
background-image: url(left.jpg);
background-repeat: repeat-y;
margin: 0% 0% 0% 0%;                                                                                             
padding: 0px 5px 5px 0px;
text-align: justify;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 80%;
color: Black;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.headerTitle {
	font-size: 250%;
	font-weight: bolder;
	margin: 0 0 0 165px;
	padding: 0.25ex 0 0%;
	text-align: center;
}

.headerBar{
border-style: none;
background-image: url(top.jpg);
background-repeat: repeat-x;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
 
/*
.menuBar{
border-style: none;
background-position: 0% 0%;
margin: 0px 160px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: medium;
width: 15em;
float: left;
clear: left;
}
*/

#content{
border-style: none;
margin: 0 2% 0 165px;
line-height: 1.5em;
padding: 0.5mm 5mm 5mm 5mm;
text-align: justify;
}

#content p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#content a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content h1{
  color: white;
  background-color: #5261A5;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#content .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#content > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

img{
border-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

img.topCorner{
	display: block;
}

img.leftBar{
display: block;
margin-right: 5%;
}

dl {
  margin: 1.5em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 3em;
  padding: 0;
}

#footer {
	position: relative;
	bottom: 0%;
	margin: 1% 5% 0% 165px;
	padding: 1em 2.5mm 2.5ex 2.5mm;
	font-size: 75%;
	clear: both;
}

#footer .left {
  line-height: 1.45em;
  text-align: left;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
  
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#menuContainer	{
	width: 120px;
	float: left;
	clear: left;
	padding: 0% 0% 0% 10px;
	border: thick Black;
}






