body {
      background-color: #DAE6F2;
      margin: 0px;
      font-family: Arial;
      font-size: 12px;
      background-position: center;
      min-width: 930px;      
      color: #636363;
}

.container {
      margin: 0em auto;
      width: 930px;
      padding: 0px;
      position: relative;      
      text-align: center;
}

img{
      border: 0;
}

.header {
      height: 80px;
      position: relative;
      width: 98%;
      border-bottom: thin solid #dbe6f4;
      margin-left:auto;
      margin-right:auto;
}

.site_header {  
      margin: 0;
      font-size: 25px;
      font-weight: bold;
      color:#3472BB;
}

.search_box
{
      margin: 0em auto;
      left: 180px;
      top: 40px;
      position: relative;
}

.logo_img {
      position: absolute;
    
      top: 10px;
      left: 35px;
}

#content {
/*
	height: 515px;
*/	
	width: 100%;
}


#top_div
{ 
	background: url('../img/top_bg.gif') no-repeat;
	height: 14px;
	margin-top: 10px;
}
#bottom_div
{ 
	background: url('../img/bottom_bg.gif') no-repeat;
	height: 14px;
}

#main_container
{
    background: url('../img/middle_bg.gif') repeat-y;
}
#636363

input.search {
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid;
	border-top-color: #4a81c8;
	border-left-color: #4a81c8;
	border-right-color: #4a81c8;
	border-bottom-color: #4a81c8;
	
}

.button {
	background-color: #e1ebf7;
	color: #4a81c8;
	font-family: arial, verdana, ms sans serif;
	font-size: 18px;
	font-weight: bold;
	border: 1px double;
	border-top-color: #4a81c8;
	border-left-color: #4a81c8;
	border-right-color: #4a81c8;
	border-bottom-color: #4a81c8;
}

.buttonhov {
	background-color: #c5d8ef;
	color: #4a81c8;
	font-family: arial, verdana, ms sans serif;
	font-size: 18px;
	font-weight: bold;
	cursor:pointer;
	border: 1px double;
	border-top-color: #4a81c8;
	border-left-color: #4a81c8;
	border-right-color: #4a81c8;
	border-bottom-color: #4a81c8;
}


/* Regular Link */
A.site_link:link {
	color:#3472BB;
	text-decoration:none;
	font-weight: 600;
	font-size: 14px;
	font-family: Arial;
} 

A.site_link:visited {
	color:#3472BB;
	text-decoration:none;
	font-weight: 600;
	font-size: 14px;
	font-family: Arial;
}

A.site_link:active {
	color:#3472BB;
	text-decoration:none;
	font-weight: 600;
	font-size: 14px;
	font-family: Arial;
}

A.site_link:hover {
	color: #3472BB;
	text-decoration:underline;
	font-weight: 600;
	font-size: 14px;
	font-family: Arial;
}

.current {
      font-weight: bold;
      font-size: 14px;
}

.browse_top {
	/* height: 35px; */
	border-bottom: thin solid #dbe6f4;
	width: 60%;
	position: relative;
}

#word_cloud a {
      padding: 0px;
      margin-left: 5px;
      margin-right: 5px;
      
}

.right_panel {
      float: right;
      width: 230px;
      position: static;
      /*height: 400px;*/
}

.small_box_header {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      color:#636363;
      padding-bottom: 5px;
}

.small_box {
      background: url(../img/box_middle.png) repeat-y;
      text-align: left;
      width: 214px;
      float: left;
      padding-left: 15px;
}

.small_box_top {
      background: url(../img/box_upper.png) no-repeat bottom center;
      width: 214px;
      height: 11px;
      float: left;
}
.small_box_bottom {
      background: url(../img/box_bottom.png) no-repeat top center;
      width: 214px;
      height: 11px;
      float: left;
}



