/* CSS Document */
* {
margin: 0pt;
padding: 0pt;
}


body {
	text-align: center;
	margin:0;
	padding:0;
	font-size:11px;	
	color:#999999;
	/*letter-spacing: 1px;*/
	font-family: Arial, 'Century Gothic', Verdana,Lucida, Geneva, Helvertica, sans-serif;
	background-color: #000000;
	/*	 
	background: #fff url(images/bg.gif);
    background-color:white; 
	background-attachment: scroll; 
	background-position: top left; 
	background-repeat: repeat-x; 
	*/	
     height:100%;
}

#container-home {
	width: 900px;
	margin: 20px auto;
	background-color #fff;
	color: #333;
	line-height: 130%;
	text-align: left;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height:100%; /* works only if parent container is assigned a height value */ 
	}
	
#container-pages {
	width: 900px;
	margin: 20px auto;
	background-color #fff;
	color: #333;
	text-align: left;
/*
	line-height: 130%;
	height:100%; /* works only if parent container is assigned a height value */ 
*/	
	}	
	
#container-border {
	width: 900px;
	margin: 20px auto;
	background-color #fff;
	color: #333;
	line-height: 130%;
	text-align: left;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	height:100%; /* works only if parent container is assigned a height value */ 
	}	

#mainmenu {
	width: 300px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	background-color: #000000;
	border-top : 1px solid #9a9a9a;
	border-left : 1px solid #9a9a9a;
	border-right : 1px solid #9a9a9a;
	border-bottom : 1px solid #9a9a9a;
}

#submainmenu {
   padding: 5px;
   text-align: right;
   
}

#content {
 padding-left: 15px;
 padding-right: 15px;

} 

ol{
margin-left: 20px;
}


td {
  color:#d7d7d7;
}

a:link  {
	 font-weight:normal;
	 font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;
	 }
a:visited {
	 font-weight:normal;
	 font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;
	 }
a:hover {
	 font-weight:normal;
	 font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;
	 }
a:active {
	 font-weight:normal;
	 font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;
	 }

.copy {
   color: #999999;
   text-align: left;
   }
   
.hdr {
  	 font-weight:bold;
	 font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  	 font-size: 11px;
	 color: #ffffff;
	 text-decoration: none;
}

#inthenews {
   padding-top: 20px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: left;   
}

#inthenews h3 {
	font-weight: bold;
	font-size: 12px;
}

#inthenews p {
	padding-bottom: 10px;
}

input, textarea {
background: transparent;
color: white;
font-weight: normal;
font-size: 11px;
font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
border : 1px solid #646464;
width: 200px;
}

.button {
background: transparent;
color: #ffffff;
font-weight: normal;
font-size: 11px;
font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
border : 0;
width: 50px;
cursor:pointer; _cursor:hand;
 }
 
 h3 {
  /*padding-left: 15px;*/
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, 'Century Gothic',Verdana,Lucida, Geneva, Helvertica, sans-serif;
  padding-bottom: 10px;
 }
 
 p {
 padding-bottom: 10px;
 /*padding-left: 15px;
 padding-right: 15px;*/
 }
 

 
 p.boxText { 
border: 1px solid #990000; 
padding: 10px; 
} 

.title {
  font-size: 13px;
  font-weight: bold;
}

/*Flex Scroll */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 299px;
height: 371px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
/*margin: 0.3em auto;
padding: 15px; */
margin-top: 10px;
}

