/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

General CSS

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

body	{
		margin: 10px;
		padding: 0;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color:#333333;
		background-color: #FFFFFF;
	}


td	{
		font-family: verdana, arial, helvetica, sans-serif;
	}
	
a	{
		color : #000000;
		text-decoration : underline;
	}

a:hover	{
		color : #999999;
	}



/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

The Big One

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#thebigone {
		width: 760px;
	}

#logo	{
		margin-bottom: 20px;
	}	
	

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

Navigation

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#LocationBarContainer {
		padding: 5px 0px 5px 0px;
		margin: 0 auto;
		text-align: center;
		border-top: 1px dashed #999999;
		border-bottom: 1px dashed #999999;		
	}


#menu 	{
		margin : 0;
		padding-bottom : 19px;
		padding-left : 5px;
	}

#menu ul, #menu li {
		display : inline;
		list-style-type : none;
		margin : 0;
		padding : 0;
	}
	
#menu a	{
		float : left;
		font-size : 12px;
		font-weight : bold;
		line-height : 14px;
		margin-right : 55px;
		padding : 2px 0px 2px 0px;
		text-decoration : none;		
	}

#menu li#navon {
		color : #FF6600;
		float : left;
		font-size : 11px;
		font-weight : bold;
		line-height : 14px;
		margin-right : 55px;
		padding : 2px 0px 2px 0px;
		text-decoration : none;		
	}	
	
	
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

Footer

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#FooterBarContainer {
		padding: 10px 0px 20px 0px;
		margin: 20px 0px 0px 0px;
		border-top: 1px dashed #999999;
		border-bottom: 1px dashed #999999;		
	}

.footer {
		float: left;
		line-height : 16px;
		margin-right : 40px;
		padding-bottom: 5px;
	}

#copy	{
		width: 760px;
		text-align: right;
		font-size: 9px;
		color:#999999;
		padding: 15px 0px 20px 0px;
	}

	


/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

Content Area Definitions

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/


#rezcopy	{
		width: 760px;
		text-align: right;
		font-size: 9px;
		color:#999999;
		padding: 0px 0px 20px 0px;
	}

#pagetitle {
		font-size: 15px;
		padding : 20px 0px 5px 0px;
	}

	
.newsDate {
		margin-top: 10px;
		color:#666666;
		font-style: italic;
	}
.newsTitle {
		font-size: 11px;
		color:#333333;
		font-weight: bold;
	}
.news {
		width: 350px;
	}
	
#contentarea {
		margin : 0px;
		padding : 0px;
	}

#biocontentcontatin{
		width: 350px;
		padding-left: 15px;
	}

.copy	{
		margin-bottom: 10px;
	}

.rezsection {
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-decoration:underline;
		font-weight: bold;
	}
.rezdate {
		color:#666666;
		font-style: italic;
		padding: 0px 0px 20px 0px;
	}
.rezdatepos {
		color:#666666;
		font-style: italic;
	}
.reztitle{
		font-size: 12px;
		font-weight: bold;
	}
.rezpos{
		font-size: 12px;
	}