body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg-body.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C545E;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 200%;
	text-align:center;
}

h2 {
	font-size: 140%;
	font-weight:bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color:#666;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

p { 
	text-align:justify;
}

.highlight {
	color:#808000; /* 008080 */
	padding-left: 2em;
	border-left:#d5d5d5 solid 8px;
	font-weight:bold;
}
.newsdate {
	font-size:12px;
}

ul {
}

ol {
}

a {
	color: #008080; /* FF9900 */
/*	font-weight:bold; */
}

a:hover {
	text-decoration: none;
	color: #808000;
}

small {
}

hr {
	display: none;
}

strong { border-bottom:#CCCCCC dashed 1px;}

img {
/*	border: 1px solid #B2B2B2; */
}

img.left {
	float: left;
	margin: 2px 10px 0 0;
}

img.right {
	float: right;
	margin: 2px 0 0 10px;
}

.glo {color:#008080}
.imm { color:#808000}
.sol {color:#FF9900}

/* header */

#header {
	width: 960px; /* 770px */
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 100px;
}

#logo img {
	border-color:#205386;
	padding-top: 15px;
}
/* Search */

#search {
	float: right;
	width: 600px;
	padding-top: 8px;
	text-align:right;
	color:#fff;
}

#search a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(images/img03.gif) repeat-x left bottom;
}

/* Menu */

#menu td {
	color: #E7E74E;
	text-align: center;
	padding-right:1px;
	font-weight: bold;
}

#menu a {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
	border-top:#6EA1D4 1px solid;
	background-color:#4477AA;
	color:#98CBFE;
}

#menu a:hover, #menu a.selected {
	background: #F9F8F1;
	border-top-color:#808000;
	color: #808000;
}

html>body #menu a {
	width: auto;
}

/* Page */

.header2 {
	padding: 15px 15px 2px 15px;
	background: url(images/img11.gif) no-repeat;
	color:#666666;
	font-weight:normal;
}
.divider {
	width: 40px;
	background: url(images/img07.gif) repeat-y 20px 0;
}
/* Above are new additions */
#page {
	width: 770px;
	margin: 0 auto 20px auto;
	background: url(images/img07.gif) repeat-y 260px 0;
}

/* Content */

#content {
	float: right;
	width: 720px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 235px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
	background: url(images/img12.gif) repeat-x left bottom;
}

#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 100px;
	padding-top: 20px;
	background: #DFEBF7 url(images/background-footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer p a {
	margin: 0;
	color:#205386;
	text-decoration:none;
	font-weight:normal;
}