body    {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        background: Silver;
        background-image: url("images/bluevelv.jpg");
        background-repeat:repeat;
        background-attachment: fixed;
        background-position: top left;
        }

/* Headers */
h1      
{
      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
      font-size: 2.4em;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0em 0em;
      color:Blue;
}
	
html>body h1
{	
      margin: 0em 0em 0em 0em;
}
	
h2
{
      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
      margin: 0em 0em 0em 0em;
      padding: 0em 0em 0em 0em;
}	

h3
{
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
}

/* A banner */
#banner 
{
	text-align:center;
	margin: 0em 0em 0em 0em;	
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
}
	
html>body #banner {	
	padding: 1.2em 0em 1.2em 0em;
}	

/* Links in the context of a banner */

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active, 
#banner a:hover
{
        border: #A1A1AF double thick; /*B1B1B1 */
        font-size: 2.2em;
        color:Blue;
        text-decoration: none;
        background-color: transparent !important;
        border: none !important;
		margin: 0em 0em 0em 0em;	
        padding: 0em 0.1em 0.15em 0.2em;
        white-space: nowrap;
}

#item_title
{
	color:Blue;
	background-image: url("images/purpleemboss.gif");	
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #606060;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #606060;
	padding: 2px 2px 2px 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}

#item_subtitle
{
	color:Blue;
	background-color: #9966FF;
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #606060;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #606060;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin-left: 0.2em;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	white-space: nowrap;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	position:relative;
	max-width: 25em;
}

#item_copyright
{
	color:Black;
	font-weight:bold;
	font-size: 0.6em;
}

#update_bar
{
	color:Black;
	background-color:#9933FF;
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #606060;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #606060;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;	
	white-space: nowrap;
	text-decoration: none;
	text-align:right;
	font-weight:normal;
	position:relative;
	bottom:2px;
}


#backplane 
{
	background-color:#CCFFFF;
	border-top: 1px solid #99FFFF;
	border-bottom: 1px solid #99FFFF;
	border-left: 1px solid #99FFFF;
	border-right: 1px solid #99FFFF;
	text-align:left;
	margin: 0em 0em 0em 0em;	
    padding: 0.2em 0.2em 0.2em 0.2em;
    white-space:normal;
}


.item_content
{
        font-size: 1em;
        font-weight: normal;
        padding: 0.2em 1em 0.2em 1em;
        margin-top: 0.6em;
        margin-left: 1em;
        margin-right: 1em;
}

.item_content_indent
{
        font-size: 1em;
        font-weight: normal;
        padding: 0.2em 1em 0.2em 1.5em;
        margin-top: 0.6em;
        margin-left: 1.5em;
        margin-right: 1em;
}

/*******************************************************************************************/
/*********************************** Define a Quick Menu ***********************************/
/*******************************************************************************************/


#quickmenu
{
	background: #9966FF;
	background-image: url("images/purpleemboss.gif");
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #606060;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #606060;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	position:relative;
}

/* Define how a link (<A ... ></A>) tag behaves in a context of a quick menu. */
/* Default link properties */

#quickmenu A:link
{
    color: Black;
    background-color: #9966FF;
    text-decoration: none !important;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #E0E0E0;
    margin: 0em 0em 0em 0em;
	padding: 1px 1px 1px 1px;
	font-size:small;
    line-height: 160%;
	position:relative;
    white-space:normal;
}

/* For a visited or active link */
#quickmenu  A:visited,
#quickmenu  A:active {
    color:  Black;
    background-color: #9966FF;    
    text-decoration: none  !important;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #E0E0E0;
    margin: 0em 0em 0em 0em;
	padding: 1px 1px 1px 1px;
    white-space:normal;
    font-size:small;
    line-height: 160%;
	position:relative;
}

/* What happens when you hover over a link */        
#quickmenu A:hover
{
	color:Aqua;
	background-color: #9933FF;
    text-decoration: none !important;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #606060;
    border-top: 1px solid #606060;
    border-right: 1px solid #E0E0E0;
    margin: 1px -1px -1px 1px;
	padding: 1px 1px 1px 1px;
    font-size:small;
	white-space:normal;
    line-height: 160%;
	position:relative;        
}        

.quickmenutitle
{
    font-size:17px;
    font-weight:bold;
    padding: 0.1em;
    margin-top: .3em;
    text-transform: uppercase;
}

.quickmenuitems
{
    color: #333;
    font-size: 13px;
    font-weight: normal;
	padding: 0.1em 0.1em 0.1em 0.1em;
	line-height: 140%;
    white-space:nowrap;
}



