body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 6px;
	line-height: 1.2em;
}

body,td,th {
	text-align: left;	
}


/* divs */

#allcontent {
	padding: 0px;
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: center;
	width: 832px;
}

#footer {
	font-size: 0.8em;
	margin-top: 5px;
}


#content {
	padding: 8px;	
}

/* headlines */

.Header-1 {
	font-size: 1.25em;
	color: #1E398B;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.Header-2 {
	font-size: 1.25em;
	color: #F47821;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}


.Header-Sub-1 {
	font-size: 1.1em;
	color: #1E398B;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}	

.Header-Sub-2 {
	font-size: 1.1em;
	color: #F47821;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

/* content */

.Content-Small {
	font-size: .8em;
}

.Content {
	font-size: 1em;
	font-weight: normal;
}

.Content-Bold {
	font-size: 1em;
	font-weight: bold;
}

.Content-Italics {
	font-style: italic;
}

.Content-Indent {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	text-align: left;
}

.Content-1 {
	font-weight: bold;
	color: #1E398B;
}
.Content-2 {
	font-weight: bold;
	color: #F47821;
}
	
.Content-Medium {
	font-size: 1.1em;
}

.Content-Medium-Bold {
	font-size: 1.1em;
	font-weight: bold;
}

.Content-Medium-Indent {
	font-size: 1.1em;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.Content-Large {
	font-size: 1.25em;
	font-weight: bold;
}
.table-yellow/* table choices */

 {
	padding: 10px;
	background-image: url(images-site-2008/table-gradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#shaded-box {
	width: 700px;
	padding: 4px;
	background-color: #FDB04E;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/Table-Gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2BAAE2;
	border-right-color: #2BAAE2;
	border-bottom-color: #2BAAE2;
	border-left-color: #2BAAE2;
}

/* misc */

hr {
	color: #FEE06A;
}

/* base links */

a:link {
	font-weight: bold;
	color: #D7681C;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #F47821;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #F47821;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F47821;
	text-decoration: underline;
}

/* akternate links */

.globalbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDC42F;
	background-image: url(images/Nav-Bar-Gradient.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

.globalbar a:link {
	color: #353529;
	text-decoration: none;
}
.globalbar a:visited {
	color: #353529;
	text-decoration: none;
}
.globalbar a:hover {
	text-decoration: underline;
	color: #353529;
}
.globalbar a:active {
	color: #353529;
	text-decoration: none;
}

/* akternate links */

.navbar {
	color: #CC00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.navbar a:link {
	color: #CC00FF;
	text-decoration: none;
}
.navbar a:visited {
	color: #CC00FF;
	text-decoration: underline;
}
.navbar a:hover {
	color: #CC00FF;
	text-decoration: underline;
}
.navbar a:active {
	color: #CC00FF;
	text-decoration: underline;
}
.table-content {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.table-photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: .8em;
	color: #000000;
	text-align: right;
	padding: 8px;
}
.table-blue {
	padding: 10px;
	background-image: url(images-site-2008/table-gradient-blue.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.image-right-align {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.image-left-align {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
