
/*
Body tags
*/

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

}

body.side {
	background-color: #000091;
	background-image: url();
	background-repeat: repeat;
	margin-left: 3px;

	}

body.header {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
}

body.content {
	background-color: #FFFFFF;
	text-align: center;
	width: 85%;
	padding: 20px;

}

body.content img {
}

body.content table {
	margin: auto;
}

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

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



#nav_bar a {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: small;
	color: #000091;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right:20px;
	height: auto;
border: 1px solid #fff742;

}

#nav_bar a:visited {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: small;
	color: #000091;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right:20px;
	height: auto;
border: 1px solid transparent;

}

#nav_bar a:hover {
	color: #000091;
	text-decoration: none;
	background-color: #fff73f;
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right:20px;
	height: auto;
border: 1px solid #000000;

}

#contact-box{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: small;
	color: #000091;
	text-decoration: none;
	background-color: #FFFFFF;
	width:169px;
	display: block;
	padding-top: 3px;
	padding-left:5px;
	padding-bottom: 3px;
	border: 0px solid #000000;
	margin-left:12px;
	margin-top:10px;
}

#contact {
	position: absolute;
	font-family: tahoma;
	color: #ACA899;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin-left: 10px;
}


#contact a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 1px;
	

}

#contact a:visited {
	margin: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 1px;
	

}

#contact a:hover {
	color: #000091;
	text-decoration: none;
	background-color: #fff73f;
	padding: 1px;



}



#logo {
	position: absolute;
}

#menu {
	margin-left: 10px;
		text-align: left;
}

.menu_item {
	margin: 3px;
	width:175px;

}

.element input {
	width: 300px;
}

.element textarea {
border: #D0EEFF;
	width: 450px;
	height: 250px;
}

.submit {
	text-align: right;
}

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

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

.error p {
	color: red;
}

.success p {
	color: green;
}