body
{
	font-family: Arial,Verdana,sans-serif;
	font-size: 14px;
	background-color: #F7F7F7;
	margin: 0px;
	padding: 0px;
	color: #000090;
	text-align: center;
}

b
{
	color: #990000;
}

h2 
{
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 4px;
}

p
{
	margin: 0;
	margin-bottom: 7px;
}

ul 
{
	list-style-type: square;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

ol 
{
	margin-top: 0px;
	padding-left: 23px;
}

#SiteContainer
{
	position: relative;
	margin: 0 auto;
	margin-top: 2%;
	text-align:left;
	width: 920px;
}

.ContentHeading {
	font-weight: bold;
	margin-bottom: 20px;
}

.ContentSubHeading {
	font-weight: bold;
}

.ContentIndent1 {
	padding-left: 10px;
}

.ContentIndent2 {
	padding-left: 25px;
}

#EyeCatcher1
{
	position: absolute;
    width: 84px;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#EyeCatcher2
{
	position: absolute;
	left: 86px;
    width: 84px;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#EyeCatcher3
{
	position: absolute;
	left: 172px;

    width: 84px;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#Logo
{
	position: absolute;
	left: 745px;
	width: 195px;
	background-color: white;
	height: 105px;
	padding-left:5px;
	padding-top: 15px;
}

#Header
{
	width: 686px;
	letter-spacing: 0.25em;
	font-variant: small-caps;
	vertical-align: bottom;
	background-color: white;

	height:100%;
	border: 1px solid #949494;
	border-right: 0px;
	border-bottom: 0px;
}

#HeaderContainer
{
	position: absolute;
	left: 258px;
	height: 120px;
	width: 692px;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.Header_Welcome
{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}

.Header_CompanyName
{
	font-size: 28px;
	font-weight: bold;
	text-align: right;
    padding-right: 10px;
}

#HeaderBorder1
{
	position: absolute;
	top: 120px;
	height: 18px;
	width: 170px;
	background-color: navy;
	color: navy;
	font-weight: bold;
	z-index: 2;

     /* background-shadow */
     background-image: url(images/shadow_right.gif);
     background-repeat: repeat-y;
     background-position: right;
}

#HeaderBorder2
{
	position: absolute;
	left: 172px;
	top: 120px;
	height: 18px;
	width: 758px;
	padding-left: 20px;
	background-color: navy;
	color: white;
	z-index: 2;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#Copyright a {
	color: black;
	text-decoration:none;
}

#Copyright a:hover {
	color: black;
	text-decoration:underline;
}

#HeaderBorder2 a {
	color:white;
}

#HeaderBorder2 a:visited {
	color:white;
}

#MenuItem
{
	background-color: white;
	border: 1px solid #949494;
	width: 164px;
	height: 25px;

	text-align: center;
	padding-top: 3px;
}

.MenuItemTable
{
	margin-top: 5px;
	empty-cells: show;
	margin-bottom: 5px;
}

.ActiveMenuItemTable
{
	margin-top: 5px;
	empty-cells: show;
	margin-bottom: 5px;
}

.MenuItemTable .MenuItemShadow_Right
{
	background-image: url(images/shadow_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.MenuItemTable .MenuItemShadow_Bottom
{
	background-image: url(images/shadow_bottom.gif);
	background-repeat: repeat-x;
}

.MenuItemTable .MenuItemShadow_BottomRight
{
	background-image: url(images/shadow_bottom_right.gif);
}

#Menu
{
	width: 164px;
	font-size: 16px;
}

.MenuItemTable a.MenuItem
{
	display:block;
	text-align:center;

	width: 164px;
	height: 25px;
	border: 1px solid #949494;
	background-color: white;
    text-decoration:none;
    padding-top: 3px;
}

.ActiveMenuItemTable a.MenuItem
{
	display:block;
	text-align:center;

	width: 164px;
	height: 25px;
	border: 1px solid #949494;
	background-color: #E5ECF6;
    text-decoration:none;
    padding-top: 3px;
}

.MenuItemTable a.MenuItem:hover
{
	display:block;
	text-align:center;

	width: 164px;
	height: 25px;
	background-color: #E5ECF6;
	border: 1px solid #949494;
    text-decoration: none;
}

#MenuContainer
{
	position: absolute;
	top: 138px;
	width: 170px;
}

#ContentContainer
{
    position: absolute;
    top: 138px;
    left: 172px;
    width: 778px;
    z-index: 2;

    /* background-shadow */
    background-image: url(images/shadow_right.gif);
    background-repeat: repeat-y;
    background-position: right;
}

#Content
{
	width: 732px;

	padding-left: 20px;
	padding-top: 1px;
	padding-right: 20px;

	background-color: white;
	color: black;

    /* background-shadow */
    border: 1px solid #949494;
    border-top: 0px;
    border-right: 0px;
}

#Copyright
{
	 font-size: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
}