body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal ;
	/* background-color: #DFF3F8; */
	background-color: #FFFFFF;
	color: #0C2074;
}

A:LINK, A:VISITED, A:ACTIVE {color: #0c2074;}
A:HOVER{color: Red;}

p, div, form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal ; color: #0C2074}
td,  tr, th{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal ; color: #0C2074}
ul,  li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal ; color: #0C2074}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0C2074;
	
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0C2074
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #0C2074
}


.sitelocator { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal ; color: #0C2074; background-color: #A1DCEA}
.header1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #0C2074}
.header2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #0C2074}
.subscript { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0C2074}

a.menu:link, a.menu:visited, a.menu:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12pt;
	color: #0C2074;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover
{
	color: #208FBF;
	text-decoration: underline;
}

a.botmenu:link, a.botmenu:visited, a.botmenu:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.botmenu:hover
{
	color: #208FBF;
	text-decoration: underline;
}

th.main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal ;
	background-color: #CEE2E7;
	color: #0C2074;
}

td.pong
{
    background-color: #DFF3F8;
}
td.ping
{
    background-color: #EFF4F9;
}

#top
{
	width: 100%;
	min-width: 800px;
	height: 141px;	
	background-image: url("/image/bgtop.gif");
	overflow: hidden;
}

#mid
{
	width: 800px;
	min-height: 400px; 
	overflow: auto;
}

#menu
{
	float: left;
	background: #fff;	
	width: 160px;
	min-height: 400px; 
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#flags
{
	position: relative;	
	margin: 0;
	padding-left: 10px;
}

#content
{
	float: left;
	width: 620px;
	min-height: 400px;
	background-color: #DFF3F8;
	padding: 10px;
	margin: 0; 
}
	
#bottom
{
	width: 100%;
	min-width: 800px;
	height: 59px;
	background-image: url("/image/bgbottom.gif");
}

.lab {
	width: 300px;
	background: #F00;
}	

ul.menu
{
	padding-left: 20px;
	margin: 0;
}

li.unselected
{
	list-style: none;
	background: url(/image/smallarrowblue.png) no-repeat;
	padding: 2px;
	padding-left: 10px;
}

li.selected
{
	list-style: none;
	background: url(/image/smallarrowblueselected.png) no-repeat;
	padding: 2px;
	padding-left: 10px;
	
}

ul.submenu
{
	padding-left: 20px;
	margin: 0;	
}
	
li.submenu
{
	list-style-type: none;
	padding: 2px;
}

.who-info
{
	vertical-align: bottom;
}

.who-img
{
	border: 0px;
}

.links-table
{
	width: 75%;
	border-spaceing: 0 0;
	
}

.links-td
{
	vertical-align: top;
	padding: 0 0 0 0; 	
}

.message 
{
	color: green;
	font-weight: bold; 
}

.error 
{
	color: red;
	font-weight: bold; 
}

a.warning
{
	color: orange;
	background: white;
	font-weight: bold;
	text-decoration: none;
	
}

a.warning:hover
{
	color: red;
}


.pbfrm 
{

}

.pbfrmlab 
{
	width: 665px;
}

table.it
{
	background: #fff;
	border: solid;
	border-collapse: collapse;
	border-width: thin;
}
th.it
{
	border: solid;
	text-align: right;
	border-width: thin;
}

td.it
{
	border: solid;
	text-align: left;
	border-width: thin;
}

#peoplecontainer {
    width:500px;
    padding:10px 20px 10px;
   /* margin:auto; */
    border:3px double #999;
    background-color:#f0f0f0;
 }

#peoplecontainer label {
    width:150px;
    margin-bottom:5px;
    float:left;
    clear:both;
}

.category-title {
	width: 100%;
	height: 30px;
	clear: both;
}

.category {
	width: 100%;
	clear: both;
}

.person {
	float: left;
	width: 50%;
	height: 275px;
}

.person_link {
	text-decoration: none;
	color: #000;	
}

.person-name {
	height: 1.5el;
	padding: 0;
	margin: 0;	
} 

.newsbar {
	width: 100%;
	background-color: #0C2074;
	display: table; 
}

.newstitle {
	color: #FFF;
	font-weight: bold;
	font-family: "Arial", Sans-Serif;
	float: none;
	text-align: left;
	display: table-cell;
}

/* News on homepage style */

.newsdate {
	color: #FFF;
	text-align: right; 
	float: none;
	display: table-cell;
}

.news a {
	text-decoration: none;
	color: #1DA726;
}

.news img {
	border: 0;
}

#newscontainer {
    width:500px;
    padding:10px 20px 10px;
   /* margin:auto; */
    border:3px double #999;
    background-color:#f0f0f0;
 }
 
#txt label,#ass,#txa label{
    width:150px;
    margin-bottom:5px;
    float:left;
    clear:both;
 }
#new_date,#title {
    width:280px;
    margin-bottom:5px;
    float:right;
 }
#new_date {
    background-color:#ffe;
 }
#rad input {
    float:left;
    margin:4px 8px 0 0;
 }
#rad label {
    float:left; 
    margin-right:8px;
 }
#txa {
    padding:10px 0 5px 0;
    clear:both;
 }
#txa textarea{
    width:500px;
    height:180px;
    clear:both;
    overflow:auto;
 } 
#but {
    text-align:center;
}


