/* CSS Document */


body
{
   	background-color: #000000;
	font-size: small;
	text-align:center;
	margin: 0;
	padding: 0;
}

#Container {
    top: 20px;
    margin: 0 auto;
    padding: 0;
	z-index:2;
	width: 800px;
	text-align: left;
	overflow: hidden;
    margin-top: 20px;	

}

#Header {
	width:800px;
	height:230px;
	z-index:9;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#Content {
	width:800px;
	z-index:1;
	background-image: url(../Images/cloth-body.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#Footer {
	width:800px;
	height:100px;
	z-index:1;
	background-image: url(../Images/Cloth-footer2.gif);
	background-repeat: no-repeat;
	clear: both;
}

#Navbar {
	width:250px;
	z-index:1;
	float: left;
	overflow: hidden;
	height: auto;
	top: auto;
	left: 65px;
	margin-left: 65px;
	text-align: left;
	word-spacing: normal;
	display: inline;
}

#RightSide {
	width:475px;
	z-index:1;
	float: right;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}


#RightSide p {
	padding-right: 70px;
	letter-spacing: 1px;
}



#Navbar UL {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	line-height: 2em;
	list-style-type: none;
	font-size: medium;
	visibility: visible;
	margin-left: 10px;
	font-weight: bolder;
	border: 1px solid #ff9;
	list-style:none;
	text-decoration: none;
	margin: 0;
	margin-top: 20px;
	padding-left: 10px;
	margin-right: 45px;
	padding-bottom: 10px;
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(../Images/back2.gif);
	margin-bottom: 20px;
	color: #FFFF99;
}	 

#Navbar p {
	
  text-align: left; 	
	 
}

#Navbar a:Link {
 
 color:#ff9;
 text-decoration:none;

}    
#Navbar a:visited{

  color : #ff9;
  text-decoration: none;

}

#Navbar a:hover{

 text-decoration: underline;
}


h1 {
	color: #fff;
	font-size: medium;
	line-height: 1.5em;
	text-align: center;
	padding-right: 70px;

}

#RightSide a:Link {
 
 color:#ff9;
 text-decoration:none;
 font-weight:normal;  

}    
#RightSide a:visited{

  color : #ff9;
  text-decoration: none;

}

#RightSide a:hover{

 text-decoration: underline;

}

#RightSide UL {
	padding-right: 75px;
	overflow: hidden;
	text-align: left;
	display: block;
    
}  


#RightSide LI{

  padding-bottom: 10px;

}

.centered {

 text-align:center;
}
 
h2 {
	color: #fff;
	font-size: medium;
	line-height: 1.5em;
	text-align: left;


}

.OldLink {

  color: #ff9;
  text-decoration:line-through;

}

.Red {

  color:#FF0000;
  
}