
/* Layout Stylesheet */ 

body {
 margin-top:0px;
 background:#ffffff;
 color: #ffffff;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border-left:1px solid #ddd;
 border-right:1px solid #ddd;
 border-bottom:1px solid #ddd;
 width:750px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#eeeeee;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:750px;
 padding:0;
 }

#nav-col {
 float:left;
 background:#ffffff;
 color: #333333;
 width:166px;
 }

#cont {
 width:564px;
 background:#ffffff;
 color: #333333;
/* border:solid #000000;	*/
 border-width:0 0 0 1px;
 padding: 5px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#ffffff;
 color: #333333;
 margin:0;
 }
 
 
#list-menu {
width: 154px;
text-align: left;
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:140px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #eeeeee;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #ff6600;
color: #ffffff;
}

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; color:#333333; line-height: 18px; }
h2 {font-family: arial, helvetica, sans-serif; font-size: 20px; color: #999999; border-bottom: 1px solid #999999; margin-bottom: 4px; margin-top: 20px;}
h3 {font-family: arial, helvetica, sans-serif; font-size: 15px; color: #666666; margin-bottom: 3px;}

A.linka:link { color:#3333cc; text-decoration: underline}
A.linka:visited { color:#3333cc;  text-decoration: underline}
A.linka:active { color:#3333cc; text-decoration: underline}
A.linka:hover { color:#cc3333; text-decoration: none;}	

ul { list-style-type:square; margin-top: 6px; padding-left:20px;}

input,select,textarea {background-color:#f7f7f7; border: 1px solid; border-color:#333333; font-family: verdana, sans-serif; color: #333333; font-size: 12px; }

.submit {color:#ffffff; background-color:#ff6600; font-weight: bold;}
.lix {font-family: verdana, arial, helvetica, sans-serif; color: #666666; font-size: 12px; line-height: 18px;}
.small {font-family: arial, helvetica, sans-serif; font-size: 11px; color:#999999;}
.hot { color:#ff6600; font-weight: bold; }
