	body {
		font-family:arial,helvetica,sans-serif;
		font-size:small;
		background-image: url(images/bg1.jpg);
		text-align: center;
		color: #fff;
		
	}


 

	#wrapper {

		width:950px;
		margin:0px auto;
		padding:10px;
		background-color: #602;
		float: none;
		
	}
	#content div {
		padding:10px;
		float:left;
	}


	#header {
	   width:950px;
		height:120px;
		padding:10px;
		border: 10px #88ccff;
		border-style: ridge;

	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
		text-align: center;
	}

	#content-left {
	margin-top:10px;
	width: auto;
		text-align: center;

		
	}
	#content-main {
		margin-left:10px;
		width: 700px;
		text-align: justify;
		border: 10px #88ccff;
		border-style: ridge;
	}
	#content-right {
		margin-left:10px;
		width:4px;
		
	}
	#footer {
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
		width:950px;
		text-align: right;
		font-size: xx-small;
		background-color: #602;
		border: 10px #88ccff;
		border-style: ridge;
	}
	
	#bottom {
		clear:both;
		text-align:right;
		color: #8cf;
   }
	

   h1 {
	   color: #8cf;
	   font-family: "Times New Roman", Times, serif;
		font-size: 2em;
	   text-align: center;
     }

   h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #8cf;
	text-align: center;
	font-weight: bold;
   }

  h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8cf;
	text-align: left;
    }

   h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8cf;
	text-align: left;
   }
	
	 h5 {
		font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #602;
	text-align: center;
	font-weight: bold;
   }
	
	.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertubex{
padding-top: 10px;
}
	
.buttonmenu{
height: 65px;

list-style-type: none;
margin: 0;
text-align: center;
width: 100%;
font-size: small;
}

.buttonmenu li a{

color: #602;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border: 5px solid;
background-color: #8cf;

}


.buttonmenu li a:visited{


}

.buttonmenu li a:hover, .buttonmenu li a:active{

background-color: #602;
color: #8cf;
}

.buttonmenux{
list-style-type: none;
margin: 0;

width: 145px;
}

.buttonmenux li a{
color: #602;
display: block;
width: 100%;
text-align: center;
font-weight: bold;
border: 2px solid;
border-color:#ffffff #000000 #000000 #ffffff; /*light dark dark light*/
background-color: #baaa7f;
text-decoration:none;
}


.buttonmenux li a:visited{
color: #faf0e6;
}

.buttonmenux li a:hover, .buttonmenu li a:active{
color: #542b0c;
background-color: #e0d9c6;
}

a {
	color: #88ccff;;
}

#mainleft a {
border-style: none;

}

#mainright a {
text-decoration: none;

}

#mainleft a {
text-decoration: none;

}

#mainleft {
width: 50%;
text-align: center;
height: 100px;
border: none;
border-bottom-style: none;
vertical-align: middle;
}

#mainright{
width: 50%;
padding: 5px;
text-align: center;
height: 100px;
border: none;
vertical-align: middle;
border-bottom-style: none;
}

hr {
	color: #8cf;
}


img {
	text-decoration: none;
	border: none;
	
}

li {

	
}

#assoc{
border: none;
text-align: left;
width:100%;
	
}

#appl {
text-align:left;
width:10%;
border: none;

border-bottom-style: none;	
}

#appc {

text-align: center;
width: 15%;
border: none;

border-bottom-style: none;
}

#appr {

width: 65%;
text-align: center;
border: none;

border-bottom-style: none;
}

#fix {
	font-size: xx-small;
}

	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 150;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -400px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 150;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 150;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */
z-index: 150;
}

.table {
border: 10px;
border-color: #8cf;
border-style: groove;
	
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 140px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #602;
text-decoration: none;
padding: 1px;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #8cf; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #602;
}

.sidebarmenu ul li a:hover{
background-color: #8cf;

}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 140px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }

