
/*  Header */
#header
{
   position: relative;
   top: 0px;
   width: 97%;
   height: 50px;
   border-bottom: 20px solid #EC1119;
   padding: 10px 20px 10px 20px;
   text-align: right;
   background: url(../graphics/SMXLogo.jpg) no-repeat bottom left;
   float: left;
}

#logo
{
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 250px;
   height: 65px;
   outline: none;
}



#headerRT, #headerRB
{
   width: 3%;
   height: 90px;
   float: left;
   border-bottom: 20px solid #EC1119;      
}



body
{
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;    
   text-align: left;  /* For IE5 to center content */
   margin: 0px 0px 0px 0px;
   height: 100%;
}


h1, h2, h3, h4
{
   font-size: 15px;
   font-weight: bold;
}


p
{
   margin: 20px 20px 20px 20px;
}

img
{
   border-style: none;
}

img.alignright
{
   float: right;
   margin: 0px 0px 0px 0px;
}



li a:hover 
{
	text-decoration: underline;
}


/* Custom classes */

.small
{
   font-size: 11px;
}

.clear
{
   clear: both;
}

.separator
{
   border-bottom: solid 1px #edcbca;
   padding-bottom: 20px;
}

/* Page Elements */

/*  Header */
li
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;    
   list-style: disc;
}

li.lastitem
{
   border-bottom: solid 0px white;
}


a:link, a:visited, a:hover
{
   color: #2F4EA0;
   text-decoration: none;
   outline: none;
   display: inline-block;
}