body{
	margin: 0;
	font-family: 'Lucida Grande', LucidaGrande, 'Lucida Sans Unicode', Geneva, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 15px;
	text-align: center;
	background: #000000;
	margin: 0 auto;
}

#header{
	position: relative;
	width: 770px;
	height: 54px;
	margin: 0 auto;
	background-color: #000000;
	border-bottom: 12px solid #DDAF31;
}

#body {
	position: relative;
	padding: 18px 22px;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #B0B0AD;
}

table{
	border-collapse: collapse;
}

td{
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6{
	font-size: 1em;
}

h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1.2em;
}

p{
	margin: 0px 0px 1em 0px;
}

#header img{
	position: absolute;
	top: 12px;
	left: 12px;
}

#header #nav{
	position: absolute;
	top: 21px;
	left: 291px;
}

ul#nav{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

#nav li{
	display: inline;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	list-style: none;
}

h3{
	font-size: 13px;
	line-height: 18px;
}

.error{
	color: #cc0000;
	width: 400px;
}

#delete h2{
	color: #cc0000;
}

#delete p{
	font-size: 13px;
}

#delete{
	margin-bottom: 125px;
}

#picks{
	width: 400px;
	margin: 0;
	padding: 8px;
	background: #DEDEDE;
}

#picks h2{
	font-size: 1em;
	margin-bottom: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
	color: #404040;
}


.form p{
	margin: 0;
}

table.viewlist{
	margin-top: -5px;
	margin-bottom: 1.4em;
}

.viewlist td{
	padding-right: 18px;
}

.viewlist h4{
	border-bottom: 1px solid #CCCCCC;
	margin: 9px 0 2px 0;
}

#list{
	position: relative;
	padding-right: 220px;
}

#list p{
	margin: 2px 0px;
}

#list .form{
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
	margin-right: 10px;
}

.title{
	font-size: 83%;
  text-transform: uppercase;
  font-weight: bold;
	letter-spacing: 0.11em;
}

.topic{
	clear: both;
	border-bottom: 1px dotted #00324D;
	margin-bottom: 22px;
}

.topic .question{
	width: 240px;
	font-size: 12px;
	color: #403D35;
	margin-right: 36px;
	float: left;
	-webkit-text-size-adjust:150%
}

.topic .response{
	margin-left: 280px;
}

form p.field{
	margin: 1.4em 0px 0.2em 0px;
}

.field{
	color: #5B574B;
	font-weight: bold;
}

#party{
	position: relative;
}

form .column{
	position: relative;
	float: left;
	margin-right: 28px;
	margin-bottom: 16px;
	_width: 45%;
}

p.button{
	clear: both;
	margin-top: 16px;
}

#main{
	position: relative;
	margin-right: 300px;
}

#tools {
	float: right;
	width: 245px;
	margin: 6px 0 3px 32px;
	padding: 0;
}

#tools div{
	padding: 11px 16px;
	margin-bottom: 16px;
	border-left: 2px solid #A0A09D;
}

#tools h4{
	margin-top: 0;
	color: #1C1C1B;
	font-size: 14px;
}

#tools div#invitebox{
	background-color: #D0D0CE;
	padding: 0 0 11px 0;
	border-left: none;
}

#invitebox h2{
	text-indent: -5000px;
	height: 40px;
	margin: 0;
	background: #DDAF31 url("/_images/invited-2011.gif") no-repeat center 12px;
}

#invitebox p, #invitebox h3{
	margin: 1em 16px;
}

#invitebox h3{
	margin-top: 0;
	padding-top: 8px;
}

.notice{
	font-size: 9px;
	color: #808080;
	text-align: center;
}

.success{
	background-color: #FCFF5F;
	border: 1px solid #FFD44D;
	margin: 10px 10px 10px 2px;
	padding: 8px 10px;
}

.success li{
	margin: 6px;
}

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

ol.success li{
	text-indent: 0;
	margin-left: 16px;
}

.fineprint {
	position: relative;
	clear: both;
	margin: 22px;
	padding: 8px 2px;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}

.fineprint p, #body .fineprint p{
	margin: 0;
}

a:link, a:visited, a:hover, a:active{
	color: #B57000;
	text-decoration: none;
}

#tools a:link, #tools a:visited, #tools a:hover, #tools a:active{
	color: #B88226;
}


a:hover, a:active, #tools a:hover, #tools a:active{
	color: #E1D876;
	border-bottom: 1px dotted #B57000;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active{
	color: #F0F0F0;
	padding-bottom: 4px;
}

#nav a:hover, #nav a:active{
	color: #E1D876;
	border-bottom: 4px solid #DDAF31;
}

.success a:hover, .success a:active{
	color: #D4A068;
}

.error a:link, .error a:visited, .error a:hover, .error a:active{
	color: #CC0000;
	text-decoration: underline;
}

.error a:hover, .error a:active{
	border-bottom: none;
}


a.image:hover, a.image:active{
	border: none;
}

a img{
	border: none;
}


