body {
	margin: 0;
	padding: 0;
	background: #333 url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1 {
	font-size: 26px;
}
h2, h3 {
	margin-top: 0;
	border-bottom: solid 2px #7dc40d;
}
h1 small, h2 {
	font-size: 20px;
}
h2 small, h3 {
	font-size: 14px;
}
h3 small, h4 {
	font-size: 12px;
}
h2 a, h2 a:hover {
	color: #666;
	text-decoration: none;
}

a, acronym {
	color: #333;
}
a:hover, acronym:hover {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}

table {
	border-collapse: collapse;
}
table th {
	border: solid 1px #999;
	background: #eee url(../images/img06.gif);
	height: 40px;
}
table tr.item td {
	border: dashed 1px #999;
}
table td {
	height: 30px;
}

fieldset {
	margin-bottom: 10px;
	border: solid 1px #ccc;
	background: #f9f9f9;
	padding: 5px;
}
legend {
	background: #eee;
	border: solid 1px #ccc;
	padding: 2px 8px;
	font-weight: bold;
	color: #333;
}
legend small {
	font-size: 11px;
}
label {
	display: block;
	cursor: pointer;
}
input, select, textarea {
	color: #333;
}
input {
	height: 16px;
}
select {
	padding: 1px;
	height: 22px;
}
.left label, .left input, .left select {
	margin-right: 10px;
}
input[type="submit"] {
	padding: 3px;
	color: #333;
	width: auto;
	height: auto;
}
label span {
	color: #900;
}

p {
	margin: 15px 0;
}
small {
	font-weight: normal;
}

ul {
	list-style-image: url(../images/img07.gif);
}

strike {
	color: #999;
	text-decoration: none;
}
strike a {
	color: #999;
	text-decoration: underline;
}


#logo {
	margin: 0 auto;
	width: 750px;
	height: 65px;
}
#logo h1, #logo p {
	margin: 0;
	color: #fff;
}
#logo h1 {
	float: left;
	padding-top: 30px;
}
#logo p {
	float: right;
	padding-top: 40px;
	font-size: 1.2em;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#menu {
	margin: 0 auto;
	background: #f6f6f6 url(../images/img02.gif) no-repeat;
	width: 778px;
	height: 45px;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	padding: 11px 30px 0 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 29px;
	display: block;
}
#menu a:hover {
	border: solid #ccc;
	border-width: 0 1px;
	background: url(../images/img06.gif) repeat-x;
	padding: 11px 29px 0 29px;
	color: #000;
	text-decoration: underline;
}
#menu li.right {
	margin-right: 14px;
}
#page {
	margin: 0 auto;
	background: #fff url(../images/img05.gif) repeat-y;
	width: 778px;
	overflow: visible;
}
#page-bg {
	background: url(../images/img03.gif) no-repeat;
	padding: 15px 30px;
	min-height: 250px;
}
#content {
	float: left;
	padding: 20px 0 0 20px;
	width: 420px;
}
#footer {
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img08.gif) no-repeat;
	text-align: center;
	width: 750px;
}
#footer p {
	margin: 0;
	text-align: center;
}
#footer p, #footer a {
	font-size: 11px;
	color: #666;
}

.date {
	background: #FFF url(../images/date.gif) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 50px;
}
.date h3 {
	margin: 0;
	border: 0;
	padding-left: 10px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.date h4 {
	margin: 0;
	border: 0;
	padding-top: 3px;
	padding-right: 5px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.title {
	margin-left: 10px;
	float: left;
	height: 50px;
}
.title h2 {
	margin: 0;
}
