/* CSS Document */
body {
	font: 78%/1.5 arial, helvetica, serif;
	padding: 0;
	margin: 2em;
	background-color: #CCCCCC;
}

.tabMain {
	background-color: #CCCCCC;
	width: 863px;
}

.divHeader {
	font-size: 36px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.divSubHeader {
	font-size: medium; 
	color: #333333; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-size: small;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.footerFirst {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
}

.footerFirst:hover {
	color: #660000;
}

.footerNext {
	color: #999999;
	text-decoration: none;
	border-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.footerNext:hover {
	color: #660000;
}

#leftBorder {
	background-image: url(/images/tmpl_left.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
}

#rightBorder1 {
	background-image: url(/images/tmpl_right_1.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
}

#rightBorder2 {
	background-image: url(/images/tmpl_right_2.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}

#bottomBorder {
	background-image: url(/images/tmpl_bot.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}

#midBody {
	background-image: url(/images/tmpl_mid.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}

#contentBody {
	background-color: #CCCCFF;
}

#textBody {
	width: 100%;
	text-align: left;
	vertical-align: top;
	line-height: 1.25;
}

#textBody p {
	padding-left: 20px; 
}

#textBody a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

#textBody a:hover {
	color: #660000;
}

#textCenter {
	width: 470px;
	border: 0;
	padding: 0;
	margin: 0;
}

#textCenter td {
	text-align: left;
}

#textQuote {
	width: 350px;
	border: 0;
	padding: 0;
	margin: 0;
}

#textQuote td {
	text-align: left;
}

/* Horizontal Menu */

#menuBar {
	background-image: url(/images/mbar_mid.gif);
	background-repeat: repeat-x;
	height:30px;
	vertical-align: middle;
	text-align: center;
	color: #660000;
	color: #660000;
	font-weight: bold;
}

#container {
	width: 485px; 
	text-align: left;
/*	margin: 0 auto; */
}

/* Contrary to the sub-menus, the nav-elements */
/* on the bar don't have a fixed width so */
/* they look better when displayed */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.25em 0; 
}


#nav a { 
	display: block;
	color: #CCCCCC; 
	text-decoration: none;
	font-weight:normal;
	padding: 0.25em 1em;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em; 
	margin: 0;
}

#nav li ul a {
	display: block;  
	width: 10em; 
	w\idth: 8em;  
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border-color: #666666;
	border-width: 1px; 
	border-style: solid; 
	background-color: #000033; 
}


#nav a:hover, #nav a.sfhover {
	color: #660000;
	background-color: #999999;
}

#clearDiv {
	clear: left; 
}


/* Vertical Menu */

#menuStruc {
	float: left;
	text-align:left;
	vertical-align:top;
	padding: 0;
	margin: 0 20px 15px 0; 
}

#menuBox {
	width: 100px;
	height: 250px;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
	background-color: #000033;
}

#menuTop {
	background-image: url(/images/menu_top.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}

#menuLeft {
	background-image: url(/images/menu_left.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
}

#menuRight {
	background-image: url(/images/menu_right.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
}

#menuBot {
	background-image: url(/images/menu_bot.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 9em;
}

#menu a {
	display: block;
	color: #CCCCCC; 
	text-decoration: none;
	font-weight:normal;
	padding: 0.25em 1em;
}

#menu a.parent {
	background-image: url(/images/rightArrowGray.gif);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

#menu a.parent:hover {
	background-image: url(/images/rightArrowBourdon.gif);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

#menu li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	width: 9em;
}

#menu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width: 11em;
	margin-left : 9em; /* How far away sub-menu is from prevous menu left */
	margin-top : -1.9em;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

#menu li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 11em; /* How far away sub-menu is from previous menu left */
}

#menu li ul a {
	width: 12em;
	w\idth : 10em;
	display : block;
	color : #CCCCCC;
	font-weight : normal; 
	text-decoration : none;
	background-color : #000033;
	padding : 0.25em 0.5em;
}

#menu li a:hover {
	color : #660000;
	background-color : #999999;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

