/*	////////////////////////////////////////////////////////////////////
	DEFINE STANDARD HTML TAGS
*/

html {

}

body{
	background-color:#000000;
	background-image:url(../assets/advertisements/POTY2009/POTY2009-PageBackground.jpg);
	background-repeat: repeat-x;	
}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	font-weight: normal;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:normal;
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#FFFFFF;
	text-align:left;
	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}


p{	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.5em;
	color:#FFFFFF;
	text-align:justify;
	padding:10px 10px 10px 10px;
	margin: 0px 0px 0px 0px ;		
}

ul p {font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.2em;
	color:#FFFFFF;}

/*	////////////////////////////////////////////////////////////////
	COMMON SITE LAYOUT - EXLUDING HOME PAGE SPECIFIC LAYOUT

/* Controls the overall width of the site */
#page-wrap {width:996px;margin-bottom:0px;}

#footer{visibility:hidden;}

#two-column-left {
	background-image:url(../assets/advertisements/POTY2009/POTY2009-RainbowBackground.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#000000;
	margin-top:0px;
	height:auto;
	padding-top:10px;
	padding-bottom:20px;
}

#two-column-left h1, #two-column-left h2, #two-column-left h3{
	margin-left:10px;
}

#two-column-left h1, #two-column-left h2{
	width:600px;
	line-height:normal;
}


#two-column-left p{
	margin-right:0px;
}

#two-column-right {
	margin-top:0px; background-color:#000000;	
	padding-top:10px;
}

#poty-intro {
	width:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0px;
	background-color:#000000;	
	border:1px solid #FFFFFF;
}
.two-column-right-content {
	border-top:4px solid ##c61f22;
	padding-top:5px;
	width:90%;
	margin:0px 0px 0px auto;
}

#two-column-left h2, #two-column-right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin: 10px 0px 10px 10px;
	font-weight: normal;
}


#two-column-left h3, #two-column-right h3 {
	margin-left:10px;
}

#two-column-right p {
	font-size:0.7em;
}


#footer {margin-top:0px;}


/* Voting Form Styling */

#voting-form-panel {
	width:95%;
	margin:0px auto 0px auto;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px dotted #c61f22;
	text-align:left;
}

#voting-form-panel form {
	margin-top:0px;
	padding-top:0px;
}

#voting-form-panel form p
{
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:normal;
	clear:left;
	margin:0px;
	padding:10px 20px 0px 10px;
}

#voting-form-panel form p label
{
	float:left;
	width:45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;	
	line-height:auto;
	padding:0px 20px 0px 0px;
	text-align:left;
}

#voting-form-panel form fieldset
{
/*	border:1px solid #cccccc;*/
	border:none;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:2px dotted #c61f22;
}

#voting-form-panel form fieldset legend
{
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:normal;
	margin-left:0px;
	padding-left:10px;
}

#voting-form-panel .inputtext {border:1px solid #9c423a;}
#voting-form-panel .lsttext {border:1px solid #9c423a;}
