body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
        background:  url(/media_lib/images/bg.jpg) repeat-x;
}
a, a:link {
	color: #0555AC;
	text-decoration: underline;
}
a:visited {
	color: #0555AC;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nav2, a:link.nav2, a:visited.nav2{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.nav2{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.active_nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a.left_nav, a:link.left_nav, a:visited.left_nav{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover.left_nav{
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	line-height: 35px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.orangebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.events_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background:  url(/media_lib/images/events_bg.gif);
}

.events_listing div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:120px;
}

.shadow{
	background:  url(/media_lib/images/bg_shadow.jpg) repeat-y;
}
.eventstop{
	background:  url(/media_lib/images/events_top.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.eventsbottom{
	background:  url(/media_lib/images/events_bottom.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.footerbg1{
	background:  url(/media_lib/images/footer_bg1.gif) repeat-y;
}
.footerbg2{
	background:  url(/media_lib/images/footer_bg2.gif) no-repeat;
}
.mainbg{
	background:  url(/media_lib/images/main.jpg) no-repeat;
}
.mainsubpagebg{
	background:  url(/media_lib/images/main_about.jpg) no-repeat;
}



#companyList .company {
	padding: 10px 0px 15px 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}
#companyList .company .title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	margin-bottom: 4px;
}
#companyList .company .title a {
	font-weight: bold;
}
#companyList .company .description {
	/* font-size: smaller; */
	margin: 0;
	margin-bottom: 5px;
}
#companyList .company .website {
	color: #636363;
	font-weight: bold;
	/* font-size: smaller; */
	margin: 0;
}
#companyList .company .website a {
	/* font-weight: bold; */
	font-weight: normal;
}
#companyList .company .detailLink {
	margin: 5px;
	width: 50px;
	float: right;

	border-width: 1px;
	border-style: dotted;
	border-color: #393;
}
#companyList #pagination {
	text-align: center;
	/* font-weight: bold; */
	margin: 20px auto;
	padding: 4px;
	width: 75%;
	border: outset 3px #C1C1C1;
}
