* {
  margin: 0;
  padding: 0;
}

body {
font: normal 12px courier new, courier, sans-serif;
color:black;
line-height: 1.4em;
margin:0px;
padding:0px;
}

/* Structural */
#outer {float:left;
	width:820px;
}

#left {margin-top:123px;float:left;width:370px;}

#sidebar_left {margin:30px 0px 0px 120px;}

#logo {
	float:left;
}

/*header */
#header {
	float:left;
    height:248px;
	width:420px;
}

/*below the header*/
#main {float:left;
		width:420px;
}



/*main content*/
#content {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}


/* node and basic text attributes */
h1,h2,h3,h4,h5,h6 {
	font-family:courier new, courier, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	font-size:30px;
}
h2,h3,h4,h5,h6 {
	font-size:14px;
}
h5 {
	margin-bottom:10px;
}

a {
	text-decoration: underline;
		font-weight:normal;  
		color:#006eb9;
}

a:hover {
	text-decoration: none;
	color:black;
	font-weight:normal;  
}

.nodeTitle, .nodeTitle a {
	font-size: 30px;
	font-weight:bold;
	color:#006eb9;
	text-decoration:none;
	margin-bottom:30px;
	padding-top:5px;
}

.pageTitle {
	font-size: 30px;
	font-weight:bold;
	color:#006eb9;
	margin-bottom:30px;
	padding-top:5px;
}

#main #content .content p {margin-bottom:20px;}


/*list style */
ul.links {
	list-style-type: none;
	margin: 0;  
}

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	margin: 0 0.2em;
	padding:0;
	background-image:none;
}
  
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
  
/* other styles */
.clearme{
   clear:both;
   height:1em;
   font-size:1%;
}

dt {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 5px 0;
}

.commentTitle {
	font-size:18px ;
}


/* img styles */
.preview {
	border: 1px solid #ccc;
}


/* table styles */
table {
	margin: 1em 0;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #AAAAAA;
	color: #494949;
	font-weight: bold;
}

td, th {
	padding: .1em 0 .1em 0;
}

tr.even, tr.odd, tbody th {
	border: solid #D5D6D7;
	border-width: 1px 0;
}

tr.even {
	background-color: #fff;
}
tr.odd {background-color:  white;}
tr:hover {background-color: white;}

tr.odd td.active {
  background-color: white;
}

tr.even td.active {
  background-color: #fff;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #AAAAAA;
  background-color:#539FCF;
  color: white;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

/*navigation */

#navi {font-size:14px;margin-top:24px;margin-bottom:2px;padding-bottom:5px;border-bottom:1px solid #006eb9;color:#0054a2;}




#navi a {
	font-weight: normal;
	color:#0054a2;  
	text-decoration:none;
}

#navi a.active, #navi a:hover {color:black;text-decoration:none;color:#94bf2f;}






