/* background colour and property of sliding bar (IE6) */
BODY {
background: #000000;
}

/* kind of font and size relating to the basic tags */
TD {
	FONT:  10px arial, helvetica, sans-serif, verdana;
	color : #ffffff;
}
P {
	FONT:  10px arial, helvetica, sans-serif, verdana
}
DIV {
	FONT:  10px arial, helvetica, sans-serif, verdana
}

/* property of basic hyperlinks*/
A {
	COLOR: #ffffff; CURSOR: hand; FONT: 9px verdana, arial, helvetica, sans-serif ; TEXT-DECORATION: none
}
A:hover {
	COLOR: #E3CF8A; TEXT-DECORATION: underline
}
A:active {
	COLOR: #ffffff
}

/* this class is related to the form tags ( input, select )*/
.form  {
	font-size : 10px;
	font-family : arial;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #000000;
	background-color : #ffffff;
}

/*  this class is related to the edges of the tables, where defined */
.tablemenu  {
	border-width : 1;
	border-style : solid;
	border-color : #000000;
}

/*  this class is related to the edges of the tables, where defined */
.tablemenu1  {
	border-width : 1;
	border-style : solid;
	border-color : #000000;
}



.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 150px;
height: 150px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #727272;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 980; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
font: bold 13px Arial;
margin: 0;
padding: 0;
float: left;
width: 980; /*width of menu*/
border: 0px solid #ffffff; /*dark purple border*/
border-width: 0px 0;
background: black url(pic/menubar1.png) center center repeat-x;
}

.indentmenu ul li{
font: bold 13px Arial;
display: inline;
}

.indentmenu ul li a{
font: bold 13px Arial;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-left: 0px solid #ffffff; /*dark purple divider between menu items*/
border-right: 0px solid #ffffff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
font: bold 13px Arial;
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
font: bold 13px Arial;
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: gray url(pic/menubar2.png) center center repeat-x;
}
