

body {
	background: #ffffff;
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	color: #FFFFFF;
}

h1 { font-size: 34px; }

h2 {
	padding: 0 0 22px 0;
	font-family: Georgia;
        font-size: 16px;
	background: #ffffff url(images/img3.gif) repeat-x left bottom;
              color: #000000
}

h3 {
	padding: 0 0 22px 0;
	font-size: 11px;
             
             background: #ffffff url(images/img3.gif) repeat-x left bottom;
              color: #000000

}


h7 {
	padding: 0 0 22px 0;
	font-size: 18px;
	background: #000000;
              color: #ffffff
}



p {
	margin-top: 0;
              line-height: 120%;
}

a {
	text-decoration: none;
              color: #000000;
}

a:hover {
	background: #000000;
              color: #ffffff;
}


aa {
	background: #acff7d;
              color: #000000;
}

aa:hover {
	background: #acff7d;
              color: #000;
}



.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 907px;
	margin: 0 auto;
	padding: 50px 10 50 30px;
	height: 160px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: right;
	padding: 0 10px 0 0px;
	
	text-decoration: none;
	font: bold 12px Georgia;
	color: #000000;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 907px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 200px;
	padding: 0 0 0 0px;
}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 657px;
	padding: 0 0px 0 0;
}

