body {
	margin: 0 auto;
	padding: 0;
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.7em;
	color: #444444;
	background: white;
	/*background-color: #f7f5f3;*/
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
html {
min-height: 101%;
}
	
html>body { /* be nice to Opera */
	font-size: 11px;
	}
	
strong.headline {
	color: #ff9900;
}

label {color: #ff9900;
	font-weight: bold;
}

fieldset {

	padding: 2em 2em;
	margin: 3em 0em 0em 0em;
	border: 1px dotted #ccc;
}

fieldset input {
	color: #777777;
	font-size: 150%;
	padding: 5px 0px 5px 0px !important;
	margin: 5px 0px 5px 0px;
	width: 300px;
	border: 1px solid #ccc;
}

fieldset p {
	margin: 1.5em 0px 0.5em 0px;
}

fieldset input.button {
	color: white;
	background-color: #ff9900;
	font-size: 130%;
	padding: 1em;
	width: auto;
	border: 0;
	width: 100px;
}


legend {font-weight: bold; color: #666;
background-color: white; 
padding: 2px 5px 2px 5px;
border: 1px solid #ddd;
margin-bottom: 5px;
}

.question {color: #666666; }

b {color: #666;}

/* ---( links )------------------------------- */

a:link {
	color: #522f91;
	}
	
a:visited {
	color: #522f91;
	}
	
a:hover {
	color: #ccc;
	}

/* ---( common elements )------------------------------- */

.search-box {
	float: right;
	font-size: 11px;
	padding: 35px 0px 40px 0px;
	text-align: right;
	width: 400px;
	vertical-align: middle;
}

p {
	margin: 1em 0;
	padding: 0;
	}
	
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #ff9900;
	padding: 0;
	margin: 0;
	line-height: 2em;
	}
	
h2 {
  	font-family: arial;
	color: #78726C;
  	font-size: 22px;
	color: #999;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	}

em {
	font-style: italic;
	}

ul {
	padding: 10px 0 10px 15px;
	margin: 0px;
	list-style: square;
}

.answer {
	margin-top: 5px;
	padding-left: 0px;
	background: #ffffff url(/img/faq-bg.gif) no-repeat top left;
}

/* ---( top )------------------------------- */

.topline {
	border-bottom: 1px dotted #ccc; 
	margin: 0 25px;
}

#top-corner {
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;	
	width: 750px;
	height: 5px;	
	background: url(../img/top-frame.gif) no-repeat bottom center;
}
	
.logo {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	margin-top: 5px;
	padding-left:30px;
	height: 72px;
}


/* wrappers */

.terms {font-size: x-small; color: #999; padding-top: 25px;}

#contentwrapper {
	display: block;
	margin: 0px 0;
	padding: 25px 25px 25px 25px;
	float: left;
	background: url(../img/bg-middle2.gif) repeat-y top center;
}

#contentwrapper1 {
	display: block;
	margin: 0px 0;
	padding: 25px 25px 25px 25px;
	float: left;
	background: url(../img/bg-middle.gif) repeat-y top center;
	color: #444444;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../img/bg-middle.gif) repeat-y top center;
  	width: 750px;
	display:block;
	}

#wrap p.top {
	margin: 0px; 
	margin-top: 0px;
	padding: 0px;
	height: 10px;
	background: white url(../img/top-frame.gif) no-repeat bottom center;
}

#wrap.span {
	display: none;
}

.centercontent {
	float: left; 
	width: 270px; 
	padding: 0px 0px 0 20px;
}

.rightcontent {
	float: left; 
	width: 130px; 
	padding: 15px 0 0 10px;
}

.maincontent {
	width: 390px; 
	float: left; 
	padding-right: 20px;
}

.notification {
	padding: 10px; 
	border: 1px dotted #ddd; 
	background-color: #fefaea;
}

/* Footer */ 

.footer{
	float: left;
	background: white url(../img/bottom-frame.gif) no-repeat top left;
	font-size: x-small;
	width: 750px;
}

	
/* Misc */

.disclaimer {
	font-size: 10px; 
	color: Gray;
}


hr {
	border-top: 1px solid #eee;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	
	
#logo a {
	border-style: none;
	}

.center {
	text-align: center;
	}
	
a img {
	border: none;
	}
	
.hide {
	display: none;
}

img {
	border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
	