body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #404040;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #222222;
	text-align: center;
}

table {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
        line-height: 13px;
        color: #222222;
}
td {
	vertical-align: top;
}

a {
	color: #990000;
	text-decoration: underline;
}

img {
	border: 0px solid #FFFFFF;
}


input, select, textarea {
	background-color: #FFF;
	border: 1px solid #EFD4A4;
}

.search {
	background-color: #EBEBEB;
}

#logo_left {
	display: none;
}
#logo_center {
	display: none;
}
#logo_right {
	display: none;
}
#menu_left {
	display: none;
}
#menu_left ul {
	display: none;
}
#menu_left li {
	display: none;
}
#top_menu {
	display: none;
}

#footer, #footer a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FAA145;
	background-color: #831B1C;
	text-align: center;
	height: 20px;
	vertical-align: middle;
}
#content {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	background-color: #FFF;
}

#content h1 {
	color: #831B1A;
	text-decoration: underline;
	font-size: 14px;
	line-height: 14px;
}

#content h2 {
	color: #831B1A;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
}

#wrap_image {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}
#newsheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #932B20;
    font-weight: bold;
}
.newstitle, .newstitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #932B20;
	font-weight: bold;
	text-decoration: underline;
}
.newsbody, .newsbody a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
}
.newsbody a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: underline;
}

.readmore, .readmore a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #831B1C;
    text-align: right;
}
.readmore a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #831B1C;
    text-decoration: underline;
    text-align: right;
}

.mainitems{
	margin: 2px;
	padding: 0px;
	margin-right: 4px;
	vertical-align: middle;
}

.mainitems a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AD5500;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 9px; 
	list-style: none;
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
	background: transparent url(/images/topbttn_tss.jpg) top right no-repeat;
	line-height: 16px;
}

.mainitems a:hover {
	text-decoration: underline;
}

#dropdown, #dropdown ul {
	padding: 0px;
	padding-bottom: 4px;
	margin: 4px;
	list-style: none;
	z-index: 1;
}

#dropdown li {
	float: left;
	position: relative;
}

.subuls{
	margin: 2px;
	display: none;
	width: 174px;
	position: absolute;
	top: 12px;
	z-index: 2;
	left: 0;
	border: 1px solid black;
	background-color: #F6E8B5;
}

.subuls li{
	text-align: left;
	width: 100%;
}

.subuls li a{
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.subuls li a:hover{
	display: block;
	background-color: #831B1A;
	color: #FFF;
	text-decoration: none;
}


#dropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	margin: 0px;
}



#dropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


.td01 {
	/* font-weight: bold; */
}


.error {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #990000;
	padding: 10px;
}
.list01 {
	background-color: #FFFDEF;
	border-bottom: 1px solid #EFD4A4;
	padding: 5px;
	cursor: pointer;
}
.list02 {
	background-color: #FFF9DF;
	border-bottom: 1px solid #EFD4A4;
	padding: 5px;
	cursor: pointer;
}

.list01 a {
	text-decoration: none;
	color: #881F1C;
}

.list02 a {
	text-decoration: none;
	color: #881F1C;
}

.td01 {
	background-color: #FFF9DF;
}

.border {
	border: 1px solid #EFD4A4;
}


.extra-nav {
	display: none;
}
