

body {
	text-align: center;
	margin: 5px;
	padding 0px;
	font-family: arial;
	background-color: #E8E8E8;
}

li { 
    margin: 10px;
}


p { 
    font-family: arial; 
    font-size: 14px; 
    margin: 10px;
}


ul { 
    font-family: arial; 
    font-size: 12px; 
    margin: 10px;
    line-height: 14px;    
}


h1 h2 h3 {
    font-family: arial; 
}


a:link {
    font-weight: normal; 
}


a:hover {
    color:red;
    font-weight: normal; 
    text-decoration: underline;
} 


#container {
	margin: auto; 
	display: block;
	WIDTH: 1000px;
	TEXT-ALIGN: left;
	background-color: green;
}

#content {
	margin-left: 5px;
	WIDTH: 990px;
	TEXT-ALIGN: left;
	background-color: white;
	color: black;
}


#titlebar a:link {
    font-family: verdana;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

#titlebar a:visited {
    font-family: verdana;
    font-size: 12px;
    color: white;
    text-decoration: none;
}


#titlebar a:hover {
    font-family: verdana;
    font-size: 12px;
    color:red;
    font-weight: normal; 
} 

#titlebar h1 {
    font-family: verdana;
    font-size: 30px; 
    margin: 10px;
    line-height: 40px;
    color: #000000;
}

#footer p {
    font-family: verdana;
    font-size: 10px;
    color: white;
}


#content h1
{
	padding: 3px 20px 2px 10px;
	margin: 0;
	font-size: 18px; 
	font-weight: bold;
	background: #aaaaaa;
	color: white;
}

#content h2
{
	padding: 2px 2px 2px 10px;
	margin: 0;
	margin-top: 5px;	
	font-size: 16px; 
	color: #444;
	font-weight: bold;
	border-bottom: 1px solid green;
}

#content h3
{
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: black;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid green;
}

#centercont div
{
  padding-left: 20px;
  padding-right: 20px;
}


/* Tables */
#content th {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 0.5em;
	border-bottom: 2px solid #FFFFFF;

	background: green; // #687EAB;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}
#content td {
	font-size: 14px;
	border-bottom: 2px solid #FFFFFF;
	padding: 0.1em 0.5em;
	background: #E8E8E8; //#DBE2F1;
}


/* Features */
#feature {
	position: relative;	
}

#leftfeature {
	position: absolute;
	left: 15px;
	top: 20px;
	WIDTH: 350px;
	TEXT-ALIGN: left;
	background-color: #E6FEE6;
	border: 1px solid green;
}

#rightfeature {
	position: absolute;
	left: 385px;
	top: 20px;
	WIDTH: 585px;
	TEXT-ALIGN: left;
	background-color: #E6FEE6;
	border: 1px solid green;
}

#crossfeature {
	position: absolute;
	left: 15px;
	top: 20px;
	WIDTH: 955px;
	TEXT-ALIGN: left;
	background-color: #E6FEE6;
	border: 1px solid green;
}

#feature td {
	background: #E6FEE6; 
	border-bottom: 0px solid #E6FEE6;
	padding: 0em 0em;	
}

/* News item */
#news_item {
	position: relative;	
	left: 15px;
	top: 20px;
	WIDTH: 955px;
	HEIGHT: 150px;
	TEXT-ALIGN: left;
	background-color: #E6FEE6;
	border: 1px solid green;
	overflow:auto;
}


/* Picutres */
div.imageLeft {
	float: left;
	width: 40%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.imageLeft p {
	text-align: center;
	font-style: italic;
	font-size:  12px;
	text-indent: 0;
}

div.imageCenter {
	float: center;
	width: 95%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.imageCenter p {
	text-align: center;
	font-style: italic;
	font-size:  12px;
	text-indent: 0;
}

div.imageRight {
	float: right;
	width: 40%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.imageRight p {
	text-align: center;
	font-style: italic;
	font-size:  12px;
	text-indent: 0;
}




img.scaled {
	width: 100%;
}
