body {
	margin: 0;
}
#header {
	background-color: #FFFDE9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DAA476;
}
.navBar {
	background-color: #810C55;
	background-attachment: scroll;	
	background-repeat: no-repeat;
	background-position: right bottom;
	color : #FFFFFF;
}
.skipMainNav {
	color : #FFFFFF;
}
.rightColumn {
	background-color: #F8EEE7;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;	
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #666666;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #666666;
	font-size: 80%;
}
#footer
	{
	margin-top: 1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #810C55;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

/*
Adds margin left and right to element with the id of
formtable and adds a border to the top and left.
*/
table#formtable
		{
		border-top : thin solid #810C55;
		border-left : thin solid #810C55;	
		margin-left : 2px;
		margin-right : 2px;
		}

/*
Adds a border to the bottom and to the right side of any td
element in a element with the id of formtable. Combined with 
the left and top border on the element with a id of fromtable,
this creates the efftect of grid lines.
*/
table#formtable td
	{
	border-right : thin solid #810C55;
	border-bottom : thin solid #810C55;
	}

