﻿/* Global Styles */

body {
	/* part of centering site on screen - wrap entire contents in frame div element */
	width:970px;
	padding-left:50%;
	/* end of part rest is in id style */
	margin:0px;
	background-color: #73afb7;
	background-attachment: fixed;
    text-align: left;
    font-family: Verdana, Arial;
    font-size: 13px;
    scrollbar-face-color: #8EE5EE;
    scrollbar-arrow-color: #FFFACD;
    scrollbar-track-color: #8FBC8F;
	}
	
a:link {
    color:#000000;
	text-decoration:underline;
    font-family: Verdana, Arial;
}

a:visited {
    color:#CC0000;
	text-decoration:underline;
    font-family: Verdana, Arial;
}

a:hover {
    color:#900000;
	text-decoration:none;
    font-family: Verdana, Arial;
}

a:active {
    color:#000000;
	text-decoration:none;
    font-family: Verdana, Arial;
}

/* ID Styles */

/* More centering site */
#frame {
	/* set the width of the column */
	width:970px;
	margin-left:-485px;
}
/* End of centering site */

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	background-image:url('images/background.png');
}

#template-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:970px;
	height:23px;
}

#template-02_ {
	position:absolute;
	left:0px;
	top:23px;
	width:17px;
	background-image:url('images/template_02.gif')
}

#template-03_ {
	position:absolute;
	left:17px;
	top:23px;
	width:170px;
	background-color:#ffffff;
}

#template-04_ {
	position:absolute;
	left:950px;
	top:23px;
	width:20px;
	background-image:url('images/template_04.gif')
}

#template-05_ {
	clear: both;
	left: 0px;
	width: 970px;
	height: 80px;
	background-image: url('images/template_05.gif');
	text-align: center;
}

#main {
	margin-left: 200px;
	margin-right: 10px;
}


/*********************/
/* SIDEBAR */
/*********************/
#sidebar {
	width: 170px;
	float: left;
}

#buttons {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#buttons li {
	display: inline;
}
#buttons .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#buttons a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #buttons a {
	height: 1px; 
}

#buttons a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}



/* Class Styles */

.textbody {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.author {
    font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.verysmall {
    font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.quotesitalic {
    font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}

.bylines {
    font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.bylinesnoformat {
    font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.emphasized {
    font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #69412F;
}

.heading1 {
    font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

.heading2 {
    font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
}

.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #5884B4;
	text-align: center;
}
.normal {
    font-family: Verdana, Arial;
	font-size: small;
	font-weight: normal;
	color: #800000;
	text-align: left;
}
.border {
	margin: 10px;
	border: 3px outset #73AFB7;
}
.centered {
	text-align: center;
}
li {
	margin-bottom: 10px;
	margin-right:5px;
}
h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.borderNoPadding {
	border: 3px outset #73AFB7;
}
p {
	margin-right: 5px;
}

#picturecaption {
	width:320px;
	padding-left:10px;
	padding-right:50px;
	height:320px;
	float:right;
}