/*
 * Style sheet for Ann Roberts website
 */

BODY {
  font-family: "Verdana" , "Arial" sans-serif;
}

table#TopBanner {
/*  background-image: url('SiteImages/TCMCbanner.jpg');*/
	position : fixed ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	margin : 0% 0% ;
  border-collapse : separate ;
  border-spacing : 0px;
	font-family : "Verdana" , "Arial", sans-serif ;
	color : #CCCCFF ;
	text-align : left ;
}


tr.NavBar {
  text-align : center ;
	font-size : 10pt ;
}

tr.NavBar td {
	margin : 10px 10px 10px 10px ;
	color : white ;
	background-color : #6600DD ;
	border-top : 2px solid #AA99FF ;
	border-bottom : 2px solid #330099 ;
	border-left : 2px solid #AA99FF ;
	border-right: 2px solid #330099 ;
}

tr.NavBar td#NavBarCurrent {
	background-color : #330099 ;
	border-top : 2px solid #330099 ;
	border-bottom : 2px solid #AA99FF ;
	border-left : 2px solid #330099 ;
	border-right: 2px solid #AA99FF ;	
}

tr.NavBar :link {
	color : white ;
	text-decoration : none ;
}

tr.NavBar :visited {
	text-decoration : none ;
	color : white ;
}

tr.NavBar :link:hover {
	text-decoration : none ;
	color : #9999FF;
 }

tr.NavBar2 {
  text-align : center ;
	font-size : 10pt ;
	font-weight : bold ;
}

tr.NavBar2 td {
	margin : 10px 10px 10px 10px ;
	background-color : #CCCCFF ;
	border-top : 2px solid #AA99FF ;
	border-bottom : 2px solid #330099 ;
	border-left : 2px solid #AA99FF ;
	border-right: 2px solid #330099 ;
	color : red ;
}


tr.NavBar2 :link {
	color : red ;
	text-decoration : none ;
}

tr.NavBar2 :visited {
	text-decoration : none ;
	color : #FF0033 ;
}

tr.NavBar2 :link:hover {
	text-decoration : none ;
	color : black ;
 }


tr.NavBarColour {
  text-align : center ;
	font-size : 12pt ;
	font-weight : normal;

}

tr.NavBarColour td {
	margin : 10px 10px 10px 10px ;
	background-color : #FFFFFF ;
	border-top : 2px solid #CCF ;
	border-bottom : 2px solid #330099 ;
	border-left : 2px solid #CCF ;
	border-right: 2px solid #330099 ;
	color : red ;
}

tr.NavBarColour :link {
	text-decoration : none ;
	color : #F00;
}

tr.NavBarColour :visited {
	text-decoration : none ;
	color : #F00 ;
}

tr.NavBarColour :link:hover {
	text-decoration : none ;
	color : #F60;
 }

hr.HR {
    clear:both;
    height:4px;
    width:100%;
    background:#330099;
    margin: 0px 0px 0px 0px; 
 }

table#Mainbody {
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	margin : 0% 0% 0% 0% ;
	background-color : #CCCCFF ;
	border : 0px solid #330099 ;
  overflow : scroll ;
	font-family : "Arial" , "Verdana", sans-serif ;
	font-size : 10pt ;
	color : black ;
	border-collapse : separate ;
	text-align : left ;
}

td#SideBarLeft {
	background-color : #DDDDFF ;
	width : 140px ;
	border-right : 2px solid #330099 ;
  text-align : center ;
  color:black;
}

td#SideBarRight {
	background-color : #DDDDFF ;
  width : 140px ;
	border-left : 2px solid #330099 ;
  text-align : center ;
  color : black ;
}

div.JGNdiv {
	background-color : #DDDDFF ;
	margin : 2px 2px 2px 2px ;
  padding: 5px;
	border-top : 2px solid #AA99FF ;
	border-bottom : 2px solid #330099 ;
	border-left : 2px solid #AA99FF  ;
	border-right: 2px solid #330099 ;
  border-spacing : 0px;
	font-family : "arial" , sans-serif ;
	font-size : 10pt ;
	color : black ;
	text-align : left ;
}

table.JGNtable {
	background-color : #DDDDFF ;
	margin : 2px 2px 2px 2px ;
  padding: 5px;
	border-top : 2px solid #AA99FF ;
	border-bottom : 2px solid #330099 ;
	border-left : 2px solid #AA99FF  ;
	border-right: 2px solid #330099 ;
  border-collapse : separate ;
  border-spacing : 0px;
	font-family : "arial" , sans-serif ;
	font-size : 10pt ;
	color : black ;
	text-align : left ;
}
table.JGNtable td {
        border : 0px solid blue
}
