﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #5ba8dc;
}

/* Header Section */

#header {
	border-top: 3px solid #5ba8dc;
	border-bottom: 1px dotted #5ba8dc;
	height: 3.5em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: 0.8em;
}

#header a:link, a:visited  {
	color: #5ba8dc;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #FFFFFF;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #0057a0;
	background-color: #5ba8dc;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #0057a0;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #FFFFFF;
	margin:0;
	background-color: #5ba8dc;
	color: #0057a0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #5ba8dc;
	color: #0057a0;
}
#navigation ul ul a:hover {
	background-color: #0057a0;
	color: #FFFFFF;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}


/* Main Content */

#content
{
    margin-top: 1em;
    margin-left: 16em;
    margin-right: 2em;
}

h1, h2, h3, h4, h5 {
	font: Helvetica, Arial, Georgia, sans-serif, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0057a0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#content p.table {
	padding: 0;
	margin: 0;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #0057a0;
}

#content img {
	padding: 0;
	margin: 10px, 0px, 30px, 0px;
}

.Important
{
    font-size: large;
    color: Red;
}

.tdLabel
{
    text-align: right;
    font-weight: bold;
}
.logo
{
    width: 200px;
    height: 350px;
}

#footer
{
    float: left;
    position: relative;
}
.adminLinks
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
.adminLinks h3
{
    padding: 10px 0px 2px 10px;
    border-bottom: 1px solid #cccccc;
}
.adminLinks a:link
{
    display: block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url(  "../_graphics/bg_nav.jpg" );
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    color: #0057a0;
    text-decoration: none;
}
.adminLinks a:visited
{
    display: block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url( "../_graphics/bg_nav.jpg" );
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    color: #0057a0;
    text-decoration: none;
}
.adminLinks a:hover
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #d0e1f3;
    background-image: none;
    font-weight: bold;
    color: #0057a0;
    text-decoration: none;
}

img
{
	border: none;
}
