
/*
Body tags
*/

body {
	margin: 0px;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
}

body.side {
	background-color: #D2E4E5;
}

body.header {
	background-color: #0579c6;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;
}

body.content {
	background-color: white;
	text-align: center;
	width: 95%;
	padding: 5px;
}

body.content img {
	width: 600px;
}

body.content table {
	margin: auto;
}

p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: black;
}

h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	color: #325688;
}

img {
	border: 0px;
}

a {
	margin: 3px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: blue;
	text-decoration: none;
	display: block;
}

a:hover {
	color: white;
	text-decoration: underline;
}

#contact {
	position: absolute;
	bottom: 0px;
	margin: 5px;
}

#logo {
	position: absolute;
}

#menu {
	margin: 5px;
}

.menu_item {
	margin: 1px;
}

.element input {
	width: 200px;
}

.element textarea {
	width: 307px;
	height: 200px;
}

.submit {
	text-align: right;
}

.error, .success {
	padding: 2px;
}

.error p, .success p {
	margin: 0px;
}

.error p {
	color: red;
}

.success p {
	color: green;
}