/********************/
/*olbap Html Tags*/
/********************/

body {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 100%;
    color: #333333;
	font-weight: normal;
	background-color:#999999;
	background-image:url(GIFs/bodyBkg.gif);
	margin-top:0px;
	}


p {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 75%;
}

a{
	text-decoration:none;
	color: #990000;
	}
	
a:hover {
	color: #FFFFFF;
	background-color: #FFCC00;
	border-bottom:1px #FF6600 solid;
}

h1 {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 120%;
	color: #660000;
	font-weight: normal;	
	text-shadow:White 2px 2px 2px;
}

h2 {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 100%;
	color: #669933;
	font-weight: normal;
	/*text-shadow:Black 1px 1px 1px;*/
}

ul{
	font-size:90%;
	list-style-position: outside;
	list-style-type:square;
	text-align: left;
	line-height: 20px;
}

ol{
	font-size:90%;
	list-style-position:inside;
	text-align:left
}

li{
	font-size:90%
}

strong{
	font-size:110%;
	font-weight: 400;
	color: #000000;
}


/**********************/
/* olbap Page Layout*/
/**********************/

#container {
	width:770px;
	position:static;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	}
	
#top{
	width:766px;
	height: 31px;
	background-image:url(GIFs/back_top.gif);
	background-repeat:no-repeat;
	background-position: center top;
	vertical-align:baseline;
	font-size:75%;
	}
	
#middle{
	width:766px;
	background-image:url(GIFs/back_middle.gif);
	background-repeat:repeat-y;
	background-position: center;
	padding-top:1px;
 }	
 
#title{
	width:726px;
	height:60px;
	margin-right:20px;
	margin-left:20px;
	background-image:url(GIFs/titleBack.gif);
	}
	
#navlinks{
	width:100px;
	height:400px;
	border:2;
	border-style:solid;
	border-color:#FFFFFF;
	background-image:url(JPGs/navilinksBkground.jpg);
	float:left;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:5px;
	}
	
#navlinks p{
	padding-left:10px;
	padding-right:10px;
	font-size: 90%;
	}
	
#navlinks a{
    color:#FFFFFF;
	}
	
#content{
	width:613px;
	height:400px;
	overflow:auto;
	border:2;
	border-style:solid;
	border-color:#FFFFFF;
	background-color:#CCCCCC;
	background-image:url(GIFs/contentBkground.gif);
	background-repeat:repeat-y repeat-x;
	float:right;
	margin-top:5px;
	margin-right:21px;
	margin-bottom:5px;
	}
	
#content h1{
	padding-left:5px;
	padding-right: 8px;
	margin-bottom: -5px;
	}
	
#content h2{
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}	
	
#content p{
	padding-left:10px;
	padding-right:10px;
	/*padding-bottom:4px;*/
	text-align: justify;
	margin-top: 10px;
	}
	
	
#menuProject{
	clear:both;
	width:726px;
	height:120px;
	margin-right:20px;
	margin-left:20px;
	background-image:url(JPGs/menuProjectBack.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#menuProject h1{
	padding-left:5px;
	padding-right: 8px;
	margin-bottom: -5px;
	}
	
#menuProject h2{
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top:15px;
	}	
	
#menuProject p{
	padding-left:15px;
	padding-right:10px;
	padding-bottom:8px;
	text-align: justify;
	margin-top: 8px;
	}
 
 #bottom{
	width:766px;
	height: 32px;
	background-image:url(GIFs/back_bottom.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-align: center;
	vertical-align:baseline;
	font-size:65%;
	clear: both;
	}
	
	#middleIndex {
	width:766px;
	height:449px;
	height:500px;
	background-image:url(JPGs/main_back_Index.jpg);
	/*background-image:url(GIFs/chains.gif);*/
	background-position: center;
	padding-top:1px;
	background-repeat: no-repeat;
}

/**********************/
/* olbap asset styles   */
/**********************/



#imageContainer{
	background-color:#FFFFFF;
	padding:4px;
	vertical-align:middle;
	float:right;
	margin-left:8px;
	margin-bottom:8px;
	clear: both;
	}
	
#imageMenu{
	background-color:#FFFFFF;
	padding:4px;
	vertical-align:middle;
	margin-left:8px;
	margin-bottom:8px;
	}	

#flashContainer{
	vertical-align:middle;
	padding: 4px;
	}
		


/**********************/
/* olbap text styles   */
/**********************/

.date{
	margin-right: 12px;
}

.notice {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 80%;
	font-weight: 300;
	color: #990000;
	font-style: italic;
}

.verySmall {
    font-family:"Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size:75%;
	}
