font, div, td {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E3E3E;
}

/*
a:link { text-decoration: none; color: #FF7E00; font-weight : bold;}
a:visited { text-decoration: none; color: #919191; font-weight : bold;}
a:active { text-decoration: none; color: #FFC90D; font-weight : bold;}
a:hover { text-decoration: none; color: #FFC90D; font-weight : bold;}
*/

a:link { text-decoration: none; color: #C60E00; font-weight : bold;}
a:visited { text-decoration: none; color: #919191; font-weight : bold;}
a:active { text-decoration: none; color: #FF8477; font-weight : bold;}
a:hover { text-decoration: none; color: #FF8477; font-weight : bold;}

h1#title {
	font-size: 42px;
	color: #515151;
	font-weight: bold;

	margin: 0;
	padding-left: 15px;
}

h2#subtitle {
	font-size: 13px;
	color: #C60E00;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 15px;
}

.navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 12px;
}

.navlist li {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/bullet_lg.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.navlistsub {
	padding-left: 25px;
	margin: 0px;
}

.navlistsub li {
	list-style: none;
	background-image: url(images/bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: 4px 9px;
}

#bannerbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #B80C01;
	border-style: solid solid solid solid;
	height: 72px;
	margin-bottom: 9px;
	background-color: #FFF7D7;
}

#headerbg {
	background-color: #FFF;
	background-image: url(images/header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 76px;
	width: 430px;
}

#bottombar {
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
}

.boxtext {
	font-size: 11px;
	padding: 9px;
	line-height: 155%;
}

.colorbar {
	background-image: url(images/colorbar_red.gif);
	background-position: right;
	background-repeat: repeat-x;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	color : #FFFFFF;
}

.colorline {
	background-color: #C60E00;
	height: 6px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.copyright {
	font-size : 10px;
	color : #FFFFFF;
}
a.copyright:link { text-decoration: none; color: #FFFFFF; font-weight : normal;}
a.copyright:visited { text-decoration: none; color: #FFFFFF; font-weight : normal;}
a.copyright:hover { text-decoration: none; color: #FF8477; font-weight : normal;}

.contentbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #B80C01;
	border-style: solid solid solid solid;
	margin-bottom: 9px;
}

.greybar {
	background-image: url(images/greybar_bg.gif);
	background-repeat: repeat-x;
}

.headertext {
	font-size : 10px;
	color : #3E3E3E;
	padding-left : 12px;
	padding-bottom : 3px;
}

#maincontenttable {
	padding-top: 11px;
	background-color: #FFFFFF;
}

.maintable {
	background-color: #FFF;
}

.rightsideborder {
	border-left: 1px solid #B80C01;
	background-color: #FFFFFF;
}

.shopbar {
         background-image: url(images/btnbar_bg4.gif);
         background-repeat: repeat-x;
}

.textbar {
         background-image: url(images/bg_textbar.gif);
         background-repeat: repeat-x;
         border-bottom: 2px solid #FFFFFF;
         border-left: 1px solid #888888;
         border-right: 1px solid #888888;
         font-size: 10px;
         text-transform: uppercase;
         padding-left: 15px;
}

.textbar a:link { padding-right: 20px; }

