
/* top objects */

* {
	padding:0px;
	margin:0px;
	border:0px;
}

html {
	overflow-y: scroll;
	margin-bottom: 50px;
}

body, object, ul, li, h1, h2, h3, h4, p, address, a, div {
	color: #000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

address {
	font-style: normal;
}

a {
	padding: 0px 2px 0px 8px;
	text-decoration:none;
	color: #000;
	background: url(../images/arrow.gif);
	background-repeat: no-repeat;
}

a:hover {
	padding: 0px 2px 0px 8px;
	color: #fff;
	background: #000 url(../images/arrow_white.gif);
	background-repeat: no-repeat;
}

img {
	clear: both;
	line-height:0px;
	border: none;
}

/* end top objects */


/* contents */

.main {
	width: 756px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.content {
	clear: both;
	overflow: hidden;
}

.line {
	height: 1px;
	background-color: #bfbfbf;
	line-height: 1px;
	font-size: 0px;
	clear: both;
	margin: 12px 0px 12px 0px;
}

.media {
	line-height: 0px;
	clear:both;
}

.media a {
	background: none;
	margin: 0px;
	padding: 0px;
}

.media a:hover {
	background: none;
	margin: 0px;
	padding: 0px;
}

/* end contents */


/* text styles */

.txt-intro {
	font-size: 14px;
	color: #979797;
	line-height: 18px;
}

.txt-content {
	margin-bottom: 10px;
}

.content-list ul {
	background-color: red;
	list-style-type: circle;
}

.content-list li {
	background-color: blue;
	margin-left: 5px;

}

.content-list:li:before { content:"+++"; }

.txt-sub a {
	font-size: 10px;
}

.txt-sub a {
	background-image: none;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
	color: #979797;
}

.txt-sub a:hover {
	background-image: none;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
}

.txt-sub {
	font-size: 10px;
	color: #979797;
}

.txt-quote {
	background-color: #666666;
	color: white;
	padding: 10px;
	margin-top: 20px;
}

.txt-quote p, .txt-quote h4 {
	color: white;
}

.txt-highlight {
	background-color: black;
	color: white;
}

/* end text styles */


/* columns */

.column1 {
	width: 174px;
	padding-right: 20px;
	float: left;
}

.column1x {
	width: 174px;
	float: left;
}

.column2 {
	width: 368px;
	padding-right: 20px;
	float: left;
}

.column2x {
	width: 368px;
	float: left;
}

.column3 {
	width: 562px;
	padding-right: 20px;
	float: left;
}

.column3x {
	width: 522px;
	float: left;
}

.column4 {
	width: 756px;
	float: left;
}

/* end columns */

/* tables */

thead {
	height: 30px;
	border: none;
}

thead td {
	border: none;
}

td {
	border-bottom: 1px solid #CCCCCC;
	line-height: 	15px;
}

.new {
	border-bottom: 1px dotted #000000;
}

.next {
	background-color: #CCCCCC;
}

.nounderline {
	border: none;
}

/* end tables */


/* header */

.header {
	background:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:60px;
	padding-bottom:15px;
}

.header h1 {
	display: none;
}

/* end header */


/* navigation */

.navigation {
	height: 50px;
}

.navigation ul {
	padding: 0px 10px 0px 0px;
	list-style:none;
}

.navigation li {
	margin: 0px;
	padding: 0px;
	height:15px;
	line-height:15px;
	background: url(../images/list_underline.gif);
	background-repeat:repeat-x;
}

.navigation li a {
	padding: 0px 2px 0px 8px;
	text-decoration:none;
	color: #000;
	background: url(../images/arrow.gif);
	background-repeat: no-repeat;
}

.navigation li a:hover {
	padding: 0px 2px 0px 8px;
	color: #fff;
	background: #000 url(../images/arrow_white.gif);
	background-repeat: no-repeat;
}

.navigation .nounderline {
	background: transparent;
	border: none;
}

.navigation .selected {
	padding: 0px 2px 0px 8px;
	color: #fff;
	background: #000 url(../images/arrow_white.gif);
	background-repeat: no-repeat;
}

/* end navigation */


/* intro */

.intro {
	height: 40px;
}

/* end intro */


/* footer */

.footer {
	width: 756px;
	margin-bottom: 50px;
}

/* end footer */
