@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff;
	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 */
	color: #000000;
}

a img{
border:0;
} 

a {color:#750000; }
a:hover {color:#ba0000; text-decoration:none; }

ul	{
	margin:0 ;
	margin-top:0 ;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	
	

}

ul.list1 {list-style:square; margin-left:60px; margin-top:0px; font-size:14px; line-height:20px; letter-spacing:1px; color:#434500;  }

li { 
	margin: 0px 0px 0px 0px;

}

a { 

}

a.nav	{
	display: block;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding-top:6px;
	padding-bottom:6px; 
	text-decoration:none;
	letter-spacing:2px;
	padding-left:8px;
	background-image:url(images/navigation-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

a.nav:hover {
	color: #9e1117;
	background-image:url(images/navigation-bg-mo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

span.this	{
	display: block;
	margin: 0px 0px 0px 0px;
	padding-top:6px;
	padding-bottom:6px; 
	padding-left:8px;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:bold;
	color: #9e1117;
	background-image:url(images/navigation-bg-mo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

strong {color:#ded300;
		font-size:20px; font-weight:bold; }

p,h1,h3,h4,h2 {padding-left:20px; padding-right:20px; }

img.center {
    display:block;
    margin-left: auto;
    margin-right: auto;
	margin-top:5%; }
	
img.float_right {float:right; margin: 0 20px 0 10px; }
	

