@font-face {
font-family: "Cooper";
src: url("/inc/gothic13.ttf")
}
* {
	outline: none;
}
body {
	margin: 0;
	background-color: #dcdcdc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width:8in;
}


td, p, li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}
p {
	line-height: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #001e78;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #001e78;
	text-decoration: none;
	outline: none;
}
img {
	vertical-align: middle;
	border: none;
}

/* bkgd1-table */

#bkgd1-table {
}
#bkgd1-table-cell {
	background-image: url(/images/interface/bkgd1.jpg);
	background-repeat: repeat-y;
}

/* bkgd2-table */

#bkgd2-table {
}
#bkgd2-table-cell {
	background: transparent url(/images/interface/bkgd2.jpg)  no-repeat;
}

/* Main Navigation */

#mainNav {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
#mainNav_text_inner{
	display: inline;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #001e78;
}
li.mainNav {
	display: inline;
}

/* content-navigation-table */

#content-navigation-table ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content-navigation-table ul ul {
	display: none;
}
#content-navigation-table li {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
#content-navigation-table li li {
	font-weight: normal;
}
#content-navigation {
	background-color: #ceddec;
}
#content-navigation a {
	/* display: block; */
	padding-left: 10px;
}
#content-navigation a.collapsed {
	background-image: url(/images/interface/arrow-collapsed.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#content-navigation a.expanded {
	background-image: url(/images/interface/arrow-expanded.gif) !important;
	background-repeat: no-repeat;
	background-position: center left;
}
#content-navigation a.selected {
	color: #c86900;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #666;
}

#sitemap{
	margin-left:100px;
}

 .hidden, .hidden2{
display:none;
}

#Galleries{
	width:555px !important;
}
#Galleries div a{
	display:block;
	width:110px;
	height:110px;
	float:left;
}
#Galleries div a img{
	margin:auto;
}
a.aTitle {
	font-weight:bold;
	clear:both;
	display:inline;
}

.newsItem{
margin-bottom:20px;}
.news_title{
	font-size:14pt;
	font-weight:bold;
}
.news_date{
	font-size:12pt;
	font-weight:bold;
}
.news_content{
	font-size:10pt;
}
.news_more{
	font-size:10pt;
}

.moreLink{
	display:block;
	float:left;
	clear:both;
	margin-left:10px;
	font-weight:bold;
	margin-bottom:5px;
}


#header-cell, #navigation-cell,#sidenav-cell{
display:none;}

