/*
 * Design.css © David Taralla, for N-HiTec
 * Date : 01/07/2010
 *
 */

body {
	font-family:"Tahoma", "Estrangelo Edessa", "Trebuchet MS", "Times New Roman", serif;
	font-size: small;
}

#bannerContainer {
	width: 950px;
	height: 120px;
	
	margin:auto; /* to center banner */
	margin-bottom: 10px;
}

#bannerPic {
	width: 950px;
	height: 120px;
	border: solid 1px #003939; 
	border-top: none;
}

#leftMenu {
	float: left;
	width: 200px;
	
	margin-bottom: 20px;
}

#leftMenu_top {
	background-image: url(images/leftmenu_topbottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 25px;
	
	overflow: hidden;
}

#leftMenu_middle {
	background-image: url(images/leftmenu_middle.png);
	background-repeat: repeat-y;
	
	margin-top: -20px;
	margin-bottom: -20px;
}

#leftMenu_middle ul {
	margin-left: -20px;
}

#leftMenu_middle li {
	list-style: none;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftMenuLinks {
	color: #bdffb2;
	text-decoration: none;
}

.leftMenuLinks:hover {
	color: #dcffd7;
	text-decoration: underline;
}

.leftMenuLinks_BROKEN {
	color: #390001;
	font-style: italic;
	text-decoration: none;
}

#leftMenu_bottom {
	background-image: url(images/leftmenu_topbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	height: 25px;
	
	overflow: hidden;
}

#body {
	text-align: justify;
	
	margin-right: 20px;
	margin-left: 220px;
	margin-bottom: 20px;
}

div#body a, div#footer a {
	color: #006A6A;
	text-decoration: none;
}

div#body a:hover, div#footer a:hover {
	color: #003939;
	text-decoration: underline;
}

div#body_title {
	color: #003939;
	text-align: center;
	
	border-bottom: solid;
	border-color: #003939;
	
	height: 35px;
}

div#body_desc {
	margin-top: 10px;
}

div#body_date {
	position: relative;
	
	right: 0;
	bottom: 0;
}

p.indented {
	text-indent: 15px;
	
	margin: 0px;
	padding: 0px;
}

h2.indented, h3.indented, h4.indented {
	text-indent: 15px;
	
	margin-bottom: 0px;
}

div#footer {
	text-align: center;
	
	border-top: solid 2px #003939;
	clear: both;
}

/*label*/.reg_labels {
	display: block;
	float: left;
	width: 315px;
}

/*label*/.coord_labels {
	display: block;
	float: left;
	width: 120px;
	margin-top: 5px;
}

/*label*/.add_labels {
	display: block;
	float: left;
	width: 315px;
}

/*span*/.red {
	color: red;
}

/*span*/.green {
	color: green;
}