
a.calendar:hover
{	
	color:Gray;
	font-size:14px;
	text-decoration:none;
}

body {
	background: url(../images/tileBackground.gif) center;
	padding-top:6px;
	margin:0;
	text-align:Center;
	font:12px/21px Arial, Helvetica, sans-serif;
	color:#000000;
}
body a {
	color:#700000;
}
body a:hover {
	text-decoration:none;
}


#columnLeft {
	width:290px;
	height:auto;
	float:right;
	margin-top:60px;
}
#columnRight {
	width:300px;
	height:400px;
	float:right;
	margin-top:20px;
}
#imageRoulette {
	width:253px;
	height:236px;
	background-image:url(../images/\homePageSlideshow/slideshowBorder2.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-left:70px;
	
}
#slideshow {
    position:absolute;
    width:180px;
	height:180px;
	margin-left:35px;
	margin-top:30px;
	// background-color:#666;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#linkheader {
	font-family:"Comic Sans MS", Times, serif;
	font-size:14px;
	color:#ff0000;
	
}	

#backToHome {
	float:right;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	padding-right:4px;
}
#wrapper {
	width:956px;
	background:url(../images/tileWrapper956.jpg) center repeat-y;
	margin:0 auto;
}
#footer {
	width:956px;
	height:40px;
	background:url(../images/footer956.jpg) top left no-repeat;
	padding-top:28px;
	margin:0 auto;
}
#footer a{color:#000000;
}

#wrapper2Home {
	width:926px;
	height:100px;
	padding: 0 0 2px 0;
	background:url(../images/banner2.png) bottom left no-repeat;
	margin:0 auto;
	text-align:left;
	vertical-align:bottom;
	border-bottom:1px solid #7f7f7f;
}

#push31 {
	width:31px;
	float:left;
}

#leftNav{
	width:180px;
	float:left;
	text-align:left;
	padding-top:33px;
}
#push23 {
	width:23px;
	float:left;
}
#pageContent {
	width:670px;
	float:left;
	text-align:left;
}

	
h1, h2 {
	font:normal 24px/29px "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0 0 5px 0;
	letter-spacing:1px;
}
p {margin:5px 0;}

h2 {margin-top:20px;}
h3 {
	font:bold 16px/18px "Times New Roman", Times, serif;
	margin:5px 0;	
}
h4 {font:bold  14px/16px "Times New Roman", Times, serif;
	text-decoration: underline;
}
ul {
	list-style-type:none;
	margin:5px 0;
	padding:0;
}
ul li {
	/*background:url(../images/bullet.gif) 0px 7px no-repeat;*/
	margin:0;
	padding:0 0 0 10px;
}
td {
	border-top:1px solid #e4e4e4;
}

a.selected {color:#b0a46e;}


a:link
{
	text-decoration: none;
}

li a.hi_lite
{
	text-decoration: none;
	color: Blue;
}

/* CALENDAR CSS BEGINS HERE */
    .date {
    	text-decoration: blink;
        font-size: 14px; 
        font-weight: bold; 
        color: Blue; 
    }
    
    div.Window {
        display: none;
        position: absolute;
        background-color: RGB(235, 235, 235); 
        //left: 400px; top: 50px; 
        border: solid black 1px; 
        width: 400px;
    }
    div.Header {
        background-color: RGB(200,200,200); 
	    padding: 10px; 
	    text-align: center;
		font-size: 18px;
		font-weight: bold;
    }
    div.Body {
        text-align: justify; 
        padding: 10px;
        font-size: 12px;
    }
/* CALENDAR CSS ENDS HERE */	

/*AAW LOGO DISPLAY STARTS HERE */
    #leftNav2{
	    width:180px;
	    float:left;
	    text-align:left;
    }
/*AAW LOGO DISPLAY ENDS HERE */	

/* new left nav begins here */

.navItem2 {
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	font:14px/19px "Times New Roman", Times, serif;
	margin-top:4px;
	padding: 0 0 0 15px;  /*distance between bullet and text */
	background:url(../images/bullet.gif) 5px 6px no-repeat;
	text-transform:uppercase;
 	overflow: auto;
}

a {
	
	text-decoration:none;
}

.navItem2 a:hover, li.folder a:hover {
	color:#9d9da1;
}

ul li.folder {
	
	padding: 0px 1px 1px 0px;
}

li.folder:hover { 
	z-index:10;	
}

li.folder ul {	
	display:none;

}

li.folder:hover ul {
	display:block;
	height: 400px;
	overflow: scroll;
 
}

li.folder {

	position:relative;
	padding: 2px; 
	z-index:9; 
}
li.folder ul {

	position:absolute;
	left:300px;
	top:0px;   
	width:200px;
	border:1px solid #9d9da1;
	background:white;
	list-style:none;
		
}	
li.folder>ul { 
	left:160px;  /* others */
	
}	
li.folder ul a {
	margin: 20px;
	text-decoration: none;
	/*color: #000000;		    controls the color of the drop down text */
}


li.folder ul li:hover {
	color: #9d9da1;
	background:url(../images/bullet.gif) 5px 2px no-repeat;
	color: #000000;
}

/* expand bullet */
li.folder:hover .expand {
	background-position: left;
	background:url(../images/expand.gif) 132px 3px no-repeat;
}

/* new left nav ends here */

/* lower left nav logos part begins here */

.navItem3 {
	font:14px/19px "Times New Roman", Times, serif;
	margin-top:4px;
	padding: 0 0 0 25px;  /*distance between bullet and text */
	text-transform:none;
	text-align: center;
}

a {
	
	text-decoration:none;
}

.navItem3 a:hover, li.folder a:hover {
	color:#9d9da1;
}
/* lower left nav logos part ends here */

table.one
{
table-layout: auto;
font-size: 125%;
color: #f20000;
}

table.two
{
table-layout: fixed;
}


 .question  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #338888;
    font-weight: bold;
    font-style:italic;
 }
 
 .bullet 
 {
	padding-left:20px;
	background:url(../images/bullet1.gif) 5px 2px no-repeat;
 }
 
 .subbullet 
 {
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bullet.gif) 5px 2px no-repeat;

 }
 
 .bullet3 
 {
	padding-left:20px;
 }
 
