		/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 0px;
	margin: 0;
}
#masthead
{
	background-image:  url(http://teambc.org/site/images/BG_PAGE_HEAD.gif);
	width: 770px;
	height: 82px;
	padding: 0;
	margin: 0;
}
#masthead2
{
	background-image:  url(http://teambc.org/site/images/BG_NAV.gif);
	width: 770px;
	height: 31px;
}
#leftcolumn
{
	margin-right: -160px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 151px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 152px;
	background-image:  url(http://teambc.org/site/images/BG_PAGE.gif);
}
#contentColumn
{
	width: auto;
	margin-left: 150px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: right;
	padding: 5;
	margin: 5;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 151px;	
	margin: 2px;
	width:457px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #masthead2, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 0px #000;
	width:770px;
	background-color: #ffffff;
	background-image:  url(http://teambc.org/site/images/BG_PAGE.gif);
}
#masthead, #masthead2, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer{
	border: solid 0px #000;
	background-image:  url(http://teambc.org/site/images/BG_FOOTER.gif);
}
/*---- Visual Elements ----*/
body
{
	background-color: #efefef;
	color: #000;
	padding: 8px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 770px;
	border: solid 1px #000;
}








/*---- TEMPLATE FROM ORIGINAL SITE VISUAL ELEMENTS -----*/
body{
	margin: 0px;
	padding: 8px;
	background:#c0c0e0;	
}
td{
	font-family:verdana;
	font-size:10pt;
	text-align:left;
}
UL.TE{
	font-size:7pt;
	list-style-image: none;
	list-style-type: none;
	background-position: left;
	white-space: normal;
	margin: 0 0 0 1px;
	padding: 0px;
	border: 0px;
	left: 0px;
	clip:  rect(0px 0px 0px 0px);
}
.TE a{
	line-height: 7pt;
	font-family:arial;
	font-size:8pt; 
	color:#677787; 
	text-decoration:none; 
	margin: 0px; 
	padding: 0 0 0 1px;
	vertical-align: midd
}
.TE a:hover{
	text-decoration:underline; 
}
#EntirePage{
	padding: 0px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	background-color: #ffffff;
}
#Page_Head{
	background-image:  url(http://teambc.org/site/images/BG_PAGE_HEAD.gif);
	position:relative;
	top: 0px;
	width: 770px;
	height: 82px;
}

#Page_Nav{
	background-image:  url(http://teambc.org/site/images/BG_NAV.gif);
	position:relative;
	top: 0px;
	width: 770px;
	height: 31px;
}
#Page_Footer{
	background-image:  url(http://teambc.org/site/images/BG_FOOTER.gif);
/*	position:relative; */
	top: 0px;
	width: 770px;
	height: 42px;
}
#bottomspacer{
	position: relative;
	height: 100%;
	width: 770px;
	background-color: #ffffff;
}
#Page_Main{
	background-image:  url(http://teambc.org/site/images/BG_PAGE.gif);
	height: 100%;
/*	min-height: 2600px;  */
	padding: 0px;
	position:relative;
	top: 0px;
	width: 770px;
}
#Main_Menu{
	height: 100%;
	border: 0px;
	padding: 0px;
	float: left;
	width: 152px;
}
.Main_Menu_Links{
	margin: 0px;
}



.Main_Menu_Links_Title{
	background-image:  url(http://teambc.org/site/images/BG_Main_Menu_H1.gif);
	font-family:arial; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 0px 0px 0px;
}
.Main_Menu_Links_Title h1{
	font-family:arial; font-size:10px; color:#FFFFFF; text-decoration:none; font-weight: normal; margin: 0px; padding: 0px 0px 0px 7px;vertical-align: middle;
}

.Main_Menu_Links a{
	background-image:  url(http://teambc.org/site/images/BG_Main_Menu_Links.gif);
	display: block; 
	font-family:arial; font-size:11px; color:#000000; text-decoration:none; font-weight: bold; margin: 0px; padding: 2px 0px 3px 14px;vertical-align: middle;
}
.Main_Menu_Links a:hover{
	background-image:  url(http://teambc.org/site/images/BG_Main_Menu_Links_OVR.gif);
}

#Main_Content{
	height: 100%;
	background: #fff;
	margin-left: 153px;
	margin-right:153px;
}
#Main_Content_Item{
	align: center;
	width: 453;
	background: #fff;
	margin: 1px;
	font-family:verdana;
	font-size:10pt;
}
#Main_Content_Item a{
	font-family:"Times New Roman", Times, serif; font-size:12px; color:#D56767; text-decoration:UNDERLINE; font-weight: bold;
}
#Main_Content_Item a:hover{
	text-decoration:none; 
}
.Main_Content_Item_Title{
	background-image:  url(http://teambc.org/site/images/BG_Main_Content_Item_Title.gif);
	font-family:arial; font-size:12px; color:#000000; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 0px 0px 0px;
}
.Main_Content_Item_Title h1{
	font-family:arial; font-size:12px; color:#000000; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 0px 0px 4px;vertical-align: middle;
}

#Main_OtherItems{
	height: 100%;
	position: absolute;
	left: 616px;
	top: 0px;
	width: 152px;
}
.Main_OtherItems_Title{
	background-image:  url(http://teambc.org/site/images/BG_Main_OtherItems_Title.gif);
	font-family:arial; font-size:10px; color:#FFFFFF; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 0px 0px 0px;
}
.Main_OtherItems_Title h1{
	font-family:arial; font-size:11px; color:#FFFFFF; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 0px 0px 4px;vertical-align: middle;
}

a.AVER11WHITE:link, a.AVER11WHITE:visited, a.AVER11WHITE:hover {font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none;}
a.AVER11WHITE:hover {text-decoration:underline}
a.AVER9WHITE:link, a.AVER9WHITE:visited, a.AVER9WHITE:hover {font-family:verdana; font-size:9px; color:#FFFFFF; text-decoration:none;}
a.AVER9WHITE:hover {text-decoration:underline}
a.AVER8UPPERWHITE:link, a.AVER8UPPERWHITE:visited, a.AVER8UPPERWHITE:hover, a.AVER8UPPERWHITE:hover {font-family:verdana;font-size:7pt;color:#FFFFFF;text-decoration:none;text-transform: uppercase;}
a.aPage_NavHorz, a.aPage_NavHorz:visited {font-family:verdana; font-size:9px; color:#FFFFFF; text-decoration:none; font-weight: bold; margin: 0px; padding: 0px 15px 0px 15px;}
a.aPage_NavHorz:hover{color:#E7EC9D;}

/*************  FORM RELATED TAGS ***************/
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
submit, input{
	font-size:7pt; 
	font-face:Arial,sans-serif;  
	color:#000000;
}
Select.SELECT_Page_Head{
	font-size:7pt; 
	font-face:Arial,sans-serif;  
	color:#515151;
}
input{
	font-family:Arial,sans-serif; 
	font-size:8pt;
	border: 1px ridge #999999;
}
select{
	font-family:Arial,sans-serif; 
	font-size:8pt;
	border: 1px ridge #999999;
}
/************* /FORM RELATED TAGS ***************/


/*************  FILES FROM DATABASE *************/
.menutitle{cursor:pointer;}
.dottybottom{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#eee;}
.lineHiLite{background-color:#ffffcc;}
.line{}
.submenu{margin-bottom: 0.5em;}
/************* /FILES FROM DATABASE *************/



fieldset
	{
	margin: 0px 1px 0px 1px; 
	padding:4px;
	border: 1px solid #c51100;
/*	width: 20em 
	width:80%;	*/
	}
	
legend
	{
	color: #fff;
	font-weight:bolder;
	background: #c51100;
	border: 1px solid #c51100;
	padding: 2px 6px
	}
