@charset "iso-8859-1";
* {
	font-family: Helvetica,Arial,sans-serif ;
	font-size: small ;
	text-align: left ;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
ol > li {list-style: decimal ;}
ol ol > li {list-style: upper-alpha ;}
ol ol ol > li {list-style: lower-alpha ;}
ol ol ol ol > li {list-style: lower-roman ;}
ul > li {list-style: square ;}
ul ul > li {list-style: circle ;}

@media screen, handheld, projection, tv {

a {
	color: #23238E ;
	background: inherit;
	text-decoration: none;
}

a:visited {
	color: #23238E;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: red;
	background: inherit;
	text-decoration: underline;
}



body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
border: 1px solid gray ;
background: url('ChromeSiteBackground.jpg') no-repeat bottom right ;
}

#contentcolumn{
float: left ;
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
width: 375px ;
}

#leftcolumn{
float: left;
padding-top: 30px ;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
font-size: small ;
text-align: center;
padding: 4px 0;
}

#bottomAds{
clear: left;
width: 100%;
font-size: small ;
text-align: center;
padding-top: 25px ;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#action { 
margin-left:465px; 
}

.right{
	float: right;
}

#blue {
  float: right ;
  border:1px solid #93B4D9;
  background-color:#CADEF4;
  padding:18px 13px;
  margin: 10px ;
  width: 200px ;
  text-align:center;
  margin-bottom:2em;
  height: 75px ;
}

#cnet {
  float: right ;
  padding:18px 13px;
  margin: 10px ;
  width: 200px ;
  text-align:center;
  margin-bottom:2em;
  height: 75px ;
}



}

@media print {
	* {
		color: black ;
		background: white ;
	}
}