A:link {
text-decoration: none;
color:#0000ff;
}
A:visited {
text-decoration: none;
color:#0000ff;
}
A:active {
text-decoration: none;
color:#0000ff;
}
A:hover {
text-decoration: none; 
color:#0000ff;
}

hr {
  border: 0;
  width: 90%;
  color: #333333;
}

#flashcontent{
background-image: url(onfl.jpg); 
background-repeat: no-repeat;
}

#sbottom{
background-image: url(../images/linkbgbot.jpg); 
background-repeat: no-repeat;
}

#top{
height:221px;
background-image: url(../images/bodytop.jpg); 
background-repeat: no-repeat;
}

#middle{

}

.bglogin{
background: #4E9FC8 url(../images/linkbg.jpg) no-repeat;
}

#news{
background: #FFFFFF url(../images/newsbg.jpg) no-repeat;

}
#link{
background: #639263 url(../images/linkbg.jpg) no-repeat;

}

#iframe{
background: #639263 url(../images/linkbg.jpg) no-repeat;
}

body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
  background: #639263;
	
}
#core{
	margin-top: -150px;
	word-wrap: break-word;
       position: relative;
	overflow: hidden;
}


ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/* Page */

#page {
	width: 530px;
	margin-left: 10px;
	padding: 5px 10px 5px 0px;
}

/* Content */

#content {
	width: 553px;
  position: relative;
}



/* Footer */

#footer {
	clear: both;
	width: 913px;
}


#wrapper{
height:100%;
width:913px;
margin: 0 auto;

}

*#wrapper { 
*margin: 0 auto;
*width: 913 px;
*}

#header {
 color: #000;
 width: 911px;
 
}
#leftcolumn { 
 background: #639263;
 height: 100%;
 width: 180px;
 float: left;
}
#content { 
 float: left;
 height: 100%;
background-image: url(../images/bodymidx.jpg); 
background-repeat: repeat-y;

}
#rightcolumn { 
 background: #639263;
 height: 100%;
 width: 179px;
float:left;
}
#footer { 
 width: 913px;
 clear: both;
 color: #333;
}
#menuItem{		
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
}
#menuItem li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#menuItem ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}

#menuItem ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-right:10px;
		padding-bottom:10px;
}
#menuItem li a{	/* Main menu links */
	background-image:url(images/arrow.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:8px 13px 0 20px;
       margin-left:15px;
	color:#000000;
	text-decoration:none;
	line-height: 150%;

}
#menuItem li a:hover {
	color:#639263;
	background-image:url(images/arrow_over.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-right:7px;
}

