/** BASIC */

body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	color: #836740;
}

a, a:link, a:visited {
	color:#06F;
}

a:hover {
	text-decoration: none;
}

.bg1 { background: url(../images/theme/body-red-bg.jpg) repeat left top; }
.bg2 { background: url(../images/theme/header-red-bg.jpg) repeat-x left top; }
.bg3 { background: url(../images/theme/content-top-bg.jpg) no-repeat left top; }
.bg4 { background: url(../images/theme/content-mid-bg.jpg) repeat-y left top; }
.bg5 { background: url(../images/theme/content-bottom-bg.jpg) no-repeat left bottom; }
.table_footer {
	background: url(../images/theme/footer-bg.jpg) no-repeat left top;
	text-align:center;
	color:#FF9900;
}
.bg7 { background: url(../images/homepage14.jpg) repeat-y left top; }

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.floatleft {
	float:left;
	margin-right:.5em;
	margin-bottom:1em;
}
.floatright {
	float:right;
	margin-left:.5em;
	margin-bottom:1em;
}
.page_tagline {
	text-align:center;
	font-style:italic;
	margin-bottom:1em;
}
#table_homepageslogan td {
	text-align:center;
	vertical-align:middle;
	font-variant:small-caps;
	font-weight:bold;
	font-size:125%;
	color:#de360f;
}
#table_content ul li {
	list-style-image: url(../images/theme/bullet-fork.gif);	
}
.cjred {
	color:#de360f;
	font-weight:bold;
}
#table_content table ul {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}
#table_content table {
	width:90%
}
#table_content table td {
	padding-left:.5em;
	padding-right:.5em;
	vertical-align:top;
}