/* basic elements */


.body {
	width:0; 
	height:0; 
	background-color:#000000;
	vertical-align:middle;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#FFFFFF;


     position:absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 800px;
     margin-top: -400px; /* half of the height */
     margin-left: -350px; /* half of the width */
     border: 1px solid #000;
}


#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible }


.h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFF33;
	text-decoration: none;
	text-align:center
}

.h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#FFFF33;
	text-decoration: none;
	text-align:center
}



/***************************************************************************/


.Bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: middle;
}

/***************************************************************************/
.TDText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: middle;
}
	
/***************************************************************************/
.TDHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-transform: capitalize;
	text-align:left
	
}
/***************************************************************************/
.Border {
	border: thin solid #666666;
	border-right-width:thin;
	border-style:dashed;
}
/***************************************************************************/
.IntroHighlight {
	text-align: justify;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	color: #FFFFFF;
}
/***************************************************************************/
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}

/***************************************************************************/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center; 
}

/***************************************************************************/

/* Footer Menu - using CSS*/
a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:128px; 
	height:30px; 
	background:#000000; 
	border:1px solid #000;
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px;
	font-weight:bold; 
	color:#FFFF00; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}
a.nav:hover {
	color:#000000; 
	background:#FFFF00;
}
a.nav:active {
	color:#FFFF00; 
	background:#000000;
}

/***************************************************************************/

a.click, a.click:link, a.click:visited {
	display:block; 
	width:417px; 
	height:30px; 
	background:#000000; 
	border:1px solid #000;
	text-align: center;
	vertical-align: middle;
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	color:#FFFF00; 
	line-height:25px; 
	overflow:hidden; 
	
}
a.click:hover {
	color:#000000; 
	background:#FFFF00;
}
a.click:active {
	color:#FFFF00; 
	background:#000000;
}

/***************************************************************************/



/* Links within body text*/
a.navb, a.navb:link, a.navb:visited {
	font-family:verdana, arial, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	color: #FFFFFF; 
	vertical-align: middle;
	
}
a.navb:hover {
	color:#FFFF00; 
	
}
a.navb:active {
	color:#FFFF00; 
	
}


/***************************************************************************/
/* INDEX SLIDE SHOW - http://www.cssplay.co.uk/menu/photo_album*/
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

/***************************************************************************/

  a:link { color: #FFFFFF }  /* for unvisited links */
  a:visited { color: #0000FF } /* for visited links */
  a:active { color: #0000FF } /* when link is clicked */
  a:hover { color: #0000FF } /* when mouse is over link */
/***************************************************************************/
 

