/********************/
/*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: 130%;
	color: #660000;
	font-weight: normal;
	text-shadow:White 2px 2px 2px;
}

h2 {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 115%;
	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:100%;
	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-position:top;
	vertical-align:baseline;
	font-size:80%;
	overflow: visible;
	}
	
#middle{
	width:766px;
	background-image:url(GIFs/back_middle.gif);
	background-repeat:repeat-y;
	background-position: center;
 }	
 
#title{
	height:60px;
	margin-right:20px;
	margin-left:20px;
	background-image:url(GIFs/titleBack.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#navlinks{
	width:100px;
	height:400px;
	border:2px;
	border-style:solid;
	border-color:#FFFFFF;
	background-image:url(JPGs/navilinksBkgroundPC.jpg);
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	}
	
#navlinks p{
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 90%;
	}
	
#navlinks a{
    color:#FFFFFF;
	}
	
#content{
    width:613px;
	height:400px;
	overflow:auto;
	font-size: 90%;
	border:2px;
	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:10px;
	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:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-align: justify;
	font-size: 90%;
	}

#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: inherit;
	margin-top: 8px;
	}

 #bottom{
    width:766px;
 	margin-left:auto;
 	margin-right:auto;
	height:32px;
	background-image:url(GIFs/back_bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:70%;
	clear: both;
	}
	
#imageContainer{
	background-color:#FFFFFF;
	padding:4px;
	vertical-align:middle;
	float:right;
	margin-left:8px;
	margin-bottom:8px;
	}
	
#imageMenu{
	background-color:#FFFFFF;
	padding:4px;
	vertical-align:middle;
	margin-left:8px;
	margin-bottom:8px;
	}

#flashContainer{
	vertical-align: text-bottom;
	}

/**********************/
/* 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%;
	}