/* Alleyne Inc CSS */

a:link {color: #dfb427; text-decoration: none;}    
a:visited {color: #dfb427; text-decoration: none;}  
a:hover {color: #000000; text-decoration: underline;}  
a:active {color: #000000}  

.bold {
  font-weight: bold;}
.italic {
  font-style: italic;}

h2,h3 {
 font-family: verdana;
 font-style: italic;
 font-size: 18px;
 color: #dfb427;
 padding-left: 10px;
 padding-bottom: 10px;

}
h3{
  font-size: 16px;
}
ul {
 margin-left: 25px;
 padding-left: 30px;
 border-left: 2px solid #dfb427;}

li {
 margin: 10px 0px 5px 0px;
}

html {
  background: #000000;
}

body {
  width: 100%;
  background:
  url('background.jpg') repeat-x;
  margin: 0px !important;
  padding: 0px !important;
}

#pageHeader {
  font-family: arial;
  color: #000000;
  font-weight: bold;
  font-size: 26px;
  border-bottom:1px solid #dfb427;
}

#mainTable {
  margin-left: auto;
  margin-right: auto;
}

#contentTd {
  background: #ffffff;
}

#contentArea {
  font-family: arial;
  font-size: 14px;
  background: #ffffff;
}

.secondaryPage {
 margin-left: 25px;
 margin-top: 15px;
 margin-right: 10px;

}
.mainPage {}

#subList  {
  border-left: 3px solid #dfb427;
  margin-left: 10px;
  padding-left: 15px;
}
.mainList li{
  font-family: verdana;
  font-weight: bold;
  font-size: 16px;


  padding-left: 0px;
}
.subList li {
  margin-left: 20px;
  font-size: 14px;
  color: #c59b07;

}
.subList {
 border-left: 2px solid #ffffff;}

.mainList {
 border-left: 2px solid #ffffff;

}
#footerOne a:link {color: #000000; text-decoration: none;}    
#footerOne a:visited {color: #000000; text-decoration: none;}  
#footerOne a:hover {color: #000000; text-decoration: underline;}  
#footerOne a:active {color: #000000}  
