﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(nav-bg.jpg);
	background-repeat:no-repeat;
    border-bottom: 1px solid #ececec;
}
#adminwrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}
.TLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:6px;
}
#header {
	background-image: url(../images/logo0.jpg);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
    text-align:right;
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #cb352d;
    font-size: 190%;
    position:absolute;
    bottom: 4px;
    right: 0;
}

#content {
	float:right;
    width: 620px;
	padding: 0 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
}
#content ul {
	font-size: 80%;
	line-height: 1.8em;
}
#content table {
	font-size: 95%;
	line-height: 1.8em;
}
#navigation {
	float:left;
	width: 200px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}
#navigation li.sub {
	font-size: 80%;
	margin-left:1.25em;
	line-height: 1.5em;
}
#navigation li.subsub {
	font-size: 70%;
	margin-left:2.5em;
	line-height: 1.4em;
}

#navigation a:link, #navigation a:visited {
	color: #005C97;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:right;
    color: #999;
    background-color: transparent;
}
h4
{
	background: navy url(../images/VBack.jpg) repeat-x;
	width:620px;
	height:32px;
	display:block;
	color: #FFFFFF;
	padding: 12px 0px 0px 8px;
}
