body  { 
	color: #444444; 
	font: 13px Arial, Helvetica, sans-serif; 
	background: #d4dfff; 
	text-align: justify; 
	margin: 0; 
	padding: 5px }

h1, h2, h3, h4 {
	margin-top: 0px;
	font-weight: normal;
	color: #000066;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: .8em;
}


p, ol, ul    { line-height: normal; text-indent: 4px; margin-bottom: 1 em   }

li   { line-height: 105%; text-indent: 4px }

a {
	color: #151bd8;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper  { 
	background-color: #ffcc33; 
	margin: 0 auto; 
	width: 960px; 
	border: solid 10px #000066 }
	

/* Header */

#header {
	width: 900px;
	height: 30px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: white;
}



/* Menu */

#menu {
	font-size: 12px;
	color:  #000066;
	float: center;
	font-variant: small-caps;
	
}

#menu ul  { line-height: 120%; text-indent: 2px; list-style: none; margin: 0; padding: 0 0 0 10px }

#menu li  { line-height: normal; text-indent: 2px; margin: 0; float: left }

#menu a {
	color: #000066;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 8px 8px;
}

#menu a:hover {
	text-decoration: underline;
	color: red;
}

#menu .active {
	background: #FFcc33;
}

#menu .active a {
	background: #000000 url(images/img02.gif) no-repeat 100% -50px;
	color: 000066;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}


#header-pic4  { 
	background: url("images/runcimbanner.jpg") no-repeat left top; 
	width: 900px; 
	height: 310px }
	
#headerimage  { 
	background: url("images/runcimbanner.jpg") no-repeat left top; 
	margin-top: -1em;
	width: 900px; 
	height: 310px }
	
#headerimage2  { 
	background: url("images/CIMbanner2009b.jpg") no-repeat left top;
	margin-top: -1em;
	width: 900px; 
	height: 120px }

/* Content */

#content {
	float: left;
	width: 630px;
	}


.post {
	margin: 0px -10px 0px 0px;
}


.post .title {
	margin: 5px;
	background: #d4dfff no-repeat left 50%;
	padding: 4px 10px;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps
}

.post .title h1 {
}

.post .entry {
	padding: 0px 0px;
	}

.post .meta {
	font-weight: bold;
	padding-left: 0px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

.post .table {border-style: solid, 2px;
 }


/* Footer */

#footer  { 
	color: #000000; 
	margin: 0 auto 30px; 
	width: 900px; 
	eight: 50px; 
	clear: both }

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #000000;
}


