/*------------------------------------------------------------------------------------
     Global Styles
   ------------------------------------------------------------------------------------*/
   * {
       padding:0;
       margin:0;
   }
   h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; padding: 0;}
   li, dd { margin:-left:5%; 0; padding: 0;}
   fieldset { padding: .5em; }
   select option{ padding:0 5px; }

   .hide, .print-logo, .close-button{ display:none; }
   .left{ float:left; }
   .right{ float:right; }
   .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
   a img{ border:none; }

	head:first-child+body {}


 
body {
	font-family: helvetica, arial, verdana, sans-serif;
	background-color:#efefef;
	font-size:10pt;
	margin-top: 0px;
	color:#383838;
}

img {
	border: 0px;
}

a img{
	border: 0px;
}


a:link, a:visited {  
	font-style: normal; 
	text-decoration: underline;
	padding: 2px;
	color:#383838;
}

a:hover {
	color:#aaa;
	background: none;
	text-decoration: none;
}

p.back_to_top_link {
	margin-bottom: 3em;
	font-weight: bold;
}


h1 {
	color: #0079c2;
	font-size: 16pt;
	margin-bottom: 1em;
}

h2 {
	font-size: 12pt;
	color: #0079c2;
	margin-top: 1em;
}

h3 {
	font-size: 10pt;
	color: #000;
	margin-top: 1em;
}


hr {
	height:1px;
}

p {
	font-size: 10pt;
}

input {
	font-size: 16pt;
}

super.asterisk {
	font-size: 1.5em;
	margin-right: 6px;
}



#page-wrap {
	zoom: 1;
	background: #fff;
	min-height: 800px;
	min-width: 600px;
	max-width: 600px;
	margin: 10px auto;
	margin-top: 0;
	padding: 20px;
	width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 600? "600px" : "auto");
	}

#page-wrap #inside {
	zoom: 1;
	margin: 0;
	padding: 0;
}	
#page-wrap #inside:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

/*
banner
*/
#banner {
	zoom:1; 
}
#banner:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }


#logo {
	margin-top: 10px;
}

#participate_button {
	display: none;
	text-align: right;
}

/*
menu
*/
#menu {
	display: none;
	margin-top: 10px;
}
#menu:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#menu ul {
}
#menu ul:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#menu li {
	float:left;
	zoom:1; 
	list-style-type:none;
	color:white;
	margin-right: 1px;
	height: 22px;
}
#menu li:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

/*
buttons
*/
#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu li a {
	display:block;
	line-height: 18px;
}

#menu li a.selected {
	background-position: 0px -22px;
}

#about_button {
	width: 135px;
}
#about_button a{
	background: #fff url(/images/about_button.gif) no-repeat 0px 0px;
	width: 131px;
}
#about_button a:hover, #about_button a:active {
	background: #fff url(/images/about_button.gif) no-repeat 0px -22px;
}
#paypass_button {
	width: 170px;
}
#paypass_button a{
	background: #fff url(/images/paypass_button.gif) no-repeat 0px 0px;
	width: 166px;
}
#paypass_button a:hover {
	background: #fff url(/images/paypass_button.gif) no-repeat 0px -22px;
}
#how_button {
	width: 119px;
}
#how_button a{
	background: #fff url(/images/how_button.gif) no-repeat 0px 0px;
	width: 115px;
}
#how_button a:hover {
	background: #fff url(/images/how_button.gif) no-repeat 0px -22px;
}
#where_button {
	width: 129px;
}
#where_button a{
	background: #fff url(/images/where_button.gif) no-repeat 0px 0px;
	width: 125px;
}
#where_button a:hover {
	background: #fff url(/images/where_button.gif) no-repeat 0px -22px;
}
#security_button {
	width: 99px;
}
#security_button a{
	background: #fff url(/images/security_button.gif) no-repeat 0px 0px;
	width: 95px;
}
#security_button a:hover {
	background: #fff url(/images/security_button.gif) no-repeat 0px -22px;
}
#faq_button {
	width: 91px;
}
#faq_button a{
	background: #fff url(/images/faq_button.gif) no-repeat 0px 0px;
	width: 87px;
}
#faq_button a:hover {
	background: #fff url(/images/faq_button.gif) no-repeat 0px -22px;
}


#horz_seperator {
	font-size:4pt;
	margin:5px;
	border-top:1px solid #CCC;
	}

/*
footer
*/
#footer {
	color: #999;
	border: 0px;
	font-size: 9px;
	line-height: 12pt;
	margin-top: 40px;
}

#footer ul {
	zoom:1; 
}
#footer ul:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer li {
	float: left;
	zoom:1; 
	list-style-type: none;	
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #999;
}
#footer li:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#footer li:first-child {
	border: 0;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	color: #999999; 
	text-decoration: none;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	zoom: 1;
	float:left;
	margin-top:20px;
	width: 430px;
}
#content:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#content p {
	margin-top: 20px;
}

#content h1 + p {
	margin-top: 0px;
}

#content h2 + p {
	margin-top: 0px;
}

#content h3 + p {
	margin-top: 0px;
}

#content li {
	font-size:10pt;
	margin-bottom: .3em;
}

#content ul, #content ol{
	margin-top: .3em;
	margin-left: 30px;
}

#content .questions {
}

#content ul.questions {
	list-style-type: none;	
	margin: 0;
	margin-bottom: 20px
}

#content ul.questions li {
	margin: 0;
	margin-bottom: 4px;
}

p.boxed {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
}

a.question {
	font-weight: bold;
	display: block;
	margin: 0;
	margin-top: 15px;
	font-size: 10pt;
}

a.question:hover {
	color:#383838;
}



#sidebar {
	zoom: 1;
	float:left;
	margin-top: 62px;
	margin-left: 10px;
}
#sidebar:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#sidebar ul {
	
}
#sidebar li {
	margin-bottom: 40px;
	list-style-type: none;	
}

#sidebar.where {
	margin-top: 75px;
}

/*
columns
*/
#columns {
	zoom:1; 
	margin-top: 1em;
	font-size: 12px;
	font-weight: bold;
}

#columns:after /* Clear after floats */
{ content:"."; display:block; height:0; clear:both; visibility:hidden }

#columns p {
	margin-top: .25em;
	width: 125px;
	font-size: .9em;
}

#columns img {
	width: 135px;
	margin: 0;
}


.col {
	zoom: 1;
	float: left;
	margin-right: 8px;
	display: relative;
	width: "190px";
}


/*
footnotes
*/

.footnote_indicator
{
	font-size: .75em;
}
.footnotes {
	margin-top: 1em;
	font-style: italic;
	font-size: .8em;
}

#footnotes {
	margin-top: 2em;
	font-style: italic;
	font-size: .8em;
}

#footnotes ol {
	list-style-position: inside;
	margin-left: 0px;
}

#footnotes li {
	margin-bottom: .1em;
	font-size: 1em;
}

#footnotes ul {
}

#footnotes ul li {
	margin-bottom: 4px;
}

#footnotes ul ul li {
	list-style-type: none;
}

#footnotes ul {
	margin: 0;
	margin-left: 15px;
}

#footnotes ul ul{
	margin: 0;
}

