﻿body
{
    margin: 0px;
    background-color: White;
    padding: 0px;
}

table
{
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding:0px;
}

:focus
{
    outline: 0;
}

#wrapper 
{
   width:1000px;
   margin: 0 auto;
}

#container
{
    text-align: left;
    position: absolute;
    top: 10px;
    width: 1000px;
    /*height: auto;*/
    background-color: white;
    margin-left: 0px;
        border: solid 1px black;

}

#mainNav
{
    background-color: #000000;
    position: relative;
    text-align:left;
    width: 100%;   
    z-index: 99;
    left: 0px;
    height:46px;
    padding:0px;
}

#mainNav table td
{
    z-index:1001;
}

#backmenu
{
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 160px;
    margin-bottom: 0px;
    z-index: 3;
    padding: 0px;
}

#flash
{
    position: relative;
    background-image:url(../../Images/flashForNow.jpg);
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 250px;
    z-index: 1;
}

#bottom
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 55px;
    z-index: 0;   
}

#container p
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#container h1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #636466;
    margin-top: 10px;
  /*  margin-left: 20px;*/
    margin-right: 20px;
    margin-bottom: 10px;
    background-image:url(Images/underlinePNG.png);
    background-position:bottom;
    background-repeat:no-repeat;
}

#container h2
{
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #636466;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

#container h3
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#container ul, ol
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 10px;
}

#container li
{
    margin-top: 10px;
}

#WarningDiv
{
    position: relative;
    min-height: 310px;
    width: 100%;
    float: left;
    height: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding:0px;
    z-index: 3;
}

#WarningDiv p
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#footer
{
    position: relative;
    width: 100%;
    height: 80px;
    font-family: Verdana;
    color: #556437;
    font-weight: 600;
    font-size: 11px;
    margin:0 auto;
}

#footer a:link
{
    color: #686868;
    text-decoration: none;
    margin-right: 10px;
}

#footer a:visited
{
    color: #686868;
    text-decoration: none;
    margin-right: 10px;
}

#footer a:hover
{
    color: #fce80b;
}


/***********************/
/* Tables */
/***********************/

.table
{
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    width: 500px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
   
   
   
.table_default
{
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    width: 100%;
    height:160px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top:0px;
    /*border-bottom:solid 1px #f3f3f3;*/
    background-image:url(../../Images/defaultTable4.jpg);  
}

.table_bottom
{
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    width: 100%;
    height:50px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top:5px;
}


/***********************/
/* Classes */
/***********************/

.Top
{
    margin-top: 65px;
}

.MenuHeads
{
    font-family:Verdana;
    font-size: 14px;
    font-weight:600;
    text-align:center;
}

.MenuHeads2
{
    font-family:Verdana;
    font-size: 14px;
    margin-left:0px;
    padding:14px;
    font-weight:600;
    text-align:center;
    background-image:url(../../Images/menHead2.jpg);
    background-position:left;
    /*background-repeat:no-repeat;
    border-top:solid 1px #cccccc;*/
}

.MenuDrops
{
    font-family:Verdana;
    font-size: 11px;
    font-weight:600;
    z-index: 1000;
    background-image:url(../../Images/men_drop.jpg); 
}

.MenuFooter
{
    font-family:Verdana;
    font-size: 11px;
    font-weight:600;
    z-index: 1000;
    padding-right:20px;
}

.button
{
    background-image:url(../images/btn_bg.gif);
    background-repeat:repeat-x;
    font-size:12px;
    border:solid 1px #ccc;
    height:25px;
    cursor:pointer;
}


/***********************/
/* Publication details */
/***********************/

#PublicationList
{
    position: relative;
    top: 0px;
    margin-left: 0px;
    min-height: 310px;
    width: 250px;
    float: left;
    height: auto;
    padding-top:18px;
}

#PublicationList p
{
    font-size: 8pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
   
}

#PublicationList p a:link
{
    color: #636466;
    text-decoration: underline;
    margin-right: 0px;
    padding-bottom:10px;
}

#PublicationList p a:visited
{
    color: #636466;
    text-decoration: underline;
    margin-right: 0px;
}

#PublicationList p a:hover
{
    color: #fce80b;
}

#PublicationList h2
{
    font-family: Verdana;
    font-size: 10pt;
    line-height: 12px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.Publications1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#Top_Function
{
    width:1000px;
    height: 100px;
    position:relative;
}

#logo
{
    width:260px;
    height:100px;
    float:left;
    position:relative;
}

#shopping
{
   position:relative;
   width:500px;
   float:right;
   margin-top:10px;
   text-align:right;
   }

#center
{
   margin-right:0px;
   margin-top:0px;
   padding:0px;
   width:500px;
 margin-left:230px;	
 padding: 1em;
}

#left
{
    width:40px;
	position:absolute;
	left:0px;
	padding-left: 0px;
	z-index: 99;
	float: left;
	padding-bottom: 1em;
	margin: 0px;
	padding-top: 1em;
}

#left h1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #636466;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-image:url(Images/underlinePNG_small.png);
    background-position:bottom;
    background-repeat:no-repeat;
}

#right
{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
    width:100px;
	margin: 0;
}

#footer_image
{
    position:relative;
    width:150px;
    height:50px;
    float:right;
    margin-top:10px;
}

.message
{
	font-size: 11px;
	color:Red;
	font-family: Arial, Helvetica, sans-serif;
	
}

