
/* page styling, unimportant for the menu. only makes the page looks nicer */
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size:100.01%;
	background-color:#000000;
	margin-top:0px;
	padding: 0px 240px 5px 240px;
	text-align: center;
}
		
#stretchx {
	background-color:#000000;
	margin: 0 auto 0 auto;
	padding: 0px 0 20px 0;
	width: 60%;
}

#containerx {
	
	background-color:#000000;
	margin: 0 -265px 0 -265px;
	position: relative;
}

/* Holly hack for IE \*/
* html #containerx { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapperx { 
background-color:#000000;
width: 100%; } 




#contentx {
background-color:#000000;
	width: 90%; 
	margin-left: 8%; 
	text-align: left; 
	display: inline;
	float: left;
}

#footerx { clear: both; }


div {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background-color:#000000;
	color:#FFFFFF;
}

h1 {font-size: 1.3em; color:#FFFF33;}
h2 {font-size: 1.1em;color:#FFFF66;}
h3 {font-size: 1.0em; color:#FFFFFF;}

.example {
	background-color:#000000;
	padding: 0px;
	margin: 2px 80px 0px 0px;
	position:relative;
	z-index:1;
	float:left;
}

#main {

	background-color: #000000;
}
#content {
    background-color: #000000;
	color: #FFFFFF;
}

/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 8em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	position:absolute;
	z-index:1000;

	
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size:77%;
	
	
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	letter-spacing:1.5;
	width: 4em;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 20px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #000;
	
}


.menu {
	width: 14.5em;
	}

.menu ul {
	width: 14em;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: .4em 1em;
	display: block;
	font
}

.menu a:hover, .menu li:hover>a {
	color: #00aeef;
}

.menu li {	/* create borders around each item */
	border: 0px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
.menu>li:first-child>a {
	color: #aaccff;
	font-size:115%;
	float:right;
}


.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/*]]>*/


/* - - - ADxMenu: BASIC styles - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */


.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

#sidenav {
	background: #ffffff;     url(images/textsize-back.gif);
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #999999;
	margin-top:12px;
}

#text-medium {
	background: #ffff00;  url(images/textsize-back.gif);
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #000000;
} 

#sidenavhi {
	background: #99ccff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #000000;
	margin-top:12px;
}

#text-medium:hover, #sidenav:hover,  {
	background: #E6E688;
	text-decoration: underline;
}


/* content
--------------------------*/
#pContent {
	margin: 0;
	padding: 15px 0 0 0;
	background: #000 ;
	float: left;
	font-size: 80%;
	
}
#pContent a {
	color:#66ccff;
	text-decoration:none;
	font-weight:bold;
	
}
#pContent a:hover {
	color:#FFFF66;
	text-decoration:none;
	font-weight:bold;
	
}


#pContent li {
	padding-bottom: 3px}
#pContent ul {
	list-style: circle;
	margin-right: 10px;
}

#pContent ul.list-tall li {
	padding: 0 0 10px;
}


#pContentb {
	margin: 0;
	padding: 10px 0 0 0;
	background: #000000 ;
	float: left;
	font-size: 80%;
	
	
}
#pContentb a {
	color: #979b9b;
	text-decoration:none;
	
}
#pContentb a:hover {
	color: #222;
}


#pContentb li {
	
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	
	
	
	}
#pContentb ul {
	list-style: circle;
	margin-right: 10px;
	margin-left: 10px;
}

#pContentb ul.list-tall li {
	padding: 0 0 10px;
}



/* container
--------------------------*/
#container {
	margin: 0;
	width: 900px;
	padding: 0;
	left:40px;
	top:0px;
	float: left;

}

#container2 {
	margin-top:10px;
	width: 800px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}
#pContentc {
	width: 95%;
	margin-left:0px;
	margin-right:14px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	padding-right:4px;
	
	
}

#pTable {
 border-top: 1px solid #ffffff;
 margin: 0 0 4px 2px;
 width: 100%;
 text-align: left;
 
  }


#navlist  {
	background: #000000;
	font-size: 80%;
	padding: 0px 0 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;

}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#00aeef;
	font-weight:bold;
	text-align: left;
	
}

#navlist a:link, #navlist a:visited {
 color: #ffffff;
 text-decoration: none;
 
}

#navlist a:hover {
 color: #00aeef;
 text-decoration: none;
}

.textcontent {
margin:0;
color: #ffffff;
margin:0;
letter-spacing:normal;
background-color:#000000;
font-size: 90%;
	
}

.textcontent a:link, .textcontent a:visited {
color:#99ffcc;
text-decoration:none;

}


.textcontent2 {
color: #ffffff;
margin:0;
letter-spacing:normal;
font-size: 80%;
	
}

.textcontent2 a:link, .textcontent2 a:visited {
color: #ffffff;
text-decoration: none;
font-size: 100%



}

.textcontent2 a:hover{ 
color:#00aeef;
font-style:oblique;
font-weight:bolder;
font-size: 120%}

.tablecontent {
color:#ffffff;
background-color:#330099;
letter-spacing:1.1px;
font-size:90%;
}


.bkgrd {
background-color:#000000;
}

.highlight1 {
color:#ffffff;
letter-spacing:2px;
}

.highlight2 {
color:#66ccff;
letter-spacing:2px;
font-size:100%;
}

.highlight3 {
color:#ffffff;
letter-spacing:2px;
font-size:120%;
text-decoration:underline;
}


.title1 {font-size: 1.3em; 
		color:#99ccff; 
		letter-spacing: 2px;
		padding:0px;}
		
		.title1 a:link, .title1 a:visited, .title1 a:hover
{text-decoration:none;
color:#057cac;
}
		
.title2 {font-size: 1.3em; 
		color:#99ccff; 
		letter-spacing: 2px;
		padding:0px;
		margin-left: 20px;
		}

.highlight1 a:link, .highlight1 a:visited{
color:#057cac;
text-decoration:none;
letter-spacing: 2px;

}

.highlight1 a:hover {
letter-spacing: 2px;
color:#99ccff;
text-decoration:none;
}
hr {
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 1px;
}
#pagenum {
	text-align:left;
	font-weight:normal;
color: #ffffff;
	position:absolute;
	z-index:1;
	top: 69px;
	width:260px;
	height:24px;
	left: -1px;
}
#pagenum a:link, #pagenum a:visited {
 color: #ffffff;
 text-decoration: none;
 font-weight:bold;

}

#pagenum a:hover {
color:#99ccff;
}
#pagenum li {
display: inline;
	list-style-type: none;
	color:#ffffff;
	font-weight:normal;
	}	
.tablecontent2 {
color:#ffffff;
background-color:#330099;
letter-spacing:1.1px;
font-size:90%;
width:150px;
}
.tablecontent3 {
color:#ffffff;
background-color:#3333ff;
letter-spacing:1.1px;
font-size:90%;
width:150px;
}

.tablecontent4 {
color:#ffffff;
background-color:#000000;
letter-spacing:1.1px;
font-size: 85%;
}
.title1a {font-size: 1.1em; 
		color:#ffffff; 
		letter-spacing: 2px;
		padding:0px;}