/* CSS Document */

body	{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #DEEEEE;
	color: #003366;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6	{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
h1	{
	color: #999900;
	font-size: 16px;
}
h2	{
	padding-top: 10px;
	font-size: 14px;
}
h3	{
	padding-top: 10px;
	font-size: 13px;
}
h4	{
	padding-top: 5px;
	font-size: 12px;
}
p	{
	padding-top: 10px;
	margin: 0px;
}
td	{
	font-size: 11px;
}
hr { 
	color : #dadada; 
}

/* VISIBLE PAGE CONTAINER */

#wrapper	{
  width: 775px;
	margin: 0px auto;
	text-align: left;
}

/* HEADER */

#header	{
	height: 138px;
	width: 775px;
	position: relative;
	background-color: #DDD6D6;
	background-image: url(../images/bg_header6.jpg);
	background-repeat: no-repeat;
}
/* Header Images */
#header img	{
	margin: 18px 0px 0px 34px;
}

/* NAVIGATION */

#navigation	{
	margin: 0px;
	height: 38px;
	background-image: url(../images/bg_menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1000;
}
table.navbar	{
	font-size: 9pt;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	font-weight: bold;
}
table.menu	{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;	
}
td.menuNormal, td.menuHover	{
	padding: 0px;
	vertical-align: top;
	background-image: url(../images/bg_menu_item.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.menuNormal	{
	display: none;
}
div.menuHover	{
	border: 1px solid #CCCCFF;
	background-color: #EEEEEE;
	display: inline;
	position: absolute;
	z-index: 10;  /*this stops relative positioned page items from displaying over the top of the drop-down menu*/
}
p.menuitem	{
	margin: 0px;
	padding: 5px 15px;
	color:#003366;
}
a.menuitem	{
	display: block;
	margin: 0px;
	padding: 5px 15px;
	background-color: transparent;
	color:#003366;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active	{
	color: #999900;
}
a.submenuitem	{
	display: block;
	margin: 0px;
	padding: 4px 15px;
	background-color: #EEEEEE;
	color:#003366;		
	background-image: url(../images/bg_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;	
}
a.submenuitem:hover, a.submenuitem:active	{
	color: #999900;		
	background-image: url(../images/bg_green_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	/*background-color: #FFFFCC;*/
}

/* MAIN CONTENT (RIGHT COLUMN PAGE)*/

#content	{
	height: 1%;
	background-image:url(../images/bg_content_full_middle.gif);
	background-repeat: repeat-y;
}
#sponsors	{
	background-image:url(../images/bg_content_full_middle.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #DADADA;
	text-align: center;
}
#sponsors td	{
	width: 25%;
	text-align: center;
	padding: 3px;
}
#footer	{
	padding: 16px 10px 8px 10px;
	border-top: 1px solid #DADADA;
	background-image: url(../images/bg_content_full_bottom.gif);
	background-repeat: no-repeat;
	color: #999999; 
	font-size: 80%;
	text-align: right;
}

#footer a:link,
#footer a:visited	{ 
	color: #999999; 
	text-decoration: none;
}
#footer a:hover	{
	color: #999900;
	text-decoration: underline;
}

#pagetitle	{
	border-bottom: 1px solid #DADADA;
	background-image: url(../images/bg_content_top.gif);
	background-repeat: no-repeat;
}
#pagetitle h1	{
	margin: 0px;
	padding: 13px 15px 7px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
/* Quick page links */
#page_link	{
	float: right;
	margin: -25px 20px 0px 0px;
	text-align: right;
	color: #CCCCCC;
	font-size: 9px;
}
#page_link a:link, 
#page_link a:visited {
	color: #999900;
}
#page_link a:hover {
	color:#003366;
	text-decoration: none;
}

/* Nav Breadcrumbs */
#path	{
	float: right;
	margin: 15px 20px 0px 0px;
	font-size: 9px;	
}
#path a:link, 
#path a:visited {
	color: #999900;
}
#path a:hover {
	color:#003366;
	text-decoration: none;
}
#pagetext	{
	padding: 10px 15px 15px 15px;
}
#pagetext_column	{
	border-right: 1px solid #DADADA;
	padding: 10px 15px 15px 15px;
	margin-right: 180px;
}
#news	{
	margin: 0px;
	float: right;
	width: 150px;
	padding: 5px 15px;
	text-align: justify;
	border-left: 1px solid #DADADA;
	/*background-image: url(../images/bg_news.jpg);*/
	/*background-position: top;*/
	/*background-repeat: repeat-x;*/
}
/* BOX MODEL HACK for earlier IE Versions*/
* html #news {
    \width: 180px; /* for IE5 and IE6 in quirks mode */
    w\idth: 150px; /* for IE6 in standards mode */
}

/* Rounded boxes class */

.roundbox_top	{
	background-image: url(../images/rounded_box_top.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}	
.roundbox_middle	{
	background-image: url(../images/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 740px;
}
.roundbox_middle h2,
.roundbox_middle p	{
	width: 530px;
	margin-left: 15px;
	float: left;
	text-align: justify;
}
.roundbox_middle img	{
	width: 150px;
	height: 150px;
	margin-left: 20px;
	float: left;
}
.roundbox_middle h2 img	{
	width: 10px;
	height: 12px;
	float: inherit;
}
.roundbox_middle_noformat	{
	background-image: url(../images/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 740px;
}
.roundbox_bottom	{
	background-image: url(../images/rounded_box_bottom.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}

.clear	{ 
	clear: both; 
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
.image_left {
	padding: 5px;
	float: left;
}
.image_right {
	padding: 5px;
	float: right;
}
.padded_list li	{ 
	padding: 5px;
}
.smallcap	{
	font-variant: small-caps;
}
.redtext	{
	color: #CC0033;
}
.bluetext	{
	color:	#0033CC;
}
.greentext	{
	color:#999900;
	font-weight: bold;
}
.bluehilite	{
	color: #EEEEEE;
	background-color: #000099;
	border: #666666 2px solid;
	padding: 5px;
	text-align: center;
}
.goldtext	{
	color: gold;
	background-color: #000099;
	border: #666666 2px solid;
	padding: 5px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
.yellow_box	{
	background-color: #FFFFCC;
	border: 1px solid #877D6C;
	width: 95%;
	padding: 10px;
}
.pbr_logo	{
	background-image: url(../images/pbr_10px.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
	display: inline;
}
.padded_image	{
	padding: 0px 5px;
}
.signature	{
	color: #993300;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.flashbox	{
	width: 640px;
	height: 480px;
	border: solid #666666 1px;
	margin: 20px 0px 20px 50px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*float: left;*/
}