﻿/* Global Styles */

body {
	margin:0px;
	background-color: #c69a53;
	background-attachment: fixed;
    text-align: left;
	font-family: Verdana;
	font-size: 13px;
	color: #752901;
    scrollbar-face-color: #423626;
    scrollbar-arrow-color: #A7C2B1;
    scrollbar-track-color: #000000;
	}

/* ID Styles */

#rightnavbar{
width: 250px;
	text-align: center;
}

#rightnavbar a{
font: bold 13px Arial;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #006600;
text-decoration: none;
padding: 4px;
}

body #rightnavbar a{
width: auto;
text-align: left;
}

#rightnavbar a:hover{
background-color: #c69a53;
color: white;
}

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	background-color: #519351;
	}
	
#navigation a {
	font: bold 11px Arial;
	color: #ffffcc;
	text-decoration: none;
    text-align: center;
	display:block;
	border: thin outset #7d7d7d;
	padding: 2px;
	display: block;
	width: auto;
	padding: 4px;
}
	
#navigation a:hover {
	background: #c69a53;
	color:#ffffff;
	}


/* Class Styles */

.backgroundWhite {
	background-color: #FFFFFF;
}
.center {
	text-align: center;
}
.credit {
	font-family: Arial;
	font-size: xx-small;
	color: #000000;
}
.header A:active {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}
.header A:link {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}
.header A:visited {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}
.header A:hover {
	FONT-WEIGHT: bold; COLOR: #cccccc; TEXT-DECORATION: underline
}
.menu A:active {
	font-weight:700 color: maroon; text-decoration: none
}
.menu A:link {
	font-weight:700 color: blanchedalmond; text-decoration: none
}
.menu A:visited {
	font-weight:700 color: yellow; text-decoration: none
}
.menu A:hover {
	font-weight:700 color: white; text-decoration: none
}


.body A:link {
a:link       { color: blanchedalmond; text-decoration: none }
}
.body A:visited {
a:visited    { color: yellow; text-decoration: none }
}
.body A:hover {
a:hover      { color: white; text-decoration: none }
} 
.body A:active {
a:active     { color: maroon; text-decoration: none }
}

.sidebar A:active {
	font-weight:700 color: maroon; text-decoration: none
}
.sidebar A:link {
	font-weight:700 color: blanchedalmond; text-decoration: none
}
.sidebar A:visited {
	font-weight:700 color: yellow; text-decoration: none
}
.sidebar A:hover {
	font-weight:700 color: white; text-decoration: none
}
.credit A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
.credit A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.credit A:visited {
	COLOR: #752901; TEXT-DECORATION: none
}
.credit A:hover {
	COLOR: #752901; TEXT-DECORATION: underline
}

.normaltext {
	background-position: 0px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #752901;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
}
.normalitalic {
	background-position: 0px 0px;
	font-family: Verdana;
	font-size: 14px;
	color: #752901;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
	font-style: italic;
	font-weight: normal;
}
.pagetitle {
	font-family: VoltaT;
	font-size: x-large;
	font-weight: bold;
	color: #ad1110;
	text-align: center;
}
h1 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #4E2C1F;
}
.subtitle {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #752901;
	text-align: left;
}

.commentboxBackground {
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.commentboxleft {
	background-image: url('images/commentbox_02.gif');
}
.commentboxright {
	background-image: url('images/commentbox_04.gif');
}
