body {

background-color: #6600cc;
margin: 0px;
padding: 0px;
font-family: Arial,Helvetica,sans-serif;
font-size: 	15px;
color:		#fff;
text-align:	left;

}

#navigation {
	clear:		both;
	width:		100%;
	/*height: 520px;*/
	/*background:#fff;*/
	text-align:center;
}

#tdLeftColumn {

/*background-image: url(images/side_blur.jpg);*/
background-repeat: repeat-y;
border-left: 1px solid #fff;
/*width: 27px;*/
width: 0px;


}



#tdRightColumn {

/*background-image: url(images/side_blue_right.jpg);*/
background-repeat: repeat-y;
border-right: 1px solid #fff;
/*width: 27px;*/
width: 0px;


}



#tdNavColumn {

background-image: url(images/side_slice.jpg);
background-repeat: repeat-y;
vertical-align: top;
width: 100px;

}


#tdContentColumn {

padding-left: 30px;
background-color: #000;

}


#tdContentColumn a {

font-family: Arial,Helvetica,sans-serif;
font-size: 	15px;
color: #fff;

}

#tdContentColumn a:visited {

font-family: Arial,Helvetica,sans-serif;
font-size: 	15px;
color: #fff;

}

#tdContentColumn a:hover {

font-family: Arial,Helvetica,sans-serif;
font-size: 	15px;
color: #fff;

}


h1 {
        font-family: Cambria;
	font-size: 	24px;
	color:		#fff;
        font-weight: bold;

}

h2 {
        font-family: Cambria;
	font-size: 	18px;
	color:		#fff;
	text-align:	left;
}


#tdBottomRow {

background-color:#333;
text-align: center;

}

#tdBottomRow a:link {

color:#fff;

}

#tdBottomRow a:visited {

color:#fff;

}

#tdBottomRow a:hover {

color:#fff;

}


#sidenav, #sidenav ul, #sidenav li {
	padding: 0;
	margin: 0;
        z-index: 100;
}

#sidenav > li {
	margin: 0px;
}

a.sidebtn {

display:block;
border: 0 none !important;
margin: 0 !important;
padding: 0 !important;

}

a.sidebtn img {

border: 0px;

}

/*** Homepage Slideshow styles - set the width and height to match your images **/

#slideshow {
    position:relative;
    height:320px;
    width:439px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:200px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

