body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCC;
	margin-top: 10px;
}
h1{
	display: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
h3, h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-bottom: -1em;
}
h3 a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
a{
	text-decoration: underline;
	color: #999;
}
a:hover{
	text-decoration: none;
	color: #666;
}
a[rel=external]{
	background: url(img/external.png) right center no-repeat;
	padding-right: 13px;
}
td, th{
	vertical-align: top;
}
td h3{
	margin-top: 0;
	padding-top: 0;
}
#wrapper{
	width: 900px;
	margin: auto;
	overflow: auto;
	border: 1px solid #999;
	background-color: #fff;
}
#header{
	height: 100px;
	width: 900px;
}
#logo{
	background: url(img/logo.jpg);
	height: 100px;
	width: 500px;
	float: left;
}
#info{
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-right: 10px;
}
#info a{
	color: #666;
	text-decoration: none;
}
#info a:hover{
	text-decoration: underline;
}
#imp{
	height: 150px;
	clear: both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.imp0{ background: url(img/imphome.jpg);}
.imp1{ background: url(img/imp1.jpg);}
.imp2{ background: url(img/imp2.jpg);}
.imp3{ background: url(img/imp3.jpg);}
.imp4{ background: url(img/imp4.jpg);}
.imp5{ background: url(img/imp5.jpg);}
.imp6{ background: url(img/imp6.jpg);}
.imp7{ background: url(img/imp7.jpg);}
#menu, #homemenu{
	height: 35px;
	background: #fff;
	position: relative;
	clear: both;
}
#menu ul, #submenu ul, #homemenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li, #submenu li{
	float:left;
	position:relative;
	z-index:100;
}
#menu ul a, #submenu ul a, #homemenu ul li a{
	display:block;
	height: 25px; /*+padding*/
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
#menu ul a:hover, #homemenu ul li:hover a, #homemenu ul li a:hover{
	background: #666;
	color: #fff;
}
#menu ul ul a:hover{
	background: #fff;
	color: #000;
	font-weight: bold;
	height: auto;
	padding: 5px;
	border: none;
}
#menu ul ul {
	visibility:hidden;
	position:absolute;
	border: 1px solid #ccc;
	margin-top: -1px;
}
#menu ul li:hover ul, #menu ul a:hover ul{
	visibility:visible;
}
#menu .mainactive{
	background: #000;
}
#menu .mainactive a{
	color: #ccc;
}
#submenu{
	height: 30px;
	background: #333;
	clear: both;
}
#submenu ul a, #homemenu ul li:hover ul li a, #homemenu ul li a:hover ul li a{
	height: 22px;
	padding-top: 8px;
	color: #fff;
	background: #333;
}
#submenu ul a:hover, #homemenu ul li:hover ul li a:hover, #homemenu ul li a:hover ul li a:hover{
	background-color:#666;
}
#subfill{
	height: 30px;
	margin-top: -30px;
	background-color: #333;
}
#homemenu ul ul a{
	height: 22px;/*+padd*/
	padding-top: 8px;
}
#homemenu{
	margin-bottom: 30px;
}
#homemenu ul li{
	float:left;
}
#homemenu ul li ul{
	visibility:hidden;
	position:absolute;
	top:35px; /*mainmenuheight*/
	left:0;
}
#homemenu ul li:hover ul, #homemenu ul li a:hover ul{
	visibility:visible;
	color:#fff;
	width: 900px;
}
#contentwrapper{
	overflow: auto;
	background: url(img/contentbg.jpg) repeat-y;
}
#content{
	min-height: 150px;
	padding: 10px;
	width: 580px;/*+padding*/
	float: left;
	clear: both;
}
#side{
	float: left;
	width: 280px;
	padding: 10px;
	color: #666;
}
#side a{
	color: #000;
	text-decoration: none;
}
#side a:hover{
	text-decoration: underline;
}
#contentblocks{
	overflow: auto;
	padding-bottom: 20px;
	clear: both;
}
.contentblock h2, .reportblock h2, .videoblock h2{
	margin-top: 0;
	margin-bottom: -10px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}
.contentblock h2 a, .reportblock h2 a, .videoblock h2 a{
	text-decoration: none;
}
.contentblock, .videoblock, .reportblock{
	width: 282px;
	margin-left: 12px;
	margin-top: 15px;
	float: left;
	color: #000;
	border-top: 1px solid #000;
}
.contentblock p{
	padding-left: 0px;
	padding-right: 0px;
}
.c1{color: #f06295;}
.c2{color: #74c0e1;}
.c3{color: #e47f58;}
.c4{color: #b8bc60;}
.c5{color: #9d924c;}
.c6{color: #4b0082;}
.c7{color: #531017;}
.videoblock h2{
	height: 35px;
}
.reportblock h2 a:hover{
	color: #000;
}
.reportblock strong a{
	color: #000;
	text-decoration: none;
}
.reportblock strong a:hover{
	text-decoration: underline;
}
.reportrow{
	clear: both;
	overflow: auto;
}
.reportfloat{
	float: left;
	margin-right: 10px;
}
.reportmediatitle{
	height: 35px;
	margin-bottom: 0;
}
#partners{
	width: 282px;
	height: 185px;
	margin-left: 12px;
	margin-top: 15px;
	float: left;
}
.share{
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f9f9f9;
	width: 200px;
	text-align: center;
	clear: both;
}
.share img{
	margin-bottom: -3px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
#cse-search-results{
	margin-left: 10px;
}
/*tinymce*/
body.mceContentbody{
	background: #fff;
}