@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#headerImageLeft {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 188px;
	background-image: url(gfx/masthead_main_logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#headerImageRight {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 380px;
	background-image: url(gfx/MastheadStatement.gif);
	background-repeat: no-repeat;
	float: right;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerSeperator {
	background-color: #5F33B4;
	background-image: url(gfx/mastheardSeperator.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 100%;
	color: #5F33B4;
	margin-bottom: 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
}
#sidebarMenu1 a:hover,
#sidebarMenu2 a:hover,
#sidebarMenu3 a:hover,
#sidebarMenu4 a:hover,
#sidebarMenu5 a:hover,
#sidebarMenu6 a:hover,
#sidebarMenu7 a:hover,
#sidebarMenu8 a:hover,
#sidebarMenu9 a:hover {
	background-position:-200px
}
body#home a#homeLink,
body#award a#awardLink,
body#news a#newsLink,
body#trustees a#trusteesLink,
body#work a#workLink,
body#prev04a a#PreviousLink, body#prev04b a#PreviousLink, body#prev04c a#PreviousLink,
body#prev05a a#PreviousLink,
body#prev06a a#PreviousLink,
body#prev07a a#PreviousLink, body#prev07b a#PreviousLink, body#prev07c a#PreviousLink,
body#prev08a a#PreviousLink,
body#contact a#contactLink,
body#prize1a a#prizeLink, body#prize1b a#prizeLink, body#prize1c a#prizeLink, body#prize1d a#prizeLink, body#prize1e a#prizeLink,
body#prize2a a#prizeLink, body#prize2b a#prizeLink, body#prize2c a#prizeLink, body#prize2d a#prizeLink, body#prize2e a#prizeLink,
body#prize3a a#prizeLink, body#prize3b a#prizeLink, body#prize3c a#prizeLink, body#prize3d a#prizeLink, body#prize3e a#prizeLink,
body#prize4a a#prizeLink, body#prize4b a#prizeLink, body#prize4c a#prizeLink, body#prize4d a#prizeLink, body#prize4e a#prizeLink,
body#prize5a a#prizeLink, body#prize5b a#prizeLink, body#prize5c a#prizeLink, body#prize5d a#prizeLink, body#prize5e a#prizeLink,
body#sitemap a#sitemapLink {
	background-position:-400px;
}
#sidebarMenu1 a {
	background:url(gfx/menuOption1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu2 a {
	background:url(gfx/menuOption2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu3 a {
	background:url(gfx/menuOption3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu4 a {
	background:url(gfx/menuOption4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu5 a {
	background:url(gfx/menuOption5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu6 a {
	background:url(gfx/menuOption6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu7 a {
	background:url(gfx/menuOption7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu8 a {
	background:url(gfx/menuOption8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarMenu9 a {
	background:url(gfx/menuOption9.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#sidebarImage {
	padding: 0px;
	float: left;
	height: 135px;
	width: 180px;
	margin-top: 75px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#mainContentLeft {
	float: left;
	height: auto;
	width: 50%;
	background-color: #FFFFFF;
	text-align: justify;
	margin-left: 20px;
	margin-bottom: 20px;
}
#mainContentLeft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#mainContentRight {
	float: right;
	height: auto;
	width: 210px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #e0d4f7;
	background-image: url(gfx/sideboxBoxBackground.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: thin solid #5F33B4;
}


#footer {
	background-color: #5F33B4;
	text-align: center;
	background-image: url(gfx/FooterFade.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:1;
	line-height: 0px;
	float: none;
}
#frontpageM1 {
	width: 95%;
	background-image: url(gfx/sideboxBoxBackground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-color: #E0D4F7;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border: thin solid #5F33B4;
}
#frontpageS1 {
	background-color: #e0d4f7;
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 90%;
	background-image: url(gfx/sideboxBoxBackground.gif);
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: justify;
}
#contactpageM1 {
	width: 95%;
	background-image: url(gfx/sideboxBoxBackground.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	background-color: #E0D4F7;
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

 #mainContentPrev {
	float: left;
	height: auto;
	width: 520px;
	background-color: #FFFFFF;
	text-align: justify;
	padding-bottom: 20px;
	margin-left: 10px;
}
#prizetab1 a:hover,
#prizetab2 a:hover,
#prizetab3 a:hover,
#prizetab4 a:hover,
#prizetab5 a:hover {
background-position:-130px;
}
#prizetab1 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	height: 60px;
	width: 130px;
	float: left;
	background-image: url(gfx/prizetab01.gif);
	margin-bottom: 0px;
}
#prizetab2 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	padding: 0px;
	height: 60px;
	width: 130px;
	float: left;
	background-image: url(gfx/prizetab02.gif);
}
#prizetab3 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	padding: 0px;
	height: 60px;
	width: 130px;
	float: left;
	background-image: url(gfx/prizetab03.gif);
}
#prizetab4 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 130px;
	float: left;
	background-image: url(gfx/prizetab04.gif);
}
#prizetab5 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 130px;
	float: left;
	background-image: url(gfx/prizetab05.gif);
}
body#prize1a a#prize1link,
body#prize1b a#prize1link,
body#prize1c a#prize1link,
body#prize1d a#prize1link,
body#prize1e a#prize1link,
body#prize1f a#prize1link,
body#prize1g a#prize1link,
body#prize1h a#prize1link,
body#prize2a a#prize2link,
body#prize2b a#prize2link,
body#prize2c a#prize2link,
body#prize2d a#prize2link,
body#prize2e a#prize2link,
body#prize2f a#prize2link,
body#prize2g a#prize2link,
body#prize2h a#prize2link,
body#prize3a a#prize3link,
body#prize3b a#prize3link,
body#prize3c a#prize3link,
body#prize3d a#prize3link,
body#prize3e a#prize3link,
body#prize3f a#prize3link,
body#prize3g a#prize3link,
body#prize3h a#prize3link,
body#prize4a a#prize4link,
body#prize4b a#prize4link,
body#prize4c a#prize4link,
body#prize4d a#prize4link,
body#prize4e a#prize4link,
body#prize4f a#prize4link,
body#prize4g a#prize4link,
body#prize4h a#prize4link,
body#prize5a a#prize5link,
body#prize5b a#prize5link,
body#prize5c a#prize5link,
body#prize5d a#prize5link,
body#prize5e a#prize5link,
body#prize5f a#prize5link,
body#prize5g a#prize5link,
body#prize5h a#prize5link {
	background-position:-260px;
}
#prevTab04a a:hover,
#prevTab05a a:hover,
#prevTab06a a:hover,
#prevTab07a a:hover,
#prevTab08a a:hover {
	background-position:-104px;
}
#prevTab04 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	padding: 0px;
	height: 30px;
	width: 104px;
	float: left;
	background-image: url(gfx/prev04.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prevTab05 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 104px;
	float: left;
	background-image: url(gfx/prev05.gif);
}
#prevTab06 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 104px;
	float: left;
	background-image: url(gfx/prev06.gif);
}
#prevTab07 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 104px;
	float: left;
	background-image: url(gfx/prev07.gif);
}
#prevTab08 a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 104px;
	float: left;
	background-image: url(gfx/prev08.gif);
}
#prevContent04 {
	background-color: #e0d4f7;
	height: auto;
	width: 496px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F33B4;
	border-right-color: #5F33B4;
	border-bottom-color: #5F33B4;
	border-left-color: #5F33B4;
	background-image: url(gfx/sideboxBoxBackground.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: none;
	display: block;
}
#prevyears {
	display: block;
	margin: 0px;
	padding: 0px;
}

#ContactContentLeft {
	float: left;
	height: auto;
	width: 75%;
	background-color: #FFFFFF;
	text-align: justify;
	margin-left: 20px;
	padding-bottom: 20px;
}
#prizeadiv a:hover, #prizebdiv a:hover, #prizecdiv a:hover, #prizeddiv a:hover {
	background-position:-100px
}
#prev04p1div a {
	background:url(gfx/prev04p1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#prev04p2div a {
	background:url(gfx/prev04p2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p3div a {
	background:url(gfx/prev04p3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p4div a {
	background:url(gfx/prev04p4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p5div a {
	background:url(gfx/prev04p5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p6div a {
	background:url(gfx/prev04p6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p7div a {
	background:url(gfx/prev04p7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev04p8div a {
	background:url(gfx/prev04p8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body#prev04a a#prev04aLink, body#prev04b a#prev04aLink, body#prev04c a#prev04aLink, body#prev04d a#prev04aLink,
body#prev05a a#prev05aLink, body#prev06a a#prev06aLink, body#prev07a a#prev07aLink, body#prev07b a#prev07aLink,
body#prev08a a#prev08aLink {
	background-position:-208px;
}
#prevTab04 a:hover , #prevTab05 a:hover, #prevTab06 a:hover, #prevTab07 a:hover,
#prevTab08 a:hover {
	background-position:-104px;
}
body#prev04a a#prev04paLink, body#prev04b a#prev04pbLink, body#prev07a a#prev07paLink, body#prev07b a#prev07pbLink {
	background-position:-150px;
}
#prev04p1div a:hover , #prev04p2div a:hover, #prev07p1div a:hover, #prev07p2div a:hover,
#prev07p1div a:hover {
	background-position:-75px;
}
body#prize1a a#prize1alink, body#prize1b a#prize1blink, body#prize1c a#prize1clink, body#prize1d a#prize1dlink,
body#prize1e a#prize1elink, body#prize1f a#prize1flink, body#prize1e a#prize1glink, body#prize1f a#prize1hlink,
body#prize2a a#prize2alink, body#prize2b a#prize2blink, body#prize2c a#prize2clink, body#prize2d a#prize2dlink,
body#prize2e a#prize2elink, body#prize2f a#prize2flink, body#prize2e a#prize2glink, body#prize2f a#prize2hlink,
body#prize3a a#prize3alink, body#prize3b a#prize3blink, body#prize3c a#prize3clink, body#prize3d a#prize3dlink,
body#prize3e a#prize3elink, body#prize3f a#prize3flink, body#prize3e a#prize3glink, body#prize3f a#prize3hlink,
body#prize4a a#prize4alink, body#prize4b a#prize4blink, body#prize4c a#prize4clink, body#prize4d a#prize4dlink,
body#prize4e a#prize4elink, body#prize4f a#prize4flink, body#prize4e a#prize4glink, body#prize4f a#prize4hlink,
body#prize5a a#prize5alink, body#prize5b a#prize5blink, body#prize5c a#prize5clink, body#prize5d a#prize5dlink,
body#prize5e a#prize5elink, body#prize5f a#prize5flink, body#prize5e a#prize5glink, body#prize5f a#prize5hlink {
	background-position:-120px;
}
body#prizea a#prizeaLink, body#prizeb a#prizebLink, body#prizec a#prizecLink, body#prized a#prizedLink {
	background-position:-200px;
}
#prev05p1div a {
	background:url(gfx/prev05p1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p2div a {
	background:url(gfx/prev05p2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p3div a {
	background:url(gfx/prev05p3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p4div a {
	background:url(gfx/prev05p4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p5div a {
	background:url(gfx/prev05p5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p6div a {
	background:url(gfx/prev05p6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p7div a {
	background:url(gfx/prev05p7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev05p8div a {
	background:url(gfx/prev05p8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p1div a {
	background:url(gfx/prev06p1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p2div a {
	background:url(gfx/prev06p2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p3div a {
	background:url(gfx/prev06p3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p4div a {
	background:url(gfx/prev06p4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p5div a {
	background:url(gfx/prev06p5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p6div a {
	background:url(gfx/prev06p6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p7div a {
	background:url(gfx/prev06p7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev06p8div a {
	background:url(gfx/prev06p8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p1div a {
	background:url(gfx/prev07p1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p2div a {
	background:url(gfx/prev07p2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p3div a {
	background:url(gfx/prev07p3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p4div a {
	background:url(gfx/prev07p4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p5div a {
	background:url(gfx/prev07p5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p6div a {
	background:url(gfx/prev07p6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p7div a {
	background:url(gfx/prev07p7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev07p8div a {
	background:url(gfx/prev07p8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p1div a {
	background:url(gfx/prev08p1.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p2div a {
	background:url(gfx/prev08p2.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p3div a {
	background:url(gfx/prev08p3.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p4div a {
	background:url(gfx/prev08p4.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p5div a {
	background:url(gfx/prev08p5.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p6div a {
	background:url(gfx/prev08p6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p7div a {
	background:url(gfx/prev08p7.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prev08p8div a {
	background:url(gfx/prev08p8.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 75px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prizeadiv a {
	background:url(gfx/prizea.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#prizebdiv a {
	background:url(gfx/prizeb.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prizecdiv a {
	background:url(gfx/prizec.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prizeddiv a {
	background:url(gfx/prized.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebarImageaward {
	padding: 0px;
	float: left;
	height: 135px;
	width: 180px;
	margin-top: 100px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(gfx/VIPS.gif);
}
#sidebarMenu6 {
	background:url(gfx/menuOption6.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
}
#award #AnnualAwardPrevLink {
	background-position: center;
	height: 30px;
	width: 200px;
	margin-left: 33%;
	border: thick solid #6236B5;
}
#mainsidebarImage {
	padding: 0px;
	float: left;
	height: 270px;
	width: 180px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #E0D4F7;
	border: 2px solid #5F33B4;
}
#mainsidebarImage a {
	text-decoration: none;
}
#prize4pagecontent {
	background-color: #e0d4f7;
	height: auto;
	width: 566px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F33B4;
	border-right-color: #5F33B4;
	border-bottom-color: #5F33B4;
	border-left-color: #5F33B4;
	background-image: url(gfx/sideboxBoxBackground.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prizepagecontainer {
	float: left;
	height: 464px;
	width: 60px;
	margin-right: 15px;
}

#prize4page1tab a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 60px;
	background: url(gfx/prize4page1.gif);
	margin-top: 20px;
}
#prize4page2tab a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 60px;
	background: url(gfx/prize4page2.gif);
	margin-top: 20px;
}
#prize4page3tab a {
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 60px;
	background: url(gfx/prize4page3.gif);
	margin-top: 20px;
}
#prize4page1tab a:hover, #prize4page2tab a:hover, #prize4page3tab a:hover, #prize4page4tab a:hover {
	background-position:-60px
}
#flashmg2007show {
	float: right;
	height: 250px;
	width: 250px;
	margin: 25px;
}
#prize4aemptydiv {
	height: 120px;
}
#vipssidebarImage {
	padding: 0px;
	float: left;
	height: 135px;
	width: 180px;
	margin-top: 100px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(gfx/VIPS.gif);
}

/*---- Lightbox CSS Follows--------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	color: #000000;
}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#frontpageflashbox {
	width: 960px;
	height: 430px;
	float: right;
	margin-right: 10px;
}
#mainContentFlash {
	float: right;
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	text-align: justify;
}
#footer_flash {
	background-color: #5F33B4;
	text-align: center;
	background-image: url(gfx/FooterFade.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
