html, body, div{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12px;
	background-color: Transparent;
	padding: 0px;
	margin: 0px;
	border: none;
}

html, form, body{
	height: 100%;
}

body{
	background-color: #A6A6A6;
}
.NormalContent
{
	
}
div{
	overflow: hidden;
}

#Container{
	position: relative;
	margin: 0 auto;
	width: 974px;
	border: 3px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Main{
	z-index:100;
	top: 0px;
	left: 0px;
	width: 720px;
	overflow: auto;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-right: 30px;
	background-image: url(/Images/P2P_content-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#Menu {
	height: 346px;
	border-bottom: 3px solid #fff;
	position: relative;
}

a img{
	border: none;
}

a{
	text-decoration: none;
	color: #ED008C;
}
a:hover {
	color: #0095d8;
}
.MainTopLinks {
	display: block;
	height: 97px;
	width: 323px;
	border-bottom: 3px solid #fff;
	color: #fff;
	position: relative;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.MainTopLinks:hover {
	color: #fff;
	filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}
.MainTopLinks span {
	top: 58px;
	left: 19px;
	position: absolute;
	cursor:pointer;
}

#MainContainer {
	background-image: url(/Images/P2P_content-background-extend.gif);
	background-repeat: repeat-y;
}


.Hilight, .Highlight, .Error{
	font-weight: bold;
}

.Error{
	color: #ff0000;
}

h1, h2, h3, h4, h5, h6, h7{
	display: inline;
	font-weight: normal;
}
ul,li
{
	margin:0px;	
	padding:0px;
}
ul
{
	margin-left:16px;	

}
* html img, * html div, * html input{       /* * html is only valid in IE6, causing this only to run in IE6 */
    behavior: URL('/iepngfix.htc');
}

.SubHead, .PageHead, .PageHeading, .SubHeading, h1{
	font-size: 12px;
}

.SubHead2, .SubHeading2, h2{
	font-size: 12px;	
}

.FormField{
	border: solid 1px #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
}

.TablePadding
{
	padding-left:10px;
}

.NoSpace
{
    letter-spacing:-1px;
    font-size:0pt;   
}

#Footer {
	font-size: 11px;
	color: #fff;
	background-color: #ed008c;
	border-top: 3px solid #fff;
	padding: 8px 20px 8px 30px;
}

#Footer a {
	color: #fff;
}

#Footer a:hover {
	color: #FFF200;
}

#MenuLinks {
	position: absolute;
	top: 300px;
	left: 0;
	width: 749px;
	padding-left: 225px;
	line-height: 46px;
	font-size: 12px;
	background-image: url("/Images/P2P_nav-bar.gif");
	height: 46px;
}

#MenuLinks a{
	color: #5c5c5c;
	padding-right: 15px;
}

#MenuLinks a:hover{
	color: #0095d8;
}


.Heading {
	color: #0095d8;
	text-transform: uppercase;
}

br {
	line-height: 0.8em;
}

.Sponsors {
	width: 223px;
	overflow: hidden;
}

* html .Sponsors {
	width: 220px;
}

.Question {
	font-weight: bold;
	color: #0095d8;
	cursor: pointer;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #A6A6A6;
}

.Question:hover {
	color: #ED008C;
}

.Answer {

	padding-bottom: 5px;
}

.SponsorPadding
{
 padding-right:10px;   
 padding-bottom:10px;
 display:inline-block;
}