/*body
{
}*/

body
{
	color: #ffffff;
	background-color:#191970;
	/*background-image: url(BannerTileBackground.gif);*/
	/*background-image: url(untitled9.jpg);*/
	/*background-repeat: repeat-y;*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#000000', startColorstr='#191970', gradientType='1');*/
	
	/* 
		Theme#1: horiz gradient
		left  col: midnight blue 
		right col: white
	*/
	
	/*	
	background-color: #ffffff;
    background-image: url("../AccImages/zSGGradMidnightBlueWhiteH.jpg");
    background-repeat: repeat-y;
	*/  

	/* 
		Theme#2: horiz gradient
		left  col: midnight blue 
		right col: white
	
	
	background-color: #c8c8c8;
    background-image: url("../AccImages/zSGGradMidnightBlueGrayH.jpg");
    background-repeat: repeat-y;*/
 
 	/* 
		Theme#3: vert gradient
		top  col: midnight blue 
		bottom col: white
	
	
	background-color: #ffffff;
    background-image: url("../AccImages/zSGGradMidnightBlueWhiteV.jpg");
    background-repeat: repeat-x;
*/
            
	/* 
		Theme#3: vert gradient
		bottom col: white 
		top    col: blue
	*/
	/*background-color: #8393ca;
 	background-image: url("../AccImages/WhiteBlueGradientV.jpg");
	background-repeat: repeat-x;*/
	
  	/* 
		Theme#3: vert gradient
		bottom col: blue 
		top    col: white
	*/
	/*background-color: #ffffff;
 	background-image: url("../AccImages/BlueWhiteGradientV.jpg");
	background-repeat: repeat-x;*/
         
}


#madTBar1 a
{
	padding-right: 30px;
	padding-left: 30px;
	color: #ffffff;
	/*border-bottom: white thin solid;*/
	font-family: Arial, Sans-Serif;
	background-color: transparent;
	text-decoration: none;
}


#madTBar1 a span
{
	background-color: transparent;
	padding-right: 10px
}

#madTBar1 a, #madTBar1 a span
{
	display: block;
	float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#madTBar1 a, #madTBar1 a span
{
float: none
}

/* End IE5-Mac hack */

#madTBar1 a:hover
{
	color: #fff;
	background: #26a url("left-tab-hover.gif") left top no-repeat;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	/*font-size:105%;*/
}

#madTBar1 a:hover span
{
	background: url("right-tab-hover.gif") right top no-repeat;
	padding-right: 10px
}

#madTBar1 ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

#madTBar1 li
{
	float: left;
	margin: 0;
	padding: 0
}

.MyTbl
{
	border-right: 3px ridge;
	border-top: 3px ridge;
	border-left: 3px ridge;
	border-bottom: 3px ridge;
	background-color: fuchsia;
}

.MadDropCap_40_25 
{ 
	float:left; 
	font-size:40px; 
	line-height:25px; 
	padding-top:2px; 
}


.zSGWhiteHyperLink a:link
{
	color:#ffffff;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	text-decoration:underline;
}

.zSGWhiteHyperLink a:hover
{
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: underline;
	background-color: #ccffff;
}

.zSGWhiteHyperLink a:visited
{
	color: #f0f0f0;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: underline;
}

/*
	zSGTblSilverHeader defines a table of 
	Arial font family
	top row of silver background color and black text color
*/
table.zSGTblSilverHeader
{
	table-layout: auto;
	padding: 0 0 0 0;
	border: 0;
	width: 100%;
	font-family: Arial;
}
table.zSGTblSilverHeader .HeaderCell
{
	background-color: #c0c0c0;
	font-style: normal;
	font-family: 'Arial Black' , Arial;
	font-size: 16px;
	color: #000000;
	font-variant: small-caps;
}

/*
	News items styles
*/
#zSGNews li 
{
  width: 200px;
  overflow: hidden;
  border: 1px solid #000;
  list-style-type: none;
  color: #000;
  background: #ddd;
  display: none;
}

#zSGNews li img 
{
	display: block;
}

#zSGNews li p 
{
  margin: 0;
  padding: 3px;
  font-size: .8em;
  border-top: 1px solid #000;
}


/*
	SG Slide Show Styles
*/
#zSGSlideShow li
{
	overflow: hidden;
	list-style-type: none;
	display: none;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

#zSGSlideShow li img 
{
	display: block;
	width:480px;
	height:320px;
}

#zSGSlideShow li p 
{
  margin: 0;
  padding: 3px;
  font-size: .8em;
  border-top: 1px solid #000;
}

/* Slide Show: auto transition */

#zSGSlideShowAutoTransition li
{
	overflow: hidden;
	list-style-type: none;
	display: none;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
#zSGSDbg
{
	font-weight: bold;
	color: silver;
	font-family: 'Courier New';
	font-size: 8pt;
}
#zSGSlideShowAutoTransition li img 
{
	display: block;
	width:480px;
	height:320px;/**/
}
