body {
	margin: 0;
	font-size: 76%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: f0f0f0;
}

img {
	border: 0;
}

a {
	color: Black;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;	
	color:#881360;
}

h4 {
	font-size: 1.1em;
	margin: 8px 0;
}

#navigation {
	border: 1px solid Gray;
	background: url(images/nav_bg.gif);
}

#navigation a {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	background: url(images/pointer.gif) no-repeat 1px 3px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 8px; 
}

h1 {
	font-size: 0.9em; 
	margin: 14px;
}

#maincontent {
	padding: 0 10px 20px 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	background-image: url(images/body_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#leftcontent {
	background: url(images/gradient.jpg) no-repeat 0 0;
	font-size: 0.8em;
	padding: 10px 12px 20px 10px;
}

p {
	margin: 10px 0;
}





#footer { font-size: 0.7em; color: White;	font-weight: bold; background-image: url(images/footer.gif); background-position: top center; background-repeat: no-repeat; }
#footer a {	text-decoration: none; color: White;}
#footer a:hover {	text-decoration: underline; color: White;}

.homepageboxes {	border: 1px solid Gray; background-color: White;}
.homepageboxes a {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	background: url(images/point.gif) no-repeat 1px 7px;
	padding-left: 7px;
	margin: 7px;
}

/*--- [Form on contact page] ---*/

form.contact, form.contact * {
	margin: 0;
	padding: 0;
}

form.contact br {
	display: none;
}

fieldset {
	border: 0;
	width: 370px;
}

label {
	font-weight: bold;
	display: block;
	color: #881360;
	margin: 8px 0 2px 0 !important;
}


.inputBody {
	border: 1px solid #A5ACB2;
	color: #515151;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 2px !important;
}

input.submit {font-size: 12px; margin-top: 10px; padding: 2px;}

/*--- [END Form on contact page] ---*/

