/*CSS Document*/
BODY
{
	background-color: #11215A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper
{
	text-align: center;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#parchment
{
	text-align: center;
	width: 750px;
	height: auto;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Parchment.jpg);
	background-repeat:repeat-y;
}

.parchment
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#521400;
	font-size: medium;
	font-style: normal;
	font-weight:bold;
}

.parchment
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#521400;
	font-size: medium;
	font-style: normal;
	font-weight:bold;
}

.parchment a:link {
	text-decoration: underline;
	color: #521400;
}

.parchment a:visited {
	text-decoration: underline;
	color:#FF0000;
}
.parchment A:hover
{
	text-decoration: underline;
	color:#993366;
}
.parchment A:active
{
	text-decoration: none;
	color:#660000;
}	
.largeparch
{font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#521400;
	font-size:larger;
	font-style: normal;
	font-weight:bold;
	}
.drop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#521400;
	font-size:xx-large;
	font-style: normal;
	font-weight: bold;
	padding:3px;
}
#logobox
{
	width: 450px;
	height: 130px;
	text-align:center;
	margin-left: 225px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-left: 6px solid #CD8004;
	border-top: 6px solid #CD8004;
	border-right: 6px solid #9B6103;
	border-bottom: 6px solid #9B6103;
	
}


P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FBB03B;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}


H1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FBB03B;
	font-weight: bold;
}
.lgboldtxt
{
	color: #FBB03B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;line-height: 2em;
	font-style: normal;
	font-weight: bold;
	
}

.txt
{
	color: #FBB03B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.txt a:link {
	text-decoration: underline;
	color: #FBB03B;
}

.txt a:visited {
	text-decoration: underline;
	color: #FBB03B;
}
.txt A:hover
{
	text-decoration: underline;
	color: #E7D07E;
}
.txt A:active
{
	text-decoration: none;
	color: #FFFFFF;
}	
.boldtxt
{
	color: #FBB03B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;line-height: 2em;
	font-style: normal;
	font-weight: bold;
}

.smalltxt  {
	color: #FBB03B;
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	font-style: normal;
	font-weight: normal;

}

.smalltxt a:link {
	text-decoration: underline;
	color: #FBB03B;
}

.smalltxt a:visited {
	text-decoration: underline;
	color: #FBB03B;
}
.smalltxt A:hover
{
	text-decoration: underline;
	color: #E7D07E;
}
.smalltxt A:active
{
	text-decoration: none;
	color: #FFFFFF;
}	
#navbar
{
	background-color: #ffffff;
	float: left;
	text-align:center;
	width: 205px;
	height: auto;
	padding: 2px;
	margin-right: 5px;
}
#rightnavbar
{
	background-color: #917430;
	float: right;
	text-align:center;
	width: 205px;
	height: auto;
	padding: 2px;
	margin-left: 5px;
}
A:link
{
	text-decoration: underline;
	color: #11215A;
}
A:visited
{
	text-decoration: underline;
	color: #7EE79C;
}
A:hover
{
	text-decoration: underline;
	color: #E7D07E;
}
A:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer
{
	background-color: #11215A;
	float:left;
	text-align: center;
	width: 900px;
	height: auto;
	padding: 2px;
}