body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 4px;
	padding: 4px;
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size: 36px;
	color: #693714;
}
h2 {
	font-size: 24px;
	color: #786777;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CE0000;
}
a, a:link, a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
a:hover, a:visited:hover {
	color: #49F000;
	text-decoration: underline;
}
p, .paragraph {
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
blockquote, .block {
	padding-right: 16px;
	padding-left: 16px;
	margin: 0px;
}
form {
	margin: 0px;
}
hr {
	background-color: #49F000;
	border: 1px solid #49F000;
}


li {
	list-style-position: outside;
	padding-bottom: 4px;
}
ul {
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list   li {
	padding-bottom: 4px;
	list-style-type: none;
	background-image: url(elements/bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
	font-size: 12px;
}
.playbullet {
	background-image: url(elements/button_play.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	display: block;
	line-height: 24px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}

.left {
	text-align: left;
	text-indent: 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}

.justify {
	text-align: justify;
}
.italic {
	font-style: italic;
}

.highlight {
	font-style: italic;
	font-weight: bold;	
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}

.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.border {
	border: 1px solid #CCCCCC;
}
.border2 {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #833333;
	border-right-color: #833333;
	border-bottom-color: #2D0000;
	border-left-color: #2D0000;
	background-color: #FEC27C;
}

.header {
	color: #FFFFFF;
	background-color: #000000;
}
.subheader {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #BBBBBB;
	padding: 4px;
	font-size: 16px;
}
.footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999999;
	padding-top: 16px;
}
.admin {
	background-color: #AAAAAA;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.admin  a, .admin  a:link, .admin a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.admin a:hover, .admin a:visited:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.adminbar {
	background-color: #DDDDDD;
	color: #333333;
}

.admin1 {
	color: #640000;
}
.admin2 {
	color: #006400;
}
.admin3 {
	color: #640064;
}
.mainback {
	background-color: #202020;
}

.main {
	color: #FFFFFF;
	font-size: 14px;
}

.main  a, .main a:link, .main a:visited {
	text-decoration: none;
	color: #49F000;
	font-weight: bold;
}
.main a:hover, .main a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.main  img {
	border-color: #49F000;
}
.main  a:hover  img {
	border-color: #FFFF00;
}

.darkback  {
	background-color: #2879FF;
}
.darklink {
	color: #EBE7E4;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #49F000;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.darklink img {
	border-color: #49F000;
}
.darklink a:hover img {
	border-color: #FFFF00;
}

.lightback  {
	background-color: #FEC27C;
}


.lightlink {
	color: #000000;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #4B5D8B;
	text-decoration: none;
	font-weight: bold;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #8C9BC1;
	text-decoration: none;
	font-weight: bold;
}
.blackback  {
	background-color: #000000;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #FF9999;
	font-weight: bold;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.nav, .nav_on {
	background-image: url(elements/nav.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	height: 24px;
	font-size: 13px;
	line-height: 24px;
	padding-right: 20px;
	padding-left: 20px;
}
.bignav, .bignav_on {
	background-image: url(elements/bignav.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	height: 24px;
	font-size: 13px;
	line-height: 24px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav_on, .nav_on a, .nav_on a:link, .nav_on a:visited, .bignav_on, .bignav_on a, .bignav_on a:link, .bignav_on a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
}
.nav_on a:hover, .nav_on a:visited:hover, .bignav_on a:hover, .bignav_on a:visited:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.nav, .nav a, .nav a:link, .nav a:visited, .bignav, .bignav a, .bignav a:link, .bignav a:visited{
	color: #AEDAE5;
	text-decoration: none;
	display: block;
}
.nav a:hover, .nav a:visited:hover, .bignav a:hover, .bignav a:visited:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	font-size: 24px;
}
.big {
	font-size: 22px;
}
.big2 {
	font-size: 15px;
}
.light1 {
	color: #F2E3C2;
}
.light2 {
	color: #CAE5F0;
}
.light3 {
	color: #FFFF00;
}
.dark1 {
	color: #693714;
}
.dark2 {
	color: #666666;
}
.tagline {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}
.notice {
	font-size: 15px;
}

.normal {
	font-size: 14px;
}
.list {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small2 {
	font-size: 12px;
	font-style: italic;
}

.tiny {
	font-size: 9px;
}
.pad {
	padding: 8px;
}
.pad2 {
	padding: 4px;
}
.colpad {
	padding-bottom: 8px;
}
.blockpad {
	padding-bottom: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

.bar1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #786777;
}
.bar2 {
	background-image: url(elements/grad2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DD3F00;
}
.bar3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #998979;
	background-image: url(elements/grad3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.globe a, .globe a:link, .globe a:visited, .globe_on {
	background-image: url(elements/navigation.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 38px;
	background-position: -870px 0px;
	display: block;
}
.globe a:hover, .globe a:visited:hover {
	background-position: -870px -50px;
}
.globe_on {
	background-position: -870px -100px;
}
.facebook a, .facebook a:link, .facebook a:visited  {
	background-image: url(elements/media_icons.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: -40px 0px;
	display: block;
}
.facebook a:hover, .facebook a:visited:hover {
	background-position: -40px -40px;
}
.myspace a, .myspace a:link, .myspace a:visited  {
	background-image: url(elements/media_icons.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: 0px 0px;
	display: block;
}
.myspace a:hover, .myspace a:visited:hover {
	background-position: 0px -40px;
}
.twitter a, .twitter a:link, .twitter a:visited  {
	background-image: url(elements/media_icons.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: -80px 0px;
	display: block;
}
.twitter a:hover, .twitter a:visited:hover {
	background-position: -80px -40px;
}
.formspring a, .formspring a:link, .formspring a:visited  {
	background-image: url(elements/media_icons.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: -120px 0px;
	display: block;
}
.formspring a:hover, .formspring a:visited:hover {
	background-position: -120px -40px;
}
.youtube a, .youtube a:link, .youtube a:visited  {
	background-image: url(elements/media_icons.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 50px;
	background-position: -160px 0px;
	display: block;
}
.youtube a:hover, .youtube a:visited:hover {
	background-position: -160px -40px;
}

.storebutton a, .storebutton a:link, .storebutton a:visited, .storebutton_off  {
	background-image: url(elements/store_buttons.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 90px;
	background-position: -180px 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
}
.storebutton a:hover, .storebutton a:visited:hover {
	color: #EFEF43;
	background-position: -180px -40px;
}
.storebutton_off {
	color: #000000;
	background-position: -180px -80px;
}
.category  a, .category  a:link, .category  a:visited   {
	background-image: url(elements/store_buttons.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 160px;
	background-position: 0px 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.category a:hover, .category a:visited:hover {
	color: #000000;
	font-weight: normal;
	background-position: 0px -40px;
}
.category_on a, .category_on a:link, .category_on a:visited  {
	background-image: url(elements/store_buttons.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 160px;
	background-position: 0px -80px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.category_on a:hover, .category_on a:visited:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.paypal {
	background-image: url(elements/store_buttons.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 110px;
	background-position: -290px 0px;
	display: block;
	text-align: center;
	border: none;
	background-color: inherit;
	font-size: 1px;
	color: #FFFFFF;
}
.paypal:hover, .paypal:visited:hover {
	background-position: -290px -70px;
}
.blocktop {
	background-image: url(elements/block_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}

.blockfill {
	background-image: url(elements/block_bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 6px;
	padding-left: 6px;
}
.blockbottom {
	background-image: url(elements/block_bottom.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
}
.roundfill {
	background-image: url(elements/round_bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 8px;
	padding-left: 8px;
}
.roundbottom {
	background-image: url(elements/round_bottom.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.roundfill2 {
	background-image: url(elements/round2_bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
.roundbottom2 {
	background-image: url(elements/round2_bottom.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}


.footerbottom {
	background-image: url(elements/footer_bottom.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
}
