body {
	font-size: 100.01%;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
	border: 0;
}

body a:link, body a:active, body a:visited {
	color: #c60;
	text-decoration: none;
}

body a:hover {
	color: #c60;
	border-bottom: 1px dotted #c60;
}

div {
	padding: 0;
	margin: 0;
}

p, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 75%;
}

ul, ul li, ul ul, li li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form, input {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 95%;
}

#wrapper {
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 742px;
}

#contentbg {
	background: url(../files/content_bg.gif) center top repeat-y;
}

#header {
	background-image: url(../files/header_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 742px;
	height: 110px;
}

#header #imgholder {
	margin: 0;
	padding: 0;
	padding-top: 36px;
	width: auto;
	height: auto;
}

/* -------------------------------------------------------------------------- */
/* N A V I G A T I O N                                                        */
/* -------------------------------------------------------------------------- */
#navigation {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	overflow: hidden;
	float: right;
}

#navigation ul {
	margin: 0.5em 0 0 0;
	padding: 0;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	color: #999;
	font-size: 75%;
	margin: 0;
	padding: 0 0 0 12px;
	border: none;
}

#navigation ul li a:hover {
	background-image: url(../files/nav_arrow-a.gif);
	background-repeat: no-repeat;
	border: none;
}

#navigation ul li .current {
	background-image: url(../files/nav_arrow.gif);
	background-repeat: no-repeat;
}

/* second level ------------------------------------ */
#navigation ul li ul {
	background-color: #D9D9D9;
	margin: 0.2em 0 0.5em 0;
	padding: 0;
	width: auto;
}

#navigation ul li ul li {
	padding: 0 0 0.2em 0;
	border: none;
	border-top: 1px solid #fff;
	background: none;
}

#navigation ul li ul a:link, #navigation ul li ul a:visited, #navigation ul li ul a:active {
	color: #fff;
	font-size: 62.5%;
}

#navigation ul li ul a:hover {
	color: #c60;
	font-size: 62.5%;
	background: none;
}

#navigation ul li ul li .current {
	color: #666;
	background-image: url(../files/nav_arrow-w.gif);
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
/* C O N T E N T                                                              */
/* -------------------------------------------------------------------------- */
#content {
	display: block;
	position: relative;
	top: 10px;
	left: 35px;
	width: 520px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

#content .articleinfo {
	font-size: 62.5%;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: block;
	background-color: #ccc;
	text-transform: uppercase;
	padding: 0.2em 0.5em;
	width: auto;
	float: none;
	clear: both;
}

#content h3 {
	color: #9a9a9a;
	font-size: 175%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 95%;
	margin: 0.3em 0 0.2em 0;
}

#content .catlist {
	color: #fff;
	font-size: 135%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 95%;
	margin: 0.3em 0 0.2em 0;
	padding: 0.2em 0.5em;
	background-color: #ccc;
}

#content h4 {
	color: #999;
	font-size: 112.5%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 95%;
	margin: 0.3em 0 0.2em 0;
}

#content h4 a:link, #content h4 a:visited, #content h4 a:active, #content h4 a:hover {
	color: #999;
	text-decoration: none;
	border: none;
}

#content p {
	line-height: 133%;
}

#content .download {
	border: #CCC 1px solid;
	padding: 0.4em;
}

#content td {
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	line-height: 133%;
	text-align: left;
	vertical-align: top;
}

#content ul, #content ol {
	margin: 0 0 0 1em;
}

#content ul li {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	line-height: 133%;
	list-style-type: disc;
	margin: 0 0 0 1.2em;
}

#content ol li {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	line-height: 133%;
	list-style-type: decimal;
	margin: 0 0 0 1.2em;
}

#content hr {
	clear: both;
	margin: 0.5em 0 0.5em 0;
}

#content .imgholder, #content .imgholder30, #content .imgholder50, #content .imgholder100 {
	margin: 0 12px 6px 0;
	padding: 0;
	display: block;
	float: left;
}

#content .imgholder30 {
	width: 30%;
}

#content .imgholder50 {
	width: 50%;
}

#content .imgholder100 {
	width: 100%;
}

#content .imgholder img, #content .imgholder30 img, #content .imgholder50 img, #content .imgholder100 img {
	width:100%;
	xheight:auto;
	display: block;
}

#content .imgwrap1, #content .imgwrap2, #content .imgwrap3, #content .imgwrap130, #content .imgwrap150, #content .imgwrap1100 {
	display:inline-table;
	/* \*/display:block;/**/
}

#content .imgwrap1, #content .imgwrap130, #content .imgwrap150, #content .imgwrap1100 {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: url(../files/shadow.gif) right bottom no-repeat;
}

#content .imgwrap130 {
	width: 30%;
}

#content .imgwrap150 {
	width: 50%;
}

#content .imgwrap1100 {
	width: 100%;
}

#content .imgwrap130 .imgwrap3 img, #content .imgwrap150 .imgwrap3 img, #content .imgwrap1100 .imgwrap3 img {
	width: 100%;
}

#content .imgwrap2 {
	margin: 0;
	padding: 0;
	background: url(../files/corner_bl.gif) -10px 100% no-repeat;
}

#content .imgwrap3 {
	margin: 0;
	padding: 0 6px 6px 0;
	background: url(../files/corner_tr.gif) 100% -10px no-repeat;
}

#content .imgwrap3 img {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-color: #efefef #ccc #ccc #efefef;
	background-color: white;
}
/* -------------------------------------------------------------------------- */
/* C O N T A C T                                                              */
/* -------------------------------------------------------------------------- */
#contactform {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	color: #333;
}

#contactform label {
	margin: 0;
	padding: 0;
	width: 12em;
	height: auto;
	display: block;
	float: left;
}

#contactform input {
	width: 32.4em;
	margin: 0;
	padding: 0;
	border: #999 1px solid;
	background-color: #E5E5E5;
}

#contactform .ihalf {
	width: 16em;
}

#contactform .lhalf {
	width: 6em;
}

#contactform .ionethird {
	width: 5em;
}

#contactform .lonethird {
	width: 3em;
}

#contactform .itwothird {
	width: 27em;
}

#contactform .ltwothird {
	width: 9em;
}

#contactform textarea {
	width: 32.4em;
	height: 6em;
	margin: 0.1em 0 0.1em 0;
	padding: 0;
	border: #999 1px solid;
	background-color: #E5E5E5;
}

#contactform button {
	color: #999;
	border: #999 1px solid;
	background-color: #E5E5E5;
}

/* -------------------------------------------------------------------------- */
/* S I T E M A P                                                              */
/* -------------------------------------------------------------------------- */
#sitemap {
	margin: 0;
	padding: 0;
	display: block;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li a:link, #sitemap ul li a:active, #sitemap ul li a:visited {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	display: block;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	width: 100%;
	border: none;
	border-top: 1px solid #fff;
}

#sitemap ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	display: block;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	width: 100%;
	border: none;
	border-top: 1px solid #fff;
}

html>body #sitemap li a, #sitemap li a:link, #sitemap li a:active, #sitemap li a:visited, #sitemap li a:hover {
	width: auto;
}

#sitemap ul li ul a:link, #sitemap ul li ul a:active, #sitemap ul li ul a:visited, #sitemap ul li ul a:hover {
	padding: 0.3em 0 0.3em 3em;
}

/* -------------------------------------------------------------------------- */
/* F O O T E R                                                                */
/* -------------------------------------------------------------------------- */
#footer {
	background-image: url(../files/footer_bg.gif);
	background-repeat: no-repeat;
	display: block;
	width: 742px;
	height: 24px;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #ccc;
	font-size: 62.5%;
	margin-left: 35px;
	padding-top: 5px;
}

/* -------------------------------------------------------------------------- */
.white {
	color: #fff;
}

.aright {
	text-align: right;
}

.smallprint {
	font-size:62.5%;
}

.clear {
	float: none;
	clear: both;
}

.hidden {
	visibility: hidden;
	display: none;
}
