html, body, table {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-size: 24px;
}
h1.pagetitle {
	font-size: 18px;
	background-color: #FFF200;
	text-align: left;
	padding-left: 8px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

table {
	border: 0;
	border-collapse: collapse;
}

#maintable {
	background: #FFFFFF url('images/header_bg.gif') no-repeat;
}

#col_left {
	background: #FF6100 url('images/menu_left_bg.gif') no-repeat;
}
#col_right {
	background-color: #FF6100;
	padding-bottom: 15px;
}
#col_right p {
	color: #FDE2B7;
	font-size: 13px;
	padding-left: 12px;
	margin-top: 5px;
	font-weight: bold;
}
#col_right p a {
	color: #FDE2B7;
}

#menu_left {
	text-align: left;
	margin-top: 73px;
	margin-bottom: 73px;
}
#menu_left td {
	height: 27px;
	line-height: 18px;
	color: #F6800C;
}
#menu_left a {
	display: block;
	height: 18px;
	background-color: #FDE2B7;
	color: #F6800C;
	margin-bottom: 9px;
	padding-left: 15px;
}
#menu_left a:hover,
#menu_left a.active {
	text-decoration: none;
	background-color: #FFF200;	
}

#menu_top td {
	height: 18px;
	padding-left: 24px;
	font-weight: bold;
	color: #F6800C;
	line-height: 18px;
}
#menu_top a {
	color: #F6800C;
	height: 18px;
	margin-bottom: 9px;
}

#address,
#email {
	color: #006100;
	font-weight: bold;
	height: 52px;
	line-height: 18px;
}
#address {
	padding-left: 72px;
}
#email a {
	color: #006100;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	text-align: center;
}
#content a {
	text-decoration: underline;	
}
#content a:hover {
	text-decoration: none;	
}


.article_pic img {
	border: 1px solid #000000;
}
.article_pic th {
	padding-left: 22px;
	background-color: #FDE2B7;
	height: 28px;
}
.article_pic th,
.article_pic th a {
	color: #F6800C;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.article_pic th a {
	display: block;
}
.article_pic td {
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#articles td {
	font-size: 11px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
