body {
	background-color: #c9daef;
	font-size: 12px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper {
	width: 679px;
	background-color: #ffffff;
	margin: 0 auto;
}

.clear {
	clear: both;
}

blockquote {
	width: 170px;
	border-left: 1px solid #c9daef;
	color:  #86addc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 7px 0 7px 7px;
	line-height: 21px;
	margin: 0 0 5px 12px;
	float: right;	
	font-weight: normal;
}

a {
	color: #86ADDC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #86ADDC;
}

/*----------------------header---------------------*/

#header {
	position:relative;
	height:66px;
	width: 679px;
	margin: 0;
	padding-top:35px;
}

.header-title {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 31px;
	margin-left: 50px;
}

/*------------------end-header---------------------*/

.under-gradient {
	height: 3px;
	background-image:url(images/under-gradient.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-top: 1px solid #ffffff;
}

#main {
	width: 579px;
	padding: 35px 50px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main span {
	color: #448cca;
}

#main h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #448cca;
}

#main p {
	margin: 0;
	padding: 0 0 0 10px;
}

#main p span {
	color: #448cca;
}

ul li span {
	color: #448cca;
}

ul li {
	padding-bottom: 7px;
}

#main img {
	border: 1px solid #ccc;
}

ul.list {
	color: #86addc;
	padding: 0 0 0 30px;
	margin: 0;
}

ul.list li {
	list-style-type: none;
}

ul.numbers {
	margin: 0;
	padding: 0 0 0 30px;
}

ul.numbers li {
	list-style-type: upper-roman;
	padding-bottom: 7px;
}


/*--------------------footer---------------------*/

#footer {
	background-image: url(images/footer-gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 612px;
	margin: 0 auto;
}

#footer p {
	padding: 10px 0;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}

#footer p span {
	color: #000000;
	padding: 0 5px;
	font-size: 10px;
}

#footer p a {
	color: #86addc;
	text-decoration: none
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p a:visited {
	color: #86addc;
}

