/*
	Style sheet for a basic side navigation page with a blue color scheme.
*/


/*
	General HTML tag formatting
*/

body
{
	background-color: white;
	color: black;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

a:href
{
	color: black;
}

a:link
{
	text-decoration: none;
	color: blue;
}

a:visited
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
	color: rgb(260, 130, 80);
}

td
{
	padding: 5px;
	vertical-align: top;
}

td.label
{
	padding: 0.5em 20px 0.5em 0;
	margin: 0;
	width: 170px;
	text-align: right;
}
p
{
	margin: 5px;
	margin-bottom:10px;
	padding: 0;
	text-align:left;
	
}

p.header
{
	font-weight:bold;
	font-size:32px;
	margin: 5px;
	margin-bottom:10px;
	padding: 0;
	text-align:center;
	
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

h2
{
	text-decoration: underline;
	font-size: 1.1em;
}

li
{
	margin: 0.5em 0 0.5em 0;
}


.pdfInfo
{
	text-align: center;
	font-size: .9em;
	text-align:left;
}

.TopLink
{
	float:right;
	padding-right: 20pt;
	font-size: .9em;
	
}

.SubHeaderIndentation
{
	padding-left: 5pt;
}

.InnerIndentation
{
	padding-left:15pt;
}

table.subTable {
	border-width: 0px;
	border-spacing: 0px;
	border-style:solid;
	margin-left:5pt;
	background-color:Transparent;
	border-collapse:separate;
	width:105%;
}
table.subTable td {
	border-width: 0px;
	padding: 8px;
	border-style: inset;
	border-color: gray;
	background-color: Transparent;
}



/*
	Main layout block formatting
*/

#page
{
	width: 770px; /*770px;*/
	margin: 0 auto;
	padding-top: 0px;
	border: 1px solid black;
	background: url('pageBackground.jpg') repeat-y top left; padding-left:1px; padding-right:1px; padding-bottom:1px
}

#title
{
	width: 748px;
	padding: 10px;
	background-color: rgb(90, 90, 130);
	color: white;
	border: 1px white solid;
	border-top: 2px white solid;
}

#leftNavBar
{
	margin: 0;
	width: 147px;
	padding: 10px;
	background-color: rgb(210, 210, 230);
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 2px white solid;
	float: left;
	text-align: center;
}

#content
{
	float: left;
	padding: 10px;
	width: 579px;
	background-color: white;
	border-top: 1px white solid;
}

#footer
{
	clear: both;
	margin-left: 170px;
	width: 579px;
	padding: 10px;
	background-color: rgb(90, 90, 130);
	text-align: center;
	font-size: .9em;
	color: white;
	border-top: 2px white solid;
	border-bottom: 1px white solid;
}

/*
	Sub-block specific formatting
*/

/* title sub-blocks */
#title H1
{
	margin: .5em;
	padding: 0em;
	font-size: 2em;
	text-align: center;
}

#title H2
{
	margin: .25em;
	padding: 0em;
	font-size: .85em;
	text-align: center;
}


/* leftNavBar sub-blocks */
#leftNavBar UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftNavBar LI
{
	margin: 1.5em 0 1.5em 0;
}

#leftNavBar A:link
{
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#leftNavBar A:visited
{
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#leftNavBar A:hover
{
	color: rgb(260, 130, 80);
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;

}

/* footer sub-blocks */
#footer A:link
{
	color: white;
	text-decoration: none;
}

#footer A:visited
{
	color: white;
	text-decoration: none;
}

#footer A:hover
{
	color: rgb(260, 130, 80);
	text-decoration: underline;
}