/* SO-BIT Base CSS Document */
html {
scrollbar-3dlight-color:rgb(23,54,93);
scrollbar-darkshadow-color:rgb(23,54,93);
scrollbar-highlight-color:rgb(255,255,255);
scrollbar-shadow-color:rgb(255,255,255);
scrollbar-arrow-color:rgb(23,54,93);
scrollbar-base-color:rgb(255,255,255);
scrollbar-face-color:rgb(255,255,255);
scrollbar-track-color:rgb(255,255,255);
}

body {
  color:rgb(23,54,93);
  background-color:rgb(23,54,93);
  font-family:Verdana, Arial, Helvetica;
	font-size: 11px;
  line-height: 1.25em;
  overflow: hidden;
  background-image: url(bluebg.gif);
  background-repeat:no-repeat;
  background-position: left top;
}

.border {
  position: relative;
  height:520px;
  width:900px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  overflow: hidden;
  border:1px solid rgb(227,108,10);
  background-color:rgb(255,255,255);
  background-image: url(bg.png);
}

.head{
	width: 900px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	float: left;	
}


.menu {
	padding-left: 13px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
	width: 227px;
	margin: 0;
	height: 500px;
	overflow: hidden;
	float: left;
	background-image: url(menubg.png);		
}
.content{
	padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
	width: 600px;
	margin: 0;
	height: 480px;
	overflow: auto;
	overflow-x: hidden;
	float: right;
	background-image: url(contentbg.png);
  background-repeat:no-repeat;
  background-position: right top; 		
}

.menu a {
  font-family:Tahoma, Arial, Helvetica;
  font-size: 1.6em;
  line-height: 1.5em;
}


a:before {
  font-family: Arial, Helvetica;
  content: "\25BA\0020";
  color: rgb(227,108,10);
}

.bold {
  font-weight:800;
}

.smaller {
  font-size: 0.7em;
}

.indent {
  margin-left: +22px;
}

h4 {
  color:rgb(23,54,93);
  font-family: Tahoma, Arial, Helvetica;
  margin: 0;
  padding: 0;
  font-size:11px;
  line-height:14px;
  font-weight:100;
  text-align: center;
}

h1 {
  color:rgb(227,108,10);
  font-family:Tahoma, Arial, Helvetica;
  margin-top:2px;
  margin-bottom:33px;
  font-size:2.5em;
  font-weight:600;
}

h2 {
  font-family:Tahoma, Arial, Helvetica;
  font-size:1.6em;
  margin-bottom:33px;
  font-weight:600;
}

h4 {
  font-family:Tahoma, Arial, Helvetica;
  font-size:1.2em;
  margin-top:5px;
  margin-bottom:0px;
  padding-bottom:2px;
  font-weight:100;
}

p {
  color:rgb(23,54,93);
  font-size: 1.2em;
  line-height: 1.2em;
	word-spacing: +0.2em;
  font-weight:100;
  text-align: justify;
}

a:link {
  font-family:Tahoma, Arial, Helvetica;
	color: rgb(23,54,93);
	text-decoration: none;
}

a:visited {
  font-family:Tahoma, Arial, Helvetica;
	color: rgb(23,54,93);
	text-decoration: none;
}

a:focus {
  font-family:Tahoma, Arial, Helvetica;
	color: rgb(23,54,93);
	text-decoration: none;
}

a:hover {
  font-family:Tahoma, Arial, Helvetica;
	color: rgb(227,108,10);
	text-decoration: none;
}

a:active {
  font-family:Tahoma, Arial, Helvetica;
	color: rgb(227,108,10);
	text-decoration: none;
}

a:before {
  font-family: Arial, Helvetica;
  content: "\25BA\0020";
  color: rgb(227,108,10);
}

abbr:before {
  content: "[";
  color: rgb(227,108,10);
}
  
 abbr:after {
  content: "]";
  color: rgb(227,108,10);
}

ul {
  list-style-type: square;
}

.news {
  margin-top: 5px;
  margin-bottom: 15px;
}

