
html {
overflow-y:scroll;
}

body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  background: #000000;
  font-size: small;
  margin: 0;
	padding: 0;
	padding-top: 1px;
}


/* Elements */

.portfolio {
  background: none; 
  padding: 3px; 
  margin-bottom: 4px;
}


#promotion { 
  background: none; 
  padding: 15px; 
  color: inherit; 
  text-align:center;
}

/* Home */ 

table#home {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

table#home td {
  vertical-align: top;
}

td#homeleft { width: 50%; }

#homeright {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

/* Forms */

input {
  padding: 1px;
  margin: 2px;
}

select {
  padding: 1px;
  margin: 2px;
}

/* Tables */

table.styled h2 { color: #F5F6F7; }

table.styled {
  margin-top: 15px;
  padding: 0;
  border-width: 0;
  background: #070808;
}

table.styled  td {
  margin: 0;
  padding: 5px;
}

table.styled th {
  text-align: right;
  vertical-align: top;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
  color: #F5F6F7;
  letter-spacing: 0.1em;
}

legend {
  color: #F5F6F7;
}

/* Images */

#content a img { border:none; }

#content a img.imgthumb, .imgthumb {
	padding: 0px;
	margin: 5px;
	border: 1px solid #A6A6A6;
	background-color: #7A7A7A;
	
	
}

.imglarge {
	padding: 0px;
	margin: 10px;
	border: 2px solid #A6A6A6;
	background-color: #969696;
	
}

.imglarge img, .imglarge {

}

.imgbg {
	background-position: center top;
	background-repeat: no-repeat;
}

/* Text */

body, #content, td { 	color: #F5F5F5; }

#content, #footer { line-height: 1.5; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #F5F7F7;
	
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #F8F7FA;
	
	}

.txtcontent {
	padding: 5px 0 5px 0;
	}
	
.title {
  font-weight: bold;
}

.sml,.litesmltxt {
  font-size: 80%;
}
	
.imglargeinfo {
  text-align: left;
  color: #707070;
  margin: 10px;
}

#headertext {
  padding: 5px;
  color: #191FE0;
  text-align: left;
}

a.portfoliogroup, h2.portfoliogroup {
  font-size: 120%; 
  text-decoration:underline;
  display:block;
}

.portfolio h2 {
  text-decoration: underline;
}

/* Links */

a {
	color: #FF3019;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
  color: #cc2614;
	text-decoration: underline;
	}

#footer a {
	color: #393939;
	}

#footer a:hover {
	color: #2b2b2b;
	}

.pages {
  margin: 2px; 
  padding: 4px; 
  border: 1px solid #000000; 
  color: #F5F5F5; 
  background: #000000; 
  font-weight: bold;
}

a.pages {
  text-decoration: underline;
  color: #c4c4c4;
}

a:hover.pages {
  color: #939393;
}

.showhide { cursor: pointer; }

/* Search  */

div#searchresults ul { list-style: none; }
div#searchresults li { float: left; }

.searchtext {
  width: 80px;
  border: 1px solid #383838;
  margin:0;
  padding:1px;
  border: 1px solid gray;
  color: gray; 
  font-size: 90%;
  vertical-align:middle;
}

.searchsubmit { 
  padding:0;
  margin:0;
  vertical-align:middle;
  margin-top:1px;
}

/* Notices */

div.notice {
  background: #FCDBDB url(/imgs/notice.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid red;
  border-left: 3px solid red;
  margin: 10px;
  color: #000;
}

div.notice a, div.notice a:hover {
  color: red;
}

.info {
  background: #DDFCD5 url(/imgs/info.gif) no-repeat;
  padding: 5px 5px 5px 30px;
  border: 1px solid #2DC818;
  border-left: 3px solid #2DC818;
  margin: 10px;
  color: #000;
}

.info a, .info a:hover {
  color: #2DC818;
}

/* All tables */

table {
  width: 100%;
}

td {
  padding: 0px;
  vertical-align: top;
}

/* Misc */

.center {
  text-align: center;
}

.clear { 
  clear: both;
}

.pad {
  padding: 15px;
}
.vpad { 
 padding: 10px 0 10px 0;
}
#headertext { font-size: 200%; padding: 10px;  }
 
.newsrbar {
float:right;
width: 200px;
line-height: 2em;
}

ul.newscategories {
list-style: none;
margin-left: 0;
padding-left: 1em;
} 

.autohelp { 
margin-top: 150px;
clear: both;
}

#loader { text-align: center; font-size: x-small; }

    #contentwrap {  
    background: #000000;  
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding-top: 20px;
    }

    #content {
    color: #F5F5F5;
    margin: auto;
    padding: 10px; 
    padding-left: 140px;
    min-height: 400px; 
    width: 810px; 
    }

    div.largeimage img { width: 790px; }

    ul#nav { 
    position: absolute;
    width: 130px;
    margin: 0;
    margin-top: 20px;    
    padding: 0;
    list-style: none;
    font-size: 90%;
    text-align: left; 
    
    }

    ul#nav li { 
    background: #000000;
    margin: 0;
    padding: 0;
    list-style: none;
    }

    ul#nav a:link, ul#nav a:visited { 
    display: block;
    line-height: 20px;
    padding: 5px;
    text-decoration: none; 
    color: #FA0F1F;
    }

    ul#nav a:hover, ul#nav a:active { 
    background-color: #000000;
    }

    ul#nav a:link.selected, ul#nav a:visited.selected, ul#nav a:hover.selected, ul#nav a:active.selected { 
    text-decoration: underline;
    }

    ul.sf-menu { 
    font-size: 90%; 
    text-align: left; 
     
    margin-top: 20px; 
    }

    ul.sf-menu li { 
    background: #000000;
    }

    ul.sf-menu li a:link, ul.sf-menu li a:visited { 
    text-decoration: none; 
    color: #FA0F1F;
    }  
    
    ul.sf-menu li li a:link, ul.sf-menu li li a:visited { 
    border: none;
    background: #000000;
    }           

    ul.sf-menu a:hover, ul.sf-menu a:active { 
    background: #000000;
    }  
    
    .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #000000;
    outline:    0;
    } 
    
#footer {
	padding: 10px;
	font-size: 80%;
	color: #474747;
	}

#header {
  background: #000000;
  color: #191FE0;
  border-bottom: 4px solid #000000;  
  }      
  
#promotion { display: none; }  


/* Cached  */
