body {
  font-family: Arial, helvetica, Tahoma, sans-serif, Verdana, Geneva;
  font-size: smaller;
  margin:0px;
}
#wrapper {
	background-color:#EAEAF5;
}
.menuwrapper {
	display:block;
	background-color:#FFFFFF;
}
#header .logo {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:101px;
	width:246px;
	display:block;
	float:left;
	margin-left:20px;
	margin-right:20px;
}
#header {
	height: 122px;
	/*padding-left:300px;*/
	padding-top: 13px;
	background-color:#FFFFFF;
	background-position: 20px;
}
h1 {
	margin-top:45px;
	margin-bottom:0px;
	color:#333399;
}
h2 {
	font-size:large;
	font-weight:lighter;
	margin-top:0px;
}
h3 {
	color:#333399;
}
#content {
	background-color:#FFFFFF;
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	display:block;
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	min-width:640px;
}
#menu {
	height:24px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:10px;*/
	width:766px;
	/*background-color:#FFFFFF;*/
}
#menu ul {
	padding:0px;
	margin:0px;
	display:inline;
	list-style: none;
	height:24px;
}
#menu li {
	display:inline;
	list-style: none;
	padding:0px;
	margin:0px;
}
#menu a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	margin-right:9px;
}
#menu a:hover {
	background-position: 0 -24px;
}
#menu .selected {
	background-position: 0 -24px;
}
#menu a.home {
	width:71px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Home3.gif);
	background-repeat:no-repeat;
}
#menu a.home:hover {
	width:71px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Home3.gif);
	background-repeat:no-repeat;
}
#menu a.search {
	width:80px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Search3.gif);
	background-repeat:no-repeat;	
}
#menu a.search:hover {
	width:80px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Search3.gif);
	background-repeat:no-repeat;
}
#menu a.policies {
	width:191px; 
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Browse%20by%20policy3.gif);
	background-repeat:no-repeat;		
}
#menu a.policies:hover {
	width:191px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Browse%20by%20policy3.gif);
	background-repeat:no-repeat;
}
#menu a.policy_themes {
	width:199px;
	height:24px;
	display:block;
	/*adding:20px;*/
	background-image:url(../images/Menu%20Buttons/Browse%20by%20policy%20theme3.gif);
	background-repeat:no-repeat;		
}
#menu a.policy_themes:hover {
	width:199px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Browse%20by%20policy%20theme3.gif);
	background-repeat:no-repeat;
}
#menu a.current_policies {
	width:180px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Current%20Consultations3.gif);
	background-repeat:no-repeat;
}
#menu a.current_policies:hover {
	width:180px;
	height:24px;
	display:block;
	/*padding:20px;*/
	background-image:url(../images/Menu%20Buttons/Current%20Consultations3.gif);
	background-repeat:no-repeat;
}
.desc {
	background-color: #333399;
	height:19px;
	display:block;
	clear:both;
	margin:0px;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	font-size:small;
}
.desc a {
	color:#FFFFFF;
}
.desc1 {
	background-color:#EAEAF5;
	height:24px;
	display:block;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADAEC;
	margin:0px;
}
.desc1 p {
	padding-top:3px;
	padding-left:114px;
}
.desc2 {
	background-color: #EAEAF5;
	height:24px;
	display:block;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADAEC;
	margin:0px;
}
.block{
	height:28px;
	background-color:#333399;
	width:75%;
	padding-top:2px;
	padding-bottom:-1px;
	margin-left:auto;
	margin-right:auto;
}
img {
	border: 0px;
}
#footer {
	clear: both;
	text-align:center;
	/*background-color:#FFFFFF;*/
	clear: both;
	color:#FFFFFF;
	list-style: none;
	background-color:#6666CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 333399;
	font-size:smaller;
}
#bw {
	text-align:center;
	color:#999999;
	font-size:x-small;
	padding-top:10px;
	/*background-color:#FFFFFF;*/
}
.error {
	color:#CC0000;
	font-weight:bold;
}
.highlight {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF00;
	font-size:x-small;
}