/* CSS Document */
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
.clear {
	clear:both;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/body/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #d7d7d7;
}

/*MAIN CONTENT*/
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	color: #a41e21;
	font-weight: normal;
	padding:25px 30px 0px 40px;
	font-style: italic;
	line-height:120%;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	color: #f26224;
	font-weight: normal;
	padding:0px 30px 16px 40px;
	line-height:120%;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	color: #4e4e4e;
	font-weight: normal;
	padding:0px 30px 10px 40px;
	line-height:120%;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	vertical-align: top;
	color:#4e4e4e;
	padding:0px 30px 10px 40px;
}
ul {
	padding: 0 0 0 20px;
}
ul li {
	font-family: Tahoma, Geneva, sans-serif;
	color:#4e4e4e;
	background-image: url(../images/body/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 3em 0.5em;
	list-style-type: none;
	font-size: 80%;
	padding:0 0 5px 60px;
}
a:link, a:visited {
	color: #951234;
}
a:active, a:hover, a.active {
	color: #ffffff!important;
}
.small {
	font-size: 10px;
}