body {
	padding: 0px;
	margin: 0px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}

.leftCol {
	background-image: url("images/bgleft.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}

.menu {
	padding: 0px;
	margin: 0px 0px 0px 50px;
}

.menu a {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}

.menu a:hover {
	color: #ffff77;
}

.menu li {
	background-image: url("images/menu-bullet.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	padding-left: 35px;
	padding-top: 5px;
	margin-left: -40px;
	height: 30px;
}

.menuhover {
	background-image: url("images/menu-over.jpg");
}

.content {
	background-color: #ffffff;
}

.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: justify;
	line-height: 22px;
	padding: 30px;
}

.contentText h1 {
	font-size: 18px;
	color: #0f69a2;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.contentText h2 {
	font-size: 16px;
	color: #0f69a2;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}

.contentText a {
	color: #0f69a2;
	font-weight: bold;
	text-decoration: none;
}

.contentText a:hover {
	text-decoration: underline;
}

.footer {
	margin: 0px 30px 0px 30px;
	padding: 20px 0px 0px 0px;
	color: #888888;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	border-top: 1px dotted #cccccc;
}

.footer a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	padding: 2px;
}

.required_field {
	background-color: #ffeedd;
}

hr {
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

.galImg {
	border: 1px solid #cccccc;
}