BODY
{
	font-family: Verdana, Fixedsys, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #fcf3d7;
}

/*Header styles*/
.logo
{
	background: url(images/GuildLogo.jpg) no-repeat 0% 20%;
	font-size: 10px;
	font-weight: bold;
	color: #795b01;
}

.guildname
{
	font-size:24px;
	font-weight: bold;
}

.tagline
{
	font-size:20px;
	font-weight: bold;
	color: #4e3b01;
}

.tagline2
{
	font-size:16px;
	font-weight: bold;
	color: #795b01;
}
/*End of Header Styles*/

.pageTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #4e3b01;
	text-decoration: underline;
}

.sectionTitle
{
	font-size: 14px;
	font-weight:bold;
	color:#4e3b01;
}

.notice
{
	font-size: 16px;
	font-weight: bold;
	color: #c43d02;
}

.underConstruction
{
	background-color:#fcc51e;
	border :solid 1px #4e3b01;
	font-size: 16px;
	font-weight: bold;
}

.footer
{
	font-size:10px;
	font-weight: bold;
}

.error
{
	color: #c43d02;
	font-weight: bold;
}

.fieldHeading
{
	font-weight: bold;
	padding-right: 5px;
}

.fieldHint
{
	font-size:11px;
}

.gridLook
{
	border-right: #4e3b01 1px solid;
	border-top: #4e3b01 1px solid;
	border-left: #4e3b01 1px solid;
	border-bottom: #4e3b01 1px solid;
	border-collapse: collapse;
}

.gridCellLook
{
	border-right: #4e3b01 1px solid;
	border-top: #4e3b01 1px solid;
	border-left: #4e3b01 1px solid;
	border-bottom: #4e3b01 1px solid;
	border-collapse: collapse;
	padding:0 2px 2px 2px;
}

.gridHeaderLook
{
	background-color: #fcc51e;
	border-right: #4e3b01 1px solid;
	border-top: #4e3b01 1px solid;
	border-left: #4e3b01 1px solid;
	border-bottom: #4e3b01 1px solid;
	border-collapse: collapse;
	color: #4e3b01;
	font-size: 12px;
	font-weight: bold;
	padding:0 2px 2px 2px;
}

/*Layout Styles*/
.linespacer
{
	height: 15px;
}

.outlined
{
	border: solid 1px #4e3b01;
	padding: 5px 5px 5px 5px;
}

.outlinedNoPadding
{
	border: solid 1px #4e3b01;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

p
{
	text-indent: 25px;
}

div.indent
{
	padding-left: 25px;
}
/*end of Layout Styles*/


a.jumplink
{
	color: #800080;
	font-size:10px;
	font-weight: bold;
}


a.headerMenuButton
{
	padding: 0px 12px 0px 3px;
	color: #4e3b01;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-right :solid 1px #4e3b01;
}

a.headerMenuButton:hover
{ 
	color: #008003;
}

.goldBackground
{
	background-color:#fcc51e;
}

.goldBackgroundOutlined
{
	background-color:#fcc51e;
	border :solid 1px #4e3b01;
}


/*Event Styles*/
.subjectHeading
{
	font-weight :bold;
}

/*fcc51e - gold colour from buttons*/
/*4e3b01 - rich brown */
/*008003 - rich green */
/*fcf3d7 - tan from background */


.party
{
	background-position: right center; 
	background-attachment: fixed; 
	background-image: url(Images/partyhat.jpg);	
	background-repeat: no-repeat;
}