/* Browser reset (YUI Reset) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/* Styles */

html,
body {
	background: #929699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 a:link,
h3 a:link {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

h3 {
	font-size: 14px;
	margin-bottom: 9px;
	color: #000000;
}

p {
	margin-bottom: 9px;
}

em,
i {
	font-style: italic;
	margin-top: 14px;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding: 17px;
	margin: auto;
}

a:link,
a:visited {
	color: #466E8c;
}

h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	color: #000000;
}

/* Header */

#header {
	width: 741px;
	height: 178px;
}

#header #image {
	float: left;
	width: 163px;
}

#header #logoArea {
	float: right;
	width: 561px;
	height: 178px;
	background: url(images/headerBG.jpg) top left no-repeat;
}

#header #logoArea #logoBox {
	width: 280px;
	padding: 17px 0 17px 17px;
}

#header #logoArea #logoBox #logo {
	height: 101px;
	width: 280px;
}

#header #logoArea #logoBox #form {
	width: 280px;
	text-align: center;
	padding-top: 32px;
}
#header #logoArea #logoBox #form .search {
	background: url(images/searchBG.jpg) center left no-repeat #ffffff;
	text-indent: 30px;
}

/* Main page area */

#contents {
	width: 741px;
	margin-top: 17px;
}

#contents #leftBar {
	float: left;
	width: 163px;
}

#contents #leftBar #navigation {
	width: 163px;
}

#contents #leftBar #navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contents #leftBar #navigation ul a {
	display: block;
	width: 163px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 13px;
	padding-top: 1px;
	margin-bottom: 2px;
	background: #B1C4D3;
}

#contents #leftBar #navigation ul .top a {
	background: url(images/navigation/top.jpg) top left no-repeat;
	margin-bottom: 1px;
}

#contents #leftBar #navigation ul .bottom a {
	background: url(images/navigation/bottom.jpg) bottom left no-repeat;
	margin-top: -1px;
	margin-bottom: 17px;
}

#contents #leftBar #navigation ul .top a:hover {
	background: url(images/navigation/hoverTop.jpg) top left no-repeat;
	margin-bottom: 1px;
}

#contents #leftBar #navigation ul .bottom a:hover {
	background: url(images/navigation/hoverBottom.jpg) bottom left no-repeat;
	margin-top: -1px;
	margin-bottom: 17px;
}

#contents #leftBar #navigation a:hover {
	background: #466F8C;
}

#contents #leftBar #navigation li {
	display: inline;
}

#contents #leftBar #sponsors {
	width: 146px;
	font-weight: bold;
	font-size: 14px;
	/*margin-left: 17px;*/
}

#contents #leftBar #sponsors h3,
#contents #rightBars #rightBar h3 {
	text-decoration: none;
	font-weight: bold;
}

#contents #leftBar #sponsors .mediaPartner {
	margin-top: 20px;
}

#contents #leftBar #sponsors img {
	margin-bottom: 5px;
}

#contents #rightBars {
	float: right;
	width: 578px;
}

#contents #rightBars #subNav {
	width: 578px;
	background: url(images/subNavBG.jpg) top left repeat-y;
	line-height: 18px;
	text-align: center;
	margin-left: 17px;
	margin-bottom: 17px;
}

#contents #rightBars #subNav #topCurve {
	background: url(images/UHSubNavTop.jpg) top left;
	width: 561px;
	height: 7px;
}

#contents #rightBars #subNav #bottomCurve {
	background: url(images/UHSubNavBottom.jpg) top left;
	width: 561px;
	height: 7px;
}

#contents #rightBars #subNav a {
	color: #FFFFFF;
}

#contents #rightBars #subNav a:link {
	color: #FFFFFF;
}

#contents #rightBars #middleBar {
	float: left;
	width: 403px;
	margin-left: 17px;
	padding-right: 17px;
	border-right: 1px dotted #000000;
}

#contents #rightBars #middleBar #boxTop {
	width: 405px;
	height: 16px;
	background: url(images/boxTop.jpg) top left no-repeat;
}

#contents #rightBars #middleBar #box {
	width: 385px;
	background: #E4C3A8;
	padding: 10px;
}

#contents #rightBars #middleBar #box h2 {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -10px;
}

#contents #rightBars #middleBar #box h3 {
	font-weight: bold;
}

#contents #rightBars #middleBar #boxBottom {
	width: 405px;
	height: 16px;
	background: url(images/boxBottom.jpg) bottom left no-repeat;
	margin-bottom: 17px;
}

#contents #rightBars #rightBar {
	float: right;
	width: 104px;
	margin-right: 17px;
	padding-left: 17px;
}

#contents #rightBars #rightBar img {
	padding-bottom: 45px;
}

/* For events pages */

#contents #rightBars #events {
	width: 578px;
	margin-left: 17px;
}

#contents #rightBars #events #boxTop {
	width: 578px;
	height: 16px;
	background: url(images/whiteTopCurve.jpg) top left no-repeat;
}

#contents #rightBars #events #box {
	width: 539px;
	background: #FFFFF;
	padding: 10px;
	margin-top: -1px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#contents #rightBars #events #box .partyLogo {
	float: right;
}

#contents #rightBars #events #box table {
	width: 539px;
	margin-top: 15px;
}

#contents #rightBars #events #box td {
	border-top: 1px solid #B9C9D6;
	border-left: 1px solid #B9C9D6;
	padding: 3px;
	vertical-align: top;
}

#contents #rightBars #events #box td img {
	margin-bottom: 5px;
}

#contents #rightBars #events #box .date {
	border-left: 0;
	width: 71px;
}

#contents #rightBars #events #box .time {
	width: 76px;
}

#contents #rightBars #events #box .theme {
	width: 186px;
}

#contents #rightBars #events #box .topRow {
	border-top: 0;
	font-weight: bold;
}

#contents #rightBars #events #box h2 {
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
}

#contents #rightBars #events #boxBottom {
	width: 578px;
	height: 16px;
	margin-top: -1px;
	background: url(images/whiteBottomCurve.jpg) bottom left no-repeat;
	margin-bottom: 17px;
}

/* Misc */

.clear {
	clear: both;
}

img.FTLogo {
	margin-left: 92px;
}
