body  {
	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;
	color: #CCCCCC;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

body a:hover{
	color: #FF0000;
	}
H1 {
	font-family:"Times New Roman", Times, serif;
	color: #FFCCFF;
}
H2 {
	font-family:"Times New Roman", Times, serif;
	color: #FFCCFF;
}

.twoColLrgSide #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLrgSide #header {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 14px;
} 
.twoColLrgSide #header h2 {
	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 */
}
.twoColLrgSide #header a:link {
	color:#FFCCFF;
}
 
.twoColLrgSide #header a:visited {
	color:#FFCCFF;
}

.twoColLrgSide #header a:active {
	color:#FFCCFF;
} 
.twoColLrgSide #header a:hover {
	color:#FF0000;
}




.twoColLrgSide  #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	text-align: right;
}

.twoColLrgSide #sidebar a:link {
	color:#FFCCFF;
}
 
.twoColLrgSide #sidebar a:visited {
	color:#FFCCFF;
}

.twoColLrgSide #sidebar a:active {
	color:#FFCCFF;
} 
.twoColLrgSide #sidebar a:hover {
	color:#FF0000;
}


.twoColLrgSide #mainContent {
	margin: 0 0 0 200px; 
	padding: 0 8px;
} 
.twoColLrgSide #mainContent a:link {
	color:#000066;
}
 
.twoColLrgSide #mainContent a:visited {
	color:##000066;
}

.twoColLrgSide #mainContent a:active {
	color:#000066;
} 
.twoColLrgSide #mainContent a:hover {
	color:#FF0000;
}

.twoColLrgSide #footer {
	padding: 0 10px 0 20px;
	text-align:center;
} 
.twoColLrgSide #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 */
	font-size: 12px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar /* These are the menu table styles. */
 table#menuTbl {
	margin: 0 auto;
}
#sidebar   #menuTbl  thead {
	font-size: 0.75em;
	}
#sidebar   #menuTbl  tbody {
	font-size: 1.1em;
	}
#sidebar  #menuTbl  caption {
	font-size:2em;
	font-weight::bold;
	color:#FFCCFF;
	text-align:left;
	padding-bottom:0.75em;
	font-family:"Times New Roman", Times, serif;
}
#sidebar  #menuTbl  td {
	width:140px;
	text-align:right;
	padding:4px;
}
#sidebar  #menuTbl td.chosen {
	background-color:#FFCCFF;
	border-width: 1px 2px 2px 1px;
	color: #000066;
	opacity: .5;
}

#sidebar #menuTbl td:hover{
	color:#FF0000;
	background-color:#FFCCFF;
	opacity: .5;
}

/* These are for the AJAX */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
/
; 	float: left;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 3px;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 1em sans-serif;
	background-color: #CCCCCC;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:26px;
	width:124px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-color: #000066;
	border-width: medium;
	float: left;
}


.TabbedPanelsTabHover {
	background-color: #FFCCFF;
	opacity: .5;
}


.TabbedPanelsTabSelected {
	background-color: #999999;
}


.TabbedPanelsTab a {
	color: #000066;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	padding:10pz;
	height:400;
	width:550;	
}

.TabbedPanelsContent {
	height:400px;
	width:545px;
	background-image:url(images/ContentBackground.gif);
	padding-top: 12px;
	padding-left: 12px;
	color: #000066;
	font-size: 12px;
}
.TabbedFlexContent {
	height:750px;
	width:580px;
	padding-top: 12px;
	padding-left: 12px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFCCFF;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
