* {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-size: 1em;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.wrapper, block {
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}
p {
	margin-bottom: 15px;
}

/*==================forms====================*/
input, select {
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0px;
	vertical-align: top;
	text-align: left;
}
.form {
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.form input {
	width: 183px;
	padding: 0px 0px 0px 3px;
}
#form1 label {
	width: 57px;
	float: left;
}
textarea {
	width: 183px;
	height: 134px;
	overflow: auto;
	padding-left: 3px;
	margin-bottom: 15px;
}

/*==================list====================*/
ul {
	list-style: none;
}
.list1 li, .list2 li {
	background: url(../img/bull1.gif) no-repeat left 5px;
	padding: 0px 0px 5px 11px;
	margin: 0px 0px 0px 15px;
}
.list1 li a:hover, .list2 li a:hover {
	color: #707883;
}
.newslist strong {
	display: block;
	float: left;
	width: 45px;
	margin-right: 5px;
/*	background: url(../img/date-box.gif) no-repeat left top; */
	border: 1px solid #CC6600;
	text-align: center;
	font-size: 150%;
	color: #CC0000;
	font-weight: normal;
	line-height: normal;
}
.newslist strong:first-line {
	color: #707883;
	font-size: .75em;
}
.newslist li {
	border-bottom: 1px solid #EEE;
	padding: 0px 0px 21px 0px;
	margin-bottom: 21px;
	clear: both;
}
.newslist li a {
	font-weight: bold;
}
.newslist li.last {
	border-bottom: 0px;
	padding-bottom: 0px;
}
#date {
	font-size: 90%;
	color: #CC0000;
	font-variant: small-caps;
}
.skip {
	left: -10000px;
	overflow: hidden;
	width: 1px;
	position: absolute;
	height: 1px;
}

/*==================other====================*/
.img-indent {
	margin: 0px 20px 0px 0px;
	float: left;
}
.img-box {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.img-box img {
	float: left;
	margin: 0px 20px 0px 0px;
}
blockquote p {
	margin-bottom: 0px;
}

.p1 {
	margin-bottom: 15px;
}
.p2 {
	margin-bottom: 20px;
}

/*==================txt, links, lines, titles====================*/
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2, h3, h4, h5, h6 {
	margin: 0px 0px 7px 0px;
	line-height: 1.1em;
	padding: 0px;
	color: #CC0000;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
#header h3 {
	text-align: right;
	margin: 0px;
	padding: 20px 35px 0px 0px;
	font-family: "Bradley Hand ITC", "Brush Script MT", "URW Chancery L",
	"Lucida Handwriting", "Lucida Calligraphy", "Monotype Corsiva", "Script MT Bold",
	cursive;
}
#content h5 {
	font-variant: small-caps;
	font-weight: bold;
	font-style: oblique;
	color: #CC0000;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
#newslist h5 {
	margin-top: -15px;
}
#content h5.green {
	color: #336600;
}
#content h6 {
	font-variant: small-caps;
	font-weight: bold;
	font-style: oblique;
	padding: 11px 0px 3px 0px;
	margin: 0px;
}
.txt1 {
	color: #CC0000;
}
.title {
	margin-bottom: 25px;
}

/*content*/
#content {
	padding: 0px 37px 0px 38px;
	margin: 0px;
}
.content-box {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFFFFF;
}
.bg01 {
	background: #707883;
}
#banner {
	background: url(../img/banner.gif) top no-repeat;
	margin: 0px;
	height: 55px;
}
#content .inner {
	padding: 13px 0px 13px 0px;
}
#content a.welcome {
	padding: 0px;
	text-align: center;
	margin: 0px auto 0px auto;
	display: block;
	color: #FFFFFF;
	font-size: 90%;
}
#content a:visited.welcome {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#content a:hover.welcome {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #CC99CC;
}
#content a {
	color: #CC6600;
	font-weight: bold;
	background: url(../img/marker2.gif) no-repeat right 5px;
	padding: 0px 17px 0px 0px;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #483D8B;
	margin: 0px;
	padding: 0px 17px 0px 0px;
}
#content a.nomark {
	background: none;
	color: #CC6600;
	font-weight: bold;
	padding: 0px 17px 0px 0px;
}
#content a.nocaret {
	background: none;
	color: #CC6600;
	font-weight: bold;
	padding: 0px;
}
.splainment {
	float: left;
	clear: left;
	margin: 0px 0px 15px 0px;
}
.sample {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
