/* Use this stylesheet for pages of one column */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
  margin:  0;
	padding: 0;
	border:  0;
}

body { /* top right bottom left */
  font-family: Verdana,Arial,Helvetica,san-serif;
	background-attachment: scroll;
	background-color: #000;
	background-image: url("../images/main-back_A.jpg");
	background-repeat: no-repeat;
  margin: 50px 0px; 
  padding: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #069;
	text-decoration: none;
} /* set special styles where needed */

hr {
  border: 1px dotted #999;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,san-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,Helvetica,san-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #069;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 95%;
 font-weight: normal;
 color: #333;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul {
 list-style-type: disc;
}

ul ul {
 list-style-type: circle;
}

ul ul ul {
 list-style-type: none;
}

ol {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
}

label{
 font: bold 100% Verdana,Arial,Helvetica,san-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 99%; 
	height: 100px;	
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
 * Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
 * IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
 * declaration. The incorrect IE5/Win value is above, while the correct value is 
 * below. See http://glish.com/css/hacks.asp for details. 
 */	
	voice-family: "\"}\"";
  voice-family:inherit;
  height: 90px;
}

#content{
  width: 70%;
	margin: 0px auto; /* http://bluerobot.com/web/css/center1.html */
	text-align: left;
	padding: 0;
	border: 0;
}

#container {
  margin:  0;
  padding: 0;
  border:  0;
}

/*************** #mainbody styles **************/

.main-text {
    font-family: Verdana,Arial,Helvetica,san-serif;
    font-size: 0.83em;
    color: #F7D097;
    font-weight: bold;
    line-height: 1.6em; 
    text-align: justify;
}

.juke {  /* top right bottom left */
    margin: 2px;
    padding: 1em 2em 0 0;
    list-style-type: none;
    float: left;
}

a.main-link:link, a.main-link:visited {
    color: #F7D097;
    text-decoration: underline;
} /* Use this in the main body text so the buttons aren't messed up */

a.main-link:hover {
	color: #f03;
	background: #99f;
	text-decoration: underline;
} /* Use this in the main body text so the buttons aren't messed up */

#content img {
    padding: 5px;
    margin:0;
}

/************** #pagetitle styles **************/

#pagetitle
{
	/* top right bottom left */
/*	position: relative;
	top: 0%;
	left: 30%;
	margin: 0px auto;
	padding: 0;*/
	padding: 0;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}


/************** #popup comparison styles **************/

.subtitle  {
  font-family : Verdana,Arial,Helvetica,san-serif;
  font-size : 0.90em;
  color : #eee;
  font-weight : bold;
  line-height : 1.6em;
}



