body {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	text-align: left;
	color: #0067B1;
	background-color: #FFFFFF ;
	margin: 0;
/*	margin: 0px;*/
}

p, tr, div { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*color: #5477BB;*/
  color: #0067B1;
}

p.sub, tr.sub, div.sub {
  font-family: Arial, Verdana, Helvetica, Sans-serif;
  font-size: 8pt;
  text-align: Left;
  margin-top: 0;
  color: #0067B1;
}

p.top, tr.top, div.top {
  font-family: Arial, Verdana, Helvetica, Sans-serif;
  font-size: 8pt;
  text-align: Right;
  margin-top: 0;
  margin-bottom: 0px;
  color: #0067B1;
}

h1 {
  color: #0067B1;
  font-family: Verdana, Helvetica, Arial,  Sans-serif;
  font-size: 18pt;
  FONT-WEIGHT: bold;
  text-align: left;
  margin-top: 0px;
}

h2  {
	font-family: Verdana, Arial,  Helvetica, Sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	color: #0067B1;
}

h3 {
  font-family: Arial, Verdana, Helvetica, Sans-serif;
  font-size: 11pt;
  margin-top: 5px;
  margin-bottom: 0px ;
  color: #0067B1;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url( ../images/list.png ) ;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

a:link, a:visited {
	text-decoration: none;
	/*color: #5477BB;*/
	color: #0067B1;
	font-weight: bold;
}

a:hover {
	/*color: #E85C28;*/
	color: #E7A614;
}

.sectiontableentry1, .sectiontableentry2 {
	font-size: 10px;
}

#site {
	width: 763px;
	text-align: left;
	background-color: white;
	border-right: 3px solid white;
}

#main {
	background-color: white;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}

#content {
}

#copyright {
	color: #0067B1;
	text-align: left;
}


.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;	
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.contentheading, .componentheading {
	background: url(../images/title_bg.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E7A614;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
}

/* MODULES */
table.moduletable, table.moduletable-random {
	width: 100%;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable-login {
	width: 80%;
	margin-bottom: 0px;
	padding: 0px 5px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #053C82;
	
}

table.moduletable-login th {
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	height: 30px;
	font-weight: none;
	font-size: 12px;
	text-transform: lowercase;
	font-family: verdana, arial, san-serif;	
}

table.moduletable-login td {
	font-size: 11px;
	font-weight: normal;
	font-family: arial, verdana, san-serif;
	color: white;
}

table.moduletable-latest th {
	color: #44701B;
	text-align: left;
	padding-bottom: 4px;	
	height: 21px;
	font-weight: none;
	font-size: 14px;
	text-transform: lowercase;
	font-family: verdana ,arial, san-serif;
}

table.moduletable-newsflash {
  width: 100%;
  border-spacing:0px;
}
table.moduletable-newsflash table.contentpaneopen td.contentheading {
  background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	color: red;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable-newsflash table.contentpaneopen td {
  text-align:right;
}

table.moduletable-newsflash, table.moduletable-newsflash table, table.moduletable-newsflash td {
/*border:1px solid black;*/
border-spacing:0px;
}

/* MENUS */

/* Main Menu */
a.mainlevel-main:link, a.mainlevel-main:visited {
  text-decoration: none;
	color: #0067B1;
	font-weight: bold;
}
a.mainlevel-main:hover {
  /*color: #E85C28;*/
  color: #E7A614;
}

#active_menu-main {
	color: #E7A614;
}

table.moduletable-main {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.moduletable-main td table td {
  width: 100%;
  background:  url(../images/menu_bg.gif) 0px 12px no-repeat;
  padding-top: 5px;
  padding-bottom: 2px;
}


/* Other Menu */
a.mainlevel-other:link, a.mainlevel-other:visited {
	color: white;
	border-left: 15px solid #9FCD6A;
	margin-left: 5px;
	padding-left: 5px;
	display: block;
	width: 100%;
}
a.mainlevel-other:hover {
	color: #333333;
	border-left: 10px solid #82AAD9;
}
#active_menu-other {
	color: #333333;
	border-left: 10px solid maroon;
}
a#active_menu-other:hover {
	text-decoration: underline;
	border-left: 10px solid #82AAD9;
}
table.moduletable-othermenu {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #88C045;
	border-top: 5px solid #88C045;
	border-bottom: 5px solid #88C045;
}


.contentpane, .contentpaneopen {
  width: 100%;
}

.footer {
  height: 43px; 
  background: url(../images/footer2.gif) no-repeat;
  color: #E7A614;
}

.footer table {
  padding-top: 20px;
  text-align: center; 
}

.contact_email {
  padding-left: 50px;
}

.headingleft {
	background: url(../images/title_bg.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E7A614;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 100%;
}

.headingright {
	background: url(../images/title_bg2.gif) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E7A614;
	padding-bottom: 15px;
	padding-right: 5px;
	width: 100%;
	text-align: right;
}

.location {
	background: url(../images/title_bg2.gif) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0067B1;
	padding-bottom: 15px;
	padding-right: 5px;
	width: 100%;
	text-align: right;
}

.legend, .legend a:link, .legend a:visited {
  color: red;
}

.legend a:hover {
	/*color: #E85C28;*/
	color: #E7A614;
}
