/* Basic Layout */

body
{
	font-family: Arial;
}

.Content A
{
	color: #000099;
}

.Content A:visited, .Content A:active
{
	color: #9999FF;
}

.Content A:hover
{
	color: #3333AA;
}

.MinWidth
{
	font-size: 0px;
}

/* Page Header */

.PageHeader .NavigationBar
{
	background-image: url(../Images/NavBarBackground.gif);
}

.PageHeader .PrintThisPage
{
	font-size: 70%;
}

.PageHeader .PrintThisPage A
{
	color: #000099;
	text-decoration: none;
}

.PageHeader .PrintThisPage A:hover
{
	text-decoration: underline;
}

.PageHeader .Logo
{
	padding-left: 20px;
}

/* Page Footer */

.PageFooter
{
	text-align: center;
	font-size: 70%;
}

/* Page Body */

.PageBody .Sidebar
{
	vertical-align: top;
	font-size: 80%;
	width: 20%;
}

.PageBody .LeftMargin
{
	vertical-align: top;
	width: 3%;
}

.PageBody .RightMargin
{
	vertical-align: top;
	width: 2%;
}

.PageBody .Content 
{
	vertical-align: top;
}


/* Sidebar */

.Sidebar .MinWidth
{
	width: 200px;
}

.Sidebar .Frame
{
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	margin-right: 10px;
}

.Sidebar .Header
{
	border-right: white 1px solid;
	padding-right: 8px;
	border-top: white 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-left: white 1px solid;
	padding-top: 5px;
	border-bottom: black 1px solid;
	text-align: right;
}

.Sidebar .Title
{
	padding-right: 8px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
}

.Sidebar .Item
{
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid Black;
	padding: 5px 8px 5px 25px;
}

.Sidebar A
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

.Sidebar A:hover
{
	text-decoration: underline;
}

.Sidebar .Menu
{
	BACKGROUND-POSITION-Y: center;
	background-image: url(../Images/Arrow.gif);
	background-repeat: no-repeat;
}

.Sidebar .Link
{
	BACKGROUND-POSITION-Y: center;
	background-image: url(../Images/Bullet.gif);
	background-repeat: no-repeat;
}


/* Content */

.Content .Block
{
	font-size: 90%;
}

.Content .MinWidth
{
	width: 395px;
}

.Content H1
{
	margin: 0px;
	padding-bottom: 20px;
	font-size: 120%;
	color: #000099;
}

/* Pop-Up Menu */

.PopUpMenu
{
	position: absolute;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
	visibility: hidden;
	font-size: 90%;
}

.PopUpMenu .Brick
{
	padding: 4px 8px 4px 18px;
	border-bottom: 1px solid Black;
	white-space: nowrap;
}

.PopUpMenu .Heading
{
	background-color: #000099;
	color: White;
	white-space: nowrap;
}

.PopUpMenu .Heading .Title
{
	padding: 4px 8px 4px 8px;
	text-align: left;
}

.PopUpMenu .Heading .Title A, .PopUpMenu .Heading .Title A:visited
{
	text-decoration: none;
	color: White
}

.PopUpMenu .Heading .Title A:hover
{
	text-decoration: underline;
	color: White
}

.PopUpMenu .Heading .Close
{
	text-align: right;
	cursor: hand;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana;
	padding-right: 2px;
}


