/* CSS Document */

body {	
	background-color:#fff;
	background-image:url(../images/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	margin:0;
}

#top {
	width:715px;
	padding:12px 25px 15px 25px;
	background-image:url(../images/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#fff;
	margin:0 auto;
	text-align:right;
}

#top a {
	padding:0 10px 0 10px;
	
	color:#fff;
border:none;
}

#top a:hover {
	text-decoration:none;
}
#top b {
	float:left;
	font-weight:normal;
}
#top b a {
	border-left:1px dotted #ccc;
	border-right:none;
border:none;
}

#container {
	width:765px;
	margin:0 auto;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:30px 0 0 0;
}

.clear {
	clear:both;
}

#content {
	margin:0 39px 0 20px;
	padding:10px 0px 10px 10px;
}
#content {
	line-height:20px;
	word-spacing:2px;
}
#content h1 {
	font-family:Lucida Sans Unicode, Trebuchet MS;
	font-size:36px;
	color: #ff0000;
	line-height:38px;
	text-align:center;
	font-weight:bold;
	margin:10px 0 25px 0;
	padding:0 0 2px 0;
}

img {  
border-style: none;
}

#content h2 {
	font-family:Lucida Sans Unicode, Trebuchet MS;
	font-size:22px;
	color:#5F5F5F;
	line-height:26px;
	font-weight:normal;
	margin:10px 0 15px 0;
	padding:0 0 2px 0;
}

#bullets
{
margin-left: 0;
padding-left: 25px;
list-style: none;
}

#bullets li
{
padding-left: 32px;
padding-top: 10px;
background-image: url(../images/red-arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .75em;
}

a {
color:#ff0000;
text-decoration:none;
}
a:hover {
border-bottom:1px solid #999;
}

#footer {
	padding:10px;
	border-top:2px solid #f6f6f6;
	text-align:center;
	margin:20px 0 0 0;
}