@charset "utf-8";
/* RPA Nanamaterials */

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	padding:10px 0 10px 0;
	margin:0 auto;
	font-size:1.0em;
	color:#303030;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #cacaca;
	background-image: url('images/grad-bg.gif');
	background-repeat: repeat-x;
}

.bblue {
	color:#122173;
	font-weight:bold;
}
.fright {
	float:right;
	margin-left:15px;
	margin-right:38px;
}

/* headers */

div#page H1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	font-family: "Trebuchet MS";
	color: #ffffff;
	margin: 11px 0 0 38px;
}
div#page H2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 4px 0 0 38px;
	margin-bottom: 0.2em;
	font-family: "Trebuchet MS";
	color: #b4bfef;
}
div#page H3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 24px;
	margin-bottom: 0.2em;
	font-family: "Trebuchet MS";
	color: #122173;
	margin-left: 38px;
}


/* paragraphs */
p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* links */
a {
	color:#303030;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
div#footer a {
	color:#ffffff;
	text-decoration:underline;
	border:none;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#999999;
	border-bottom:1px solid #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
div#sidebar ul li a:hover {
	background-color:#DDDDDD;
}


	
/* container, wrapper, footer, header  */
div#container {
	background-color:#ffffff;
	width:994px;
	padding:10px 0 0 0;
	margin:0 auto;
}
div#wrapper {
	background-color:#dbdbdb;
	width:974px;
	margin:0 10px 3px 10px;
	padding:0;
}
div#footer {
	background-color:#FFF;
	padding:0;
	margin:0;
	text-align:center;
	display:block;
}
div#footer p {
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 0 266px;
	padding:0;
	font-style:italic;
	font-weight:bold;
	color:#666;
	font-size:12px;
}
div#header {
	background-image:url('images/nanomaterials-hdr.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:127px;

}

/* content */
div#content {
	padding:0 14px 0 13px;
}
div#page {
	width:688px;
	background-image:url('images/page-title-bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
	float:right;
	margin: 0 0 14px 0;
	padding: 0 0 14px 0;
}
div#page p {
	margin-right: 38px;
	margin-left: 38px;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#sidebar {
	width:248px;
	background-image:url('images/sidebar-top.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#e9ecfa;
	float:left;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d4e0;
	border-left-color: #d2d4e0;
}
div#sidebar p {
	margin-right: 44px;
	margin-left: 44px;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

#nav {
	margin-top:30px;
	margin-bottom:25px;
}


/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}

UL{
	margin-top: 0px;
}
OL{
	margin-top: 20px;
	margin-left:38px;
}


UL LI {
	margin-right: 30px;
	margin-left: 0px;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: disc;
}
OL LI{
	margin-right: 30px;
	margin-left: 30px;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



