html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;

}


#header {
	height:68px;
	background-attachment: scroll;
	background-image: url(/images/templates/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
		
#header a {
	color: #FFFFFF;
	text-decoration: none;
}


#header a:hover {
	color: #FFCC66;
}


#menu {
	position: absolute;
	left:14px;
	top:92px;
	width:186px;
	z-index: 2;
	font-weight: bold;

		}
				
#menu a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
		}
		
#menu a:hover {
	color: #CC6600;
	}
	
#menu p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #6886CC;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	margin: 0px;
}
	
#submenu {
	display: block;
	color: #728ACC;
	padding-left: 9px;

		}
		
#submenu a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #CFD6E9;
		}
		
#submenu a:hover {
	color: #CC6600;
	}
	

#content {
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding: 28px 100px 0px 30px;
	margin-right: 0px;
	margin-left: 208px;
	background-color: #FFFFFF;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
	height: 240px;
}

html>body #content {
	height: auto;
	min-height: 240px;
	} 
				
		
#content p {
	color: #333333;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	}
	

#content h1 {
	font-size: 2em;
	color: #CC6600;
	margin: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 8px;
	line-height: 28px;
	}
	
#content h2 {
	font-size: 1.1em;
	color: #CC6600;
	margin: 12px 0px 0px;
	}
	
#content h3 {
	font-size: 1em;
	color: #CC6600;
	margin: 8px 0px 0px;
	}
	
		
#content h4 {
	font-size: 1em;
	color: #CC6600;	
/*	color: #4884D3;*/
	margin: 8px 0px 0px;
	}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #29409D;
	text-decoration: underline;
	}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
	}


#content ul {
	list-style-position: inside;
	list-style-image: url(/images/templates/bullet_square_grey.gif);
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1.3em;
	}
	
#content li {
	margin-top: 6px;
	}
	

.date-author {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	margin-top: 4px;
}



#outerwrapper {
	z-index: 0;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #E2EAFD;
	
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 239px;
	top: 71px;
	color: #CC6633;
}

#breadcrumb a {
	color: #616982;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #CC6600;
}


#ripplefooter {
	display: block;
	margin: 0px;
	clear:both;
	background-attachment: scroll;
	background-image: url(/images/templates/ripple_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
}


#footer {
	background-color: #FFFFFF;
	padding: 5px 0px 5px 239px;
	display: block;
	margin: 0px;
	font-size: 10px;
	color: #666666;
	clear:both;
}		

#footer a {
	text-transform: uppercase;
	text-decoration: none;
	clear:both;
}

#footer img {
	border: none; 
	background-color: #FFFFFF;
	margin: 5px;
	color: #FFFFFF;
	clear:both;
	padding: 5px 5px 5px 5px;
}


#footer a:hover {
	color: #FF6600;

}

#section {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9900;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#submap {
	margin-bottom: 10px;
	display: block;

}

#submap a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	display: inline;
		}
		
#submap a:hover {
	color: #CC6600;
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

/*
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
td {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}
th {
	background-color: #CCCCCC;
	text-align: left;
}



--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	font-size: 1em;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}


table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}

table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	vertical-align: top;
	width: 20%;
}



















#articlesumm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 3px;
}
