/* ============= General ============= */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.blue { color: #006699; }
.red { color: #CC3300; }

.large {	font-size: 10pt; }

.center { text-align : center; }
.indent0 { margin-left: 0px; }
.indent10 { margin-left: 10px; }
.indent20 { margin-left: 20px; }
.indent30 { margin-left: 30px; }
.indent40 { margin-left: 40px; }
.indent50 { margin-left: 50px; }

.nomargin { margin: 0px; }
.nomargintop { margin-top: 0px; }
.nomarginbottom { margin-bottom: 0px; }

.smallmargin { margin: 1px; ;}
.smallmargintop { margin-top: 0.5em; }
.smallmarginbottom { margin-bottom: 0.5em;  }

.bigmargintop { margin-top: 3px; }
.bigmarginbottom { margin-bottom: 3px; }
.bigmarginboth { margin-top: 14px; margin-bottom: 14px; }

 .sidebarleft {
	position: absolute;
	top: auto;
	left: 0px;
	width: 150px;
 } 
 
 .sidebarright {
	position: absolute;
	top: auto;
	left: 520px;
	width: 150px;
 } 

.sideliner {
	position: absolute;
	top: auto;
	left: 15px;
	width: 150px;

	padding-top: 8px;
	padding-bottom: 8px;

	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
 
 
.sidebox {
	position: absolute;
	top: auto;
	left: 15px;
	width: 150px;

	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;

	border: 1px solid silver;
}


.error {
	color: #CC3300;
}


/* ============= Character Formatting ============= */


b.soft {
	color: #666666;
}

b.subsection {
	color: #333333;
	font : 8pt;
	font-weight : bold;
}




/* ============= Paragraphs ============= */

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height : 1.5 em;
}

p.side {
	font-size: 8pt;
	color: #666666;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	text-align : center;
}

p.sidequote {
	font-size: 8pt;
	color: Maroon;
	margin-top: 3em;
	margin-bottom: 3em;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
	letter-spacing : -1;
	text-align : left;
}

p.sidesmall {
	font-size: 6pt;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

p.sidebox {
	font-size: 8pt;
	margin-top: 0pt;
	color: #666666;
}

.footer { /* Used for links section of the footer */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8 pt;
	color: #660101;
	text-align : center;
	margin-top : 3px;
	margin-bottom : 5px;
}

p.copyright { /* Used for copyright section of the footer */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align : center;
	margin-top : 12px;
	margin-bottom : 14px;
	margin-left : 50px;
	margin-right : 50px;
}

p.errorDetails {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC3300;
	text-align : center;
	
	margin-top : 12px;
	margin-bottom : 14px;
	margin-left : 50px;
	margin-right : 50px;
 }





/* ============= Headings ============= */

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : Maroon;
	margin-top: 0.5em;
	margin-bottom : 1.0em;
}

h1.top { /* Used for h1 that appear at the top of a page (no top margin required) */ 
	margin-top: 0px;
}

h1.sidebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;

	margin-top : 35px;
	margin-bottom: 6px;	
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : maroon;
	margin-top : 2em;
	margin-bottom : 1.0em;
}

h2.sidebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;

	margin-top : 8px;
	margin-bottom: 6px;	
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color : maroon;

	margin-top : 2em;
	margin-bottom : 0.75em;
}


/* ============= Lists ============= */

ul {
	list-style: square;
	margin-top: 0em;
	margin-left: 0px;
	padding-left : 16px;
	line-height : 1.2 em;
}

ul.sublist {
	list-style: circle;
	margin-top: 0em;
	margin-left: 0px;
	padding-left : 16px;
}

ol {
	margin-top: 0em;
	margin-left: 0px;
	padding-left : 24px;
	color: #333333;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 0.75em;
	color: #333333;
}

li.sidebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 0em;
	color: #666666;
}



/* ============= Tables ============= */

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.subsection { /* Subsection titles in the header*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

td.borderleft {
	border-left : 1px solid Silver;
}

td.borderright {
	border-right : 1px solid Silver;
}

td.errorDetails {
	border-top: 1px solid gray;
	padding: 10px;
 }


/* ============= Images ============= */

img.sidelogo {
	border: 1px solid gray;
}




/* ============= Forms ============= */

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color : #333333;	
}




/* ========== Links ========== */

A:link {color: maroon; text-decoration: underline; }
A:visited {	color: maroon; text-decoration : underline; }
A:active { color: #CC3300; text-decoration : underline; }
A:hover { color: #CC3300;; text-decoration : underline; }


A.title:link {
	color: maroon;
	text-decoration : none;
}
A.title:visited {
	color: maroon;
	text-decoration : none;
}
A.title:active {
	color: #CC3300;
	text-decoration : none;
}
A.title:hover {
	color: #CC3300;
	text-decoration : underline;
}

A.hidden:link {
	color: #333333;
	text-decoration : none;
}
A.hidden:visited {
	color: #333333;
	text-decoration : none;
}
A.hidden:active {
	color: #CC3300;
	text-decoration : none;
}
A.hidden:hover {
	color: #CC3300;
	text-decoration : underline;
}

A.subsection:link {
	color: #006699;
	text-decoration : underline;
	font-size : 8pt;
}
A.subsection:visited {
	color: #006699;
	text-decoration : underline;
	font-size : 8pt;
}
A.subsection:active {
	color: #FF6600;
	text-decoration : underline;
	font-size : 8pt;
}
A.subsection:hover {
	color: #FF6600;
	text-decoration : underline;
	font-size : 8pt;
}


A.signout:link {
	color: #CC3300;
	text-decoration : underline;
	font-size : 8pt;
	font-weight: bold;
}
A.signout:visited {
	color: #CC3300;
	text-decoration : underline;
	font-size : 8pt;
	font-weight: bold;
}
A.signout:active {
	color: #FF6600;
	text-decoration : underline;
	font-size : 8pt;
	font-weight: bold;
}
A.signout:hover {
	color: #FF6600;
	text-decoration : underline;
	font-size : 8pt;
	font-weight: bold;
}


A.LinkIcon:link {
	color : #006699;
	font-size : 8pt;
}
A.LinkIcon:visited {
	color : #006699;
	font-size : 8pt;
}
A.LinkIcon:active {
	color : #FF6600;
	font-size : 8pt;
}
A.LinkIcon:hover {
	color : #FF6600;
	font-size : 8pt;
}


A.footerlink:link {
	color : #660101;
	text-decoration : none;
	font-size : 8pt;
}
A.footerlink:visited {
	color : #963A16;
	text-decoration : none;
	font-size : 8pt;
}
A.footerlink:active {
	color : #FFFFFF;
	text-decoration : underline;
	font-size : 8pt;
}
A.footerlink:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-size : 8pt;
}




/* ========== Homepage Table ========== */

#homeIntro {
	line-height : 1.5em;
}

#hometableText {
	font-family: "Verdana";
	font-size: 8pt;
	text-align: center;
}
