/* GENERAL STYLES */

body {
	background-color: #DCE1ED;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p, td, li, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
}

.awardHeader{
	color: #FFFFFF;
	font-weight: bold;
}

.bar{
	background-color: #DDE1ED;
}

.smallFont{
	font-size: 11px;
	line-height: 13px;
}

.headerBar{
	background-color: #DDE1ED;
	width : 520px;
	padding : 2 2 2 2;
	font-weight: bold;
}



/* LINK STYLES */

a { color: #526027;}
a:link { color: #526027;}
a:visited { color: #526027; }
a:active { color: #526027; }
a:hover { color: #224A7E; }


a.breadcrumb { color: #777777; }
a.breadcrumb:link { color: #777777; }
a.breadcrumb:visited { color: #777777; }
a.breadcrumb:active { color: #777777; }
a.breadcrumb:hover { color: #526027; }


a.loginbutton,a.loginbutton:link,a.loginbutton:visited,a.loginbutton:active { color:#FFFFFF; text-decoration: none; padding: 0px; font-size: 10px; font-weight: bold; line-height: 10px;}
a.loginbutton:hover { color:#ABB4D3; text-decoration: none; }


/* PAGE-SPECIFIC CONTENT STYLES */

.homeCopy {
	margin-top: 10px;
	margin-left: 32px;
	margin-right: 60px;
	margin-bottom: 18px;
}

p.innerpagetitle {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #224A7E;
	margin-top: 5px;
}

#loginbutton { width: 64px; background-color: #203D6E; border: 1px solid #ABB4D3; padding: 1px 0px 1px 2px; }

/* SIDEBAR STYLES */

.sidebarHeader {
	margin-top: 11px;
}

.venueImage {
	float: left;
	margin-right: 7px;
}

.venueText {
	float: left;
	margin-top: 12px;
	color: #526223;
}

.optinText {
	float: left;
	margin-top: 5px;
	color: #444444;
}

/* PAGE SECTION COMFIGURATION */

#fullpage {
	width: 980px;
	position: absolute;
	left: 0;
}

#pageheader {
	width: 980px;
	margin-top: 12px;
}

#pageheaderPrint {
	display: none;
}

#pagebody {
	width: 980px;
	text-align: left;
	background-color: #ffffff;
}

#breadcrumb {
	width: 520px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #777777;
}


#contentHome {
	margin-left: 7px;
	text-align: left;
}

#nav {
	margin-left: 9px;
}

#content {
	margin-left: 42px;
	text-align: left;
	margin-top: 11px;
	margin-right: 42px;
}

#sidebar {
	margin-right: 24px;
	text-align: left;
}

#partners {
	clear: both;
	padding-top: 25px;
}

#footerlinks {
	padding-top: 4px;
	font-size: 10px;
	line-height: 12px;
}


#pagefooter {
	clear: both;
	width: 980px;
}


/* PAGE BODY COLUMN COMFIGURATION */

td.navSpace {
	width: 219px;
	height: 452px;
	background-color: #224A7E;
}

td.contentSpace {
	width: 622px;
}

td.contentSpaceHome {
	width: 503px;
}

td.sidebarSpace {
	width: 139px;
}

td.sidebarSpaceHome {
	width: 258px;
}

