#top_ {
	width:850px;
	height:237px;
}
#top {
    
}

#bg_ {
	width:850px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	
}

#bottom_ {
	width:850px;
	height:128px;
}




/*fonts.css*/
body{font:11px verdana,helvetica,arial,sans-serif;}
table {font-size:inherit;}
select, input, textarea {font:99% verdana,helvetica,arial,sans-serif;}
pre, code {font:115% monospace;}

* {
	margin: 0;
	padding: 0;
	}

body
{
	color: #333;
	font-family: "Tahoma", "Verdana", "MS Sans Serif", sans-serif;
	background-image:url(images/gbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
  
 
}
.globalcontainer 
{
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:850px;
}

.sheader
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#4a5a5d;
	width:764px;
	clear:both;
}
.sheaderright
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#4a5a5d;
	float:left;
	height:114px;
	width:489px;
}
.slogo 
{
	width:275px;
	height:114px;
	float:left;
}
.sheadmenu {padding-left: 5px;color:#000; float:left;clear:left;}
.ssubheadmenu {padding-left: 5px;color:#000; float:left;clear:left;}

.sleft
{
  width:511px;
	float:left;
	padding:10px;
}
.sright
{
	width:180px;
	float:left;
	padding:10px;
}
.content {
text-align:left;
}
.welcome {
text-align:left;
padding-bottom : 20px;
}
.about {
text-align:left;
padding-bottom : 20px;
}

.sbody
{
	width:750px;
	margin-left:65px;
	margin-right:25px;
}


.spacer 
{
	clear:both;
	font-size:1px;
	height:1px;
}

.sfooter
{
  color:#666666;
	width:850px;
	
}

.subfooter
{
  padding-right:50px;
  padding-top: 50px;
  text-align:right;
  background : url(images/bottom.jpg);
	background-repeat : no-repeat;
  height: 78px;
}

.sfooter a {
	color: #555555;
	text-decoration: none;
	border-bottom:1px dotted gray;
}

.sfooter a:hover {
	color: #665599;
	border-bottom:1px dotted white;
}

.alpha 
{
	padding-top:4px;
	font-family: "Georgia", "Times New Roman",  serif;
	font-size:22px;
	line-height:22px;
	background-color:#ecefee;
	border-bottom:1px solid white;
	color: #888888;
	font-style: italic;
}

.beta
{
  padding-top:4px; 
  font-size:18px;
  line-height:18px;
  border-bottom:1px dotted #666666;
  color: #888888;
  font-style: italic;
  background-color:#ecefee;
  
}
.delta
{
	padding-top:4px;
	font-size:18px;
	line-height:18px;
	border-bottom:1px dotted #666666;
	color: #888888;
	font-style: italic;
	background-color:#ecefee;
	font-family: Georgia, "Times New Roman", Times, serif;
  
}
.post
{
 font-size:inherit;
 margin-bottom: 20px;
 line-height:18px;
 background: url(images/bgcontent.jpg);
 background-repeat : no-repeat;
}

.postinfo
{
padding : 4px;
font-size:9px;
font-weight: normal;
color:#000000;
border-top : 1px dotted #CCC;

}
.postinfo img
{
vertical-align:middle;
}


a {
	color: #3f5eC4;
	text-decoration: none;
	
}

a:hover {
	color: #3e3ea4;
	border-bottom:1px solid black;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul li:before {
content: "\00BB \0020";
}

.scopyrights
{
  padding: 5px;
  font-size: 0.9em;
}

.extra
{
  padding : 7px;
  border: 1px dotted #CCCCCC;
  background-color : #F5F5F5;
  text-align:left;
  
}

a.lightbox img {height: 75px ; border: 0}

a.lightbox:active span.f,
a.lightbox:focus span.f {
   -khtml-opacity: .8;
   -moz-opacity: .8;
   filter: alpha(opacity=80);
   opacity: .8;
   background: #000000;
   display: block;
   height: 100%
   width: 100%
   position: fixed;
   left: 0;
   top: 0;
   z-index: 1000
}

   a.lightbox:active img,
   a.lightbox:focus img 
{
   border:16px solid #000000;
   background:#000000;
   height: auto;
   left: 50%;
   margin: -250px 0 0 -310px;
   overflow: hidden;
   position: absolute;
  z-index: 1001;
}

