* {
	margin: 0;
	padding: 0;
}
td{

font:10px Verdana, Arial, Helvetica, sans-serif;
padding:5px;

}
body {
	
	background:  url(body_bg.jpg)  repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: black;
        font-size:70%;
}
#news		{float:right; width:220px; padding-top:20px;  color: dimgray;}
.newsItem	{padding:10px 10px 10px 10px; background:aliceblue;line-height:130%; border:1px solid gray;text-align:left; font-size:90%; margin-bottom:20px;color:black; }
.newsItem h1	{color:#225799; margin:0 10px 0 0; padding-bottom:10px; font-size:130%;line-height:100%; font-weight:normal; }
h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

 blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: left;
}



blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: Red;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 4px solid #C4C2C2;
  
}


/* Header */

#header {
	height: 61px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 900px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 900px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 20px 0 20px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Wrapper */

#wrapper {
	
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	

}

/* Content > Main */
#rightbar{
	float: left;
	width: 220px;
}
#main {
	float: left;
	width: 660px;
	padding-right:30px;
        padding-top:30px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}








/* Footer */
#footer		{clear:both; width:100%; font-size:90%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:salmon; text-decoration:none; }