@charset "utf-8";
body {
	margin-top: 24px;
	color: #063;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #75AF3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1 {
	margin-top: 0;
	color: #060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
h2 {
	font-size: 18px;
	font-weight: normal;
}

ul {
	list-style-image: none;
	list-style-type: disc;
}
#topbar {
	border-bottom: 1px solid #4A8B47;
	margin-top: 20px;
	padding-left: 40px;
	height: auto;
}

#container {
	margin-left: 40px;
	background-color: #CDC065;
	background-image: url(../mazaupin/img/bodybackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #090;
} 
#content {
	padding-right: 12px;
	padding-top: 24px;
	padding-left: 28px;
	padding-bottom: 12px;
} 
#rightcol {
	float: right;
	width: 300px;
}

#navcontainer {
}

#navcontainer ul li a
{
	text-align: left;
	text-decoration: none;
	color: #063;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-repeat: no-repeat;
} 

#navcontainer ul li a:hover
{
	background: #53a924;
	color: #fff;
}
#footer {
	font-size: 11px;
	padding-top: 24px;
	padding-bottom: 12px;
	padding-left: 40px;


} 
.navlinks {
	padding-left: 20px;
}

.headingtext {
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	color: #060;
	} 
.footerlinks {
	color: #063;
	text-decoration: none;
	font-size: 11px;
} 
a {
	color: #339;
	text-decoration: none;
}

a:hover {
	/* text-decoration: underline; */
	background: #53a924;
	color: #fff;
	}

.contentUl     {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

