body {
	width : 100%;
	background-color: #CCCCCC;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bakgrd.png);
	background-repeat: repeat-y;
	background-position: center;
}
#masthead {
	width: 760px;
	height: 165px;
	margin: auto;
	background-image: url(../images/logotm.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #DA241E;
}
#content a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color : #FF0000;
	font-weight: bold;
  }
#content a:visited {
	color : #CC0000;
	font-weight: bold;
  }
#seotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.7em;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 3px;
}

h1 {
	color: #666666;
	font-size: 120%;
	background-image: url(../images/H1bak.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
	display: inline;
	padding-right: 5px;
}

h2, h3 {
	color: #333333;
	font-size: 1em;
	margin: 0px 10px 10px 20px;
	display: inline;
	background-image: url(../images/H2bak.png);
	background-repeat: repeat-x;
}

#content p {
	color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 0.8em;
}

#headtext {
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menubak.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#headtext p {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#headtext a:hover {
	font-size: 100%;
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}

#headtext a:link {
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#headtext a:visited {
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-color: #990000;
	width: 752px;
	border-top-width: 1px;
	border-top-color: #999999;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-style: solid;
	color: #990000;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer a:link, a:visited {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-size: 100%;
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}


#content {
	width: 760px;
	float: none;
	padding: 0px 0 20px 0;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-top: 0px;
}


#content ul {
	margin-left: 2em;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 30px;
}

#content ul li {
	text-align: left;
	font-size: 100%;
	padding: 0px 0px 5px 0px;
}
img.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

img.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

blockquote {
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
table {
	border: 1px solid #990000;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 0px;
}
tr.shade2 {
	background-color: #E8E8E8;
}
tr.shade1 {
	background-color: #F4F4F4;
}
td {
	padding: 0px;
}
