/* CSS Document */

/* FORMAT DIVS */

body{
	text-align:center;
	background-color: #0e330f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:normal;
	line-height: normal;
	font-color:#fffdd1;
	background-position:center;
	background-repeat:repeat-y;
	}

#container {
	top:0px;
	bottom:0px;
	width:950px;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:top, center;
	margin:auto;
}

#logo-plate {
	left:0px;
	top:0px;
	width:383px;
	height:113px;
	float:left;
}

#sky {
	top:0px;
	height:113px;
	float:right;
}

#nav-menu {
	width:950px;
	height:29px;
	float:left;
	margin-top:0px;

}

* html #nav-menu{
	margin-top:-1px;
	}

#title-bar {
	left:0px;
	top:142px;
	width:950px;
	height:91px;
	clear:both;
}

* html #title-bar {
	margin-top:-2px;
	}

#index-06 {
	left:0px;
	top:233px;
	width:950px;
	height:3px;
}

#picture-bar {
	left:0px;
	top:236px;
	width:950px;
	height:206px;
	clear:both;
}

#content {
	left:0px;
	width:950px;
	float:left;
	clear:both;
	background:url(../images/content-Background-notitle.gif);
}

#textBody {
	width: 500px;
	text-align:left;
	float:right;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:15px;
	line-height:25px;
	margin-top:0px;
	}

* html #textBody {
	margin-top:0px;
	}

#pictureBox {
	width: 350px;
	text-align:left;
	float:left;
	padding-left:40px;
	padding-top: 20px;
	padding-right:30px;
	clear:left;
	}
	
/* STYLE DIVS */

.prop {
    height:100%;
	float:right;
    width:1px;
  }

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }


a:link {
	color: #FFFDD1;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFFDD1;
}

a:hover {
	text-decoration: underline;
	color: #66CC66;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-size: Medium;
	font-weight: bold;
	color: #fffdd1;
	margin-top:12px;
}

h3 { 
	font-size: medium; 
	font-weight: bold; 
	color: #FFCC00;
	margin-bottom:-0px;
	}

.style1 {
	color: #fffdd1;
	font-size:medium;
	font-style:normal;
	font-weight:100;
}

.style2 {color:#FFCC00; font-weight:bold;}

.nospace {color: fffdd1; font-size:x-small; line-height:normal;}

.descBody {color: #fffdd1; font-size:x-small; font-style:normal; font-weight:100;}

.li {
	color: #fffdd1;
	list-style-type: disc;
	list-style-postion: outside;
	margin-left:40px;
	text-indent:-0px;
	white-space: normal;
	font-size:16px;
	}

li {
	color: #fffdd1;
	list-style-type: disc;
	list-style-position: outside;
	margin-left:10px;
	text-indent:0px;
	white-space: normal;
	font-size:16px;
	margin-top:0px;
	}


.menuTop {color:#fffdd1; font-weight:bold; font-size:x-small}

.subheading {color:#fffdd1; font-size:x-small;}

p {color: #fffdd1; font-size:medium; font-weight:100;}

.styleProject {color: #fffdd1; font-size:12px;}
