body {
	margin-top: 0px;
	background-image: url(images/topbackground.jpg);
	background-repeat:no-repeat;
	background-color: #1b263f;
}


.topimage {
	margin-left: 70px;
}
.buttonimage {
   margin-left: 70px;
	background-image: url(images/backgroundbuttons.jpg);
	background-repeat: no-repeat;
	width: 723px;
	height: 25px;
}
.buttonalign{
	margin-left:170px;
}

.wrapper {
	width: 628px;
	margin-left: 120px;
}
.maincontent {
	border-left: double; 
	
	border-bottom: double; 
	border-color: #FFD700; 
	width: 415px;
	background-image: url(images/maincontentbackground.jpg);
	background-repeat: no-repeat;
	float: left;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: White;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.sidebar {
	border-left: double;
	border-right: double; 
	border-bottom: double; 
	border-color: #FFD700; 
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	color: White;
	font-size: 14px;
	background-image: url(images/sidebarbackground.jpg);
	background-repeat: no-repeat;
	float: right;
}
.bottombar{
	width: 420px;
	height: 48px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin-left: 10px;
	color: #FFD700;
}

a.navigation {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #FFEBCA;
font-weight: bold;
text-decoration: none;
}

a.navigation:hover {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #FFD700;
font-weight: bold;
text-decoration: none;
}

a {
	color: #FFD700;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	color: White;
	width: 90%;
	margin-bottom: 5px;
	margin-top: 5px;
}
#mainformtable {
background-color:#FDE6BC;
color:black;
border:3px solid #982101;
width:300px;
}
#mainformtable textarea {

width:247px;
}
.bold {
color:white;
font-weight: bold;
}