/* GENERAL STYLES */

body {
	background-color: #eeeeee;
	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: #E8F0D9;
}

.smallFont{
	font-size: 11px;
	line-height: 13px;
}

.headerBar{
	background-color: #E8F0D9;
	width : 520px;
	padding : 2 2 2 2;
	font-weight: bold;
}



/* LINK STYLES */

a { color: #004482;}
a:link { color: #004482;}
a:visited { color: #004482; }
a:active { color: #004482; }
a:hover { color: #7AB630; }


a.breadcrumb { color: #777777; }
a.breadcrumb:link { color: #777777; }
a.breadcrumb:visited { color: #777777; }
a.breadcrumb:active { color: #777777; }
a.breadcrumb:hover { color: #004482; }


a.loginbutton,a.loginbutton:link,a.loginbutton:visited,a.loginbutton:active { color:#3A3C55; text-decoration: none; padding: 0px; font-size: 10px; font-weight: bold; line-height: 10px;}
a.loginbutton:hover { color:#FFFFFF; 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: #3B5680;
	margin-top: 5px;
}

#loginbutton { width: 64px; background-color: #8EB542; border: 1px solid #3A3C55; padding: 1px 0px 1px 2px; }

/* SIDEBAR STYLES */

.sidebarHeader {
	margin-top: 11px;
}

.venueImage {
	float: left;
	margin-right: 7px;
}

.venueText {
	float: left;
	margin-top: 12px;
	color: #10538E;
}

/* 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: #2d3654;
}

td.contentSpace {
	width: 622px;
}

td.contentSpaceHome {
	width: 503px;
}

td.sidebarSpace {
	width: 139px;
}

td.sidebarSpaceHome {
	width: 258px;
}

