body {
	background-image: url(images/pic_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;

	margin: 0px 0px 0px 0px;

	font-family: times;
	font-size: 12px;
	color: #000000;
}

a {
	color: #cc9933;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9999cc;
}

.nav_bar {
		text-align: center;
		background-color: #663366;
		border: solid 2px #330066;
		font-size: 12px;
		font-weight: bold;
}

.doc_header {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
}

.doc_footer {
		font-size: 12px;
		text-align: right;
		font-style: italic;
}

.form_info {
	font-size:12px;
	font-weight: bold;
}
#page {
	margin: 1px 0px 1px 0px;
	z-index: 9;
}

#logo {
	display: inline;
	position: absolute;
	z-index: 10;
	visibility: visible;
}

#purple_border {
	border: solid 5px #663366;
}

#doc_header {
	position: absolute;
	height: 60px;
	width: 522px;
	display: inline;
}

#top_header	{
		position: absolute;
		top: 10px;
		left: 0px;
		height: 40px;
		width: 522px;
		display: inline;
		font-size: 36px;
		font-weight: bold;
		color: #663366;
		text-align: center;
		z-index: 8;
}

#shadow_header	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 60px;
		width: 522px;
		display: inline;
		font-size: 54px;
		font-weight: bold;
		color: #9999cc;
		text-align: center;
		z-index: 7;
}

#inner_content {
	margin: 5px 5px 5px 5px;
}
#outer_content {
	background-color: #ffffff;
	width: 571px;
	text-align: justify;
}

.error {
	color: Red;
}