body {
   background-color: #f0f0f0;
   font-family: "Arial", Verdana
   font-size: 12px;
   color: #000000;
   margin: 0; 
   padding: 0; 
   text-align: center; 
}

#wrap { 
   background-color: #FFFFFF;
   margin: 0 auto; 
   padding: 0; 
   width: 880px; 
   text-align: left; 
} 

a:link {
   color: #4d89c7;
   text-decoration: none;
} 

a:visited {
   color: #4d89c7;
   text-decoration: none;
}

a:hover {
   color: #4d89c7;
   text-decoration: underline;
}

a:active {
   color: #4d89c7;
   text-decoration: none;
}

a.gray:link {
   color: #444444;
   text-decoration: underline;
}

a.gray:visited {
   color: #444444;
   text-decoration: underline;
}

a.gray:hover {
   color: #444444;
   text-decoration: none;
}

a.gray:active {
   color: #444444;
   text-decoration: underline;
}

p.foot {
   color: #444444;
   font-family: "Verdana", Arial;
}

img {
border: 0px solid #FFFFFF;
} 

#header {
   height: 81px;
   background-image: url('images/headbg.png');
   background-color: #4381c3;
   background-repeat: repeat-x;
   border-bottom: 1px solid #608ebe;
}

.headlogo {
	padding-left: 30px;
	width: 50%;
	float:left;
}

.headsearch {
	float: left;
	padding-top: 39px;
	padding-left: 220px;
}

#search_box {
    width: 163px;
    height: 20px;
    background: url(images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    font-family: "Verdana", Arial;
    color: #262626;
    font-size: 10px;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 6px;
    border: 0;
    width: 90px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 6px 0 0;
}



#menu ul {
   margin: 0;
   padding: 0;
   float: left;
   width: 100%;
   font-family: "Verdana", Arial;
   font-size: 12px;
   font-weight: bold;
   background-color: #000000;
   background-image: url('images/menubg.png');
   background-repeat: repeat-x;
   border-bottom: 1px solid #525252;
   border-top: 1px solid #4b4b4b;
   height: 27px;
}

* html #menu ul {
   width: 100%;
}

#menu ul li{
   display: inline;
}

#menu ul li a{
   float: left;
   color: #FFFFFF;
   padding: 6px 24px;
   text-decoration: none;
   background: url(images/menuline.png) center right no-repeat;
}

#menu ul li a:visited{
   color: #FFFFFF;
}

#menu ul li a:hover{
   color: #FFFFFF;
   background-color: #ffe84f;
   background-image: url('images/menuhove.png');
   background-repeat: repeat-x;
}

#twitrss {
   border-bottom: 1px solid #d9d9d9;
   text-align: right;
}

#sidebar {
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 590px;
	padding-right: 11px;
	padding-bottom: 11px;
	margin-top: 13px;
}

#sidebarbox {
	width: 276px;
	height: 3px;
      background-image:url('images/sus.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebarcontent {
	width: 276px;
      background-image:url('images/bgside.png');
	background-repeat: repeat-xy;
}

#sidebarbox2 {
	width: 276px;
	height: 9px;
      background-image:url('images/jos.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}

.sidep {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cboxup {
	width: 569px;
	height: 6px;
      background-image:url('images/csus.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#cboxbg {
	width: 569px;
      background-image:url('images/cbg.png');
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#cboxdown {
	width: 569px;
	height: 6px;
      background-image:url('images/cjos.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#inboxup {
	width: 553px;
	height: 7px;
      background-image:url('images/insus.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#inboxbg {
	width: 553px;
      background-image:url('images/inbg.png');
	background-repeat: repeat-y;
}

.inboxtxt {
	padding-left: 15px;
	padding-right: 18px;
	padding-top: 1px;
	padding-bottom: 6px;
}

.inboxtxt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#inboxdown {
	width: 553px;
	height: 7px;
      background-image:url('images/injos.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	float: left;
	width: 560px;
	margin-left: 10px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
   border-top: 1px solid #d9d9d9;
   height: 54px;
   padding-top: 19px;
   padding-bottom: 10px;
   text-align: center;
}

p.foot {
   color: #444444;
   font-family: "Verdana", Arial;
}
