﻿body
{
	background-color: #66676C;
	color:#CCCCCC;
}
ul
{
	list-style-image:url(../webpictures/bullet.gif);

}
li
{
	list-style-image:url(../webpictures/bullet.gif);

}

h1
{
	color: #FFE576;
	font-size:large;
}

h2
{
	color: #FFE576;
font-size:small;
}

image
{
	border:none;
}

.leftMenuUl
{
	list-style-image:url(../webpictures/leftmenuBullet.gif);
}

.leftMenuLi
{
	list-style-image:url(../webpictures/leftmenuBullet.gif);
	margin-left: -10px;
	margin-bottom: -4px;
}

.cellTopLeft
{
	background-image:url(../webpictures/topLeft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #4E5156;
}

.cellTopRight
{
	background-image:url(../webpictures/topright.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color: #4E5156;
}

.cellBottomRight
{
	background-image:url(../webpictures/bottomRight.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color: #4E5156;
}

.cellBottomleft
{
	background-image:url(../webpictures/bottomLeft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: #4E5156;
}

.cellBottom
{
	background-color: #4E5156;
	background-image:url(../webpictures/bottomCell.gif);
	background-position:bottom left;
	background-repeat: repeat-x;
}
.cellTop
{
	background-color: #4E5156;
	background-image:url(../webpictures/topCell.gif);
	background-position:top left;
	background-repeat: repeat-x;
}

.cellRight
{
	background-color: #4E5156;
	background-image:url(../webpictures/rightCell.gif);
	background-position:top right;
	background-repeat: repeat-y;
}

.cellleft
{
	background-color: #4E5156;
	background-image:url(../webpictures/leftCell.gif);
	background-position:top left;
	background-repeat: repeat-y;
}

.cellContents
{
	background-color: #4E5156;
}

a.leftmenu {
   text-decoration: none;
   font-size: x-small;
   font-weight: bold;
}
a.leftmenu:link {
   color: #ffffff;
    font-size: x-small;
}
a.leftmenu:visited {
   color: #ffffff;
    font-size: x-small;
}
a.leftmenu:active {
   color: #ffffff;
    font-size: x-small;
}
a.leftmenu:hover {
   color: #FEEF38;
    font-size: x-small;
}

a {
   text-decoration: underline;
   font-size: x-small;
   font-weight: bold;
}
a:link {
   color: #ffffff;
    font-size: x-small;
}
a:visited {
   color: #ffffff;
    font-size: x-small;
}
a:active {
   color: #ffffff;
    font-size: x-small;
}
a:hover {
   color: #FEEF38;
    font-size: x-small;
}

.header
{
	background-image:url(../webpictures/headerStripe.jpg)
}

.headerTopLeft
{
	background-image:url(../webpictures/headerTopLeft.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.headerTopRight
{
	background-image:url(../webpictures/headerTopRight.gif);
	background-position:Right top;
	background-repeat:no-repeat;
}

.headerBottomRight
{
	background-image:url(../webpictures/headerBottomRight.gif);
	background-position:Right bottom;
	background-repeat:no-repeat;
}

.headerBottomLeft
{
	background-image:url(../webpictures/headerBottomLeft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.headerTop
{
	background-image:url(../webpictures/headerTop.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.headerBottom
{
	background-image:url(../webpictures/headerBottom.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.headerRight
{
	background-image:url(../webpictures/headerRight.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

.headerLeft
{
	background-image:url(../webpictures/headerLeft.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
