/* CSS Document */

html { }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #000; color: #333; }
a { text-decoration: none; color: #3366cc; }
a:hover { color: #6699ff; }

#page { width: 724px; margin: auto; overflow: hidden; }

#contentwrapper { margin-top: 20px; background-color: #fff; } 

#leftcol { width: 547px; background-color: #FFF; float: left; } 
	#header { padding: 13px; }
	#headernav { padding-left: 15px; }
	#content { padding: 15px; }
	
#rightcol { margin-left: 547px; background-color: #000; }
	#logo { }
	#pic { padding: 10px; text-align: center; background: #000 url('/images/right_bg.jpg') top left repeat-y; }
	#news { margin-top: 15px; padding: 10px; background: #000 url('/images/right_bg_faded_blue.jpg') top left repeat-y; }
	#news a { }
	#news a:hover { }
	#info { margin-top: 15px; padding: 10px; background: #000 url('/images/right_bg_dark_grey.jpg') top left repeat-y; color: #444; font-size: 8pt;  }
	
#footer { clear: both; height: 39px; width: 724px; overflow: hidden; background: #000 url('/images/footer_bg.jpg') top left no-repeat; }
#footernav { margin-top: 17px; text-align: right; }
	#footernav a { color: #777; }
	#footernav a:hover { color: #000; }
 
#legals { margin-top: 15px; clear: both; text-align: center; font-style: italic; color: #999; font-size: 8pt; }
 
.hnav {}
.hnav ul { margin: 0px; padding: 0px; }
.hnav ul li { list-style: none; display: inline; padding-right: 10px; font-size: 8pt; font-weight: bold; }

.article1 { }

.article2 { }

.article3 { }

.news1 { font-size: 8pt; margin-bottom: 20px;  }
.news1 h1 { background-color: #3366cc; padding: 3px; margin-top: 0px; margin-bottom: 5px; font-size: 10px; font-weight: bold; border-bottom: #6699ff solid 1px; color: #6699ff; }

	
.news2 { }

