body
{
    margin: 0 auto;
    padding: 0;
    background-image: url('Images/BkGrd.bmp');
    background-repeat: repeat;
    font-family: Verdana, 'Trebuchet MS' , Arial, Helvetica, Sans-Serif;
}

.art-Logo
{
	display : block;
	left: 10px;
	top: 8px;
	width: 280px;
    color: #FFFFFF;
}
.art-Header
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    text-align: left;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14;
    font-weight: bold;
    font-family: Verdana;
    border-top-color: #C0C0C0;
    border-top-width: thin;
    border-top-style: solid;
    text-indent: 10px;
    background-image: url('Images/OrangeGradient.bmp');
    background-repeat: no-repeat;
    text-transform: capitalize;
    font-style: italic;
    border-bottom-color: #C0C0C0;
    border-bottom-width: thin;
    border-bottom-style: solid;
}


div.art-Header-jpeg
{
    z-index: -1;
    top: 0;
    left: 0;
    width: 580px;
    height: 50px;
    background-image: url('images/Header.bmp');
    background-repeat: repeat;
    background-position: center center;
}
.art-slogan
{
    color: #FFFFFF;
    position: absolute;
    top: 3px;
    left: 8px;
}

/* menu
.art-menu
{
	padding: 6px 6px 6px 6px;
}

.art-nav
{
	position: relative;
	height: 40px;
	z-index: 100;
}
/* menu structure */





/* begin MenuItem */




























.txt
{
    padding: 0px 0px 0px 10px;
    font-family: "Trebuchet MS" ,Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    height: 400px;
    width: 99%;
    background-repeat: no-repeat;
    text-align: left;
    overflow: auto;
    background-color: #F8F8F9;
}
/* end MenuItem */

img
{
    padding: 10px;
    float: right;
}

.imgFloatLeft
{
    padding: 10px;
    float: left;
}

.imgNoFloat
{
    padding: 10px;
    float: none;
}
.imgNoFloatNoPadding
{
    float: none;
}
h3
{
    color: #0000FF;
    font-weight: bold;
    text-decoration: underline;
}

.SectionHeader
{
    font-family: Verdana, "Trebuchet MS" , Arial, Helvetica, Sans-Serif;
    text-align: left;
    color: #993300;
    font-size: medium;
    font-weight: bold;
}

.menuitem
{
    margin-top: 1em;
    list-style-image: url('../Images/PostHeaderIcon.gif');
    list-style-type: circle;
    list-style-position: inside;
}

.figureCaption
{
    font-weight: bold;
    font-size:x-small ;
    text-indent: 10px;
}
.imgFloatRight
{
    float: right;
}
.Paragraph
{
    margin: 10px 10px 10px auto;
    font-weight: bold;
    display: block;
}
.ImgCenter
 {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
 }
.crmTD
{
    border-style: solid;
    border-width: medium thin thin thin;
    border-color: #FFFFFF;
    background-color: #FFFFFF; 
}

.Hyperlink
{
    background-image: url('Images/Button.gif');
    width: 143px;
    height: 22px;
    cursor: pointer;
    color: #3333CC;
    text-align: center;
    padding-top: 2px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}

.Hyperlink:hover
{
    background-color: #F5B798;
    text-decoration: none;
    color: #FFFFFF;
}
ul
{
    list-style-type: none;
    display:inline;
    text-decoration:none; 
}
.Hyperlink:visited
{
    text-decoration:none; 
}
li
{
    padding-top: 2px;
}

.HyperlinkMain
{
    width: 100px;
    height: 22px;
    cursor: pointer;
    color: #3366FF;
    text-align: center;
    padding-top: 2px;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    background-color: #D5D5FF;
}
.HyperlinkMain:hover
{
    background-color: #FFB380;
    text-decoration: none;
    color: #FFFFFF;
}
.HyperlinkMain:visited
{
    text-decoration:none; 
}