/* PAGE */
body
{
	background-color: rgb(249,166,74);
	font-family: Tahoma;
}

/* GENERIC LINKS */
a
{
	color: red;
}

/* CONTAINER */
#global_container
{
	width: 800px;
	border-bottom: #003E88 5px solid;
	border-left: #003E88 5px solid;
	border-top: #003E88 5px solid;
	border-right: #003E88 5px solid;
	margin-right: 10px;
}

/* LOGO */
#global_logo
{
	background-color: White;
	background-image: url(images/top-logo6.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: #003E88 5px solid;
	height: 144px;
}

/* MENU */
#global_menu
{
	border-bottom: #003E88 5px solid;
	height: 30px;
	text-align: center;
}
#global_menu a
{
	font-size: 8pt;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
}

/* BLACK TAB */
.tab_black
{
	background-image: url(images/buttons/tab_black.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 80px;
}
.tab_black a
{
	color: White;
}

/* WHITE TAB */
.tab_white
{
	background-image: url(images/buttons/tab_white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 80px;
}
.tab_white a
{
	color: Black;
}

/* GREY TAB */
.tab_grey
{
	background-image: url(images/buttons/tab_grey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 80px;
}
.tab_grey a
{
	color: White;
}

/* FOOTER */
#global_foot
{
	color: Black;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

/* CONTENT */
#global_content
{
	background-color: White;
	height: 454px;
}

#global_content h1
{
	font-size: xx-large;
	font-weight: bold;
}

#global_content h2
{
	font-size: x-large;
	font-weight: bold;
}

#global_content p
{
	font-size: 12pt;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#global_content li
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: 30px;
	margin-top: 0px;
	text-align: left;
}

/* BACKGROUND -- AWARDS */
.background_award
{
	background-image: url(images/background/award_page1.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/* BACKGROUND -- PROCEEDS */
.background_proceeds
{
	background-image: url(images/background/proceeds_page.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 782px;
	width: 766px;
}

/* LINK BUTTON #1 */
a.b1_grey
{
    background: transparent url('images/buttons/b1_grey_left.gif') no-repeat top left;
    display: block;
    float: left;
    font-size: small;
    line-height: 15px;
    height: 23px;
    padding-left: 9px;
    text-decoration: none;
}

a.b1_grey span{
background: transparent url('images/buttons/b1_grey_right.gif') no-repeat top right;
display: block;
padding: 3px 9px 5px 0;
}

#global_sponsors
{
    background-color: rgb(249,166,74);
    margin-left: auto;
    margin-right: 0px;
    position: absolute;
    right: 2px;
    top: 90px;
}

.side_sponsor
{
    border-style: none;
    width: 100px;
}

#logo_oa_div
{
    background-color: transparent;
    border-style: none;
    border-color: Red;
    width: 150px;
    height: 40px;
    position: relative;
    left: 210px;
    top: 34px;
    float: left;
}
#logo_oa_div:hover
{
    border-style: solid;
}

#logo_ph_div
{
    background-color: transparent;
    border-style: none;
    border-color: Red;
    width: 200px;
    height: 40px;
    position: relative;
    right: 210px;
    top: 34px;
    float: right;
}
#logo_ph_div:hover
{
    border-style: solid;
}

#logo_series
{
    background-color: transparent;
    border-style: none;
    border-color: Red;
    width: 185px;
    height: 40px;
    position: relative;
    left: 440px;
    top: 1px;
    float: left;
}
#logo_series:hover
{
    border-style: solid;
}

.logo_link
{
    background-color: Yellow;
    width: 100%;
    height: 100%;
}
.video 
{
position: relative;
width: 320px;
height: 240px;
border: solid 3px darkblue;
}