p {
	margin-bottom: 0px;
	text-align: justify;
}
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 775px;
}


.container {
	/*background-image: url(images/container.jpg);
	background-repeat: repeat-y;*/
	margin: auto;
	height: auto;
	width: 775px;
	background: url('images/content_bg.jpg') repeat-y center;
}

.content-text {
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
	padding-right:10px;
	height: auto;
	width: 725px;
	clear:both;
	background: white;
	border: 1px solid black;
}

.bottom {
	background: url('images/bottom.jpg') no-repeat top;
	width: 775px;
	height:100px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;

}

.container, .bottom {
	overflow:visible;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bottom a:link, .bottom a:hover {
	color: #FFF;
}


.menu-1 {
	margin: 0px;

	height: 33px;
	width: 700px;
	padding-top: 0px;
	padding-left: 55px;
	clear: left;
}
.top-menu {
	float: left;
	height: 36px;
	width: 550px;
	padding-top: 10px;
	padding-left: 100px;
	clear: left;
}
.buttonmenu{ /*container that holds a row of aero buttons*/

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: auto;

padding: 0px 0;

}



* html .buttonmenu{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu a{ /*aero button CSS*/

background:url('images/top1.jpg') no-repeat;

width: 80%;

display: block;

float: left;

font: bold 10px Verdana, Trebuchet MS; /* Change 13px as desired */

line-height: 36px; /* This value + 8px should equal height of button background (default is 31px) */

height: 36px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 9px; /*spacing between buttons*/

}



.buttonmenu a:link, .buttonmenu a:visited, .buttonmenu a:active{

color: white; /*button text color*/

}





.buttonmenu a:hover{ 

background:url('images/top2.jpg') no-repeat top right;

display: block;

}

.buttonmenu2{ /*container that holds a row of aero buttons*/

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: auto;

padding: 0px 0;

}



* html .buttonmenu2{ /*IE6 and below hack. Set explicit strip width*/

width: 100%;

}



.buttonmenu2 a{ /*aero button CSS*/

background:url('images/tab1.jpg') no-repeat;

width: 95px;

display: block;

float: left;

font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */

line-height: 33px; /* This value + 8px should equal height of button background (default is 31px) */

height: 33px; /* Height of button background height */

text-align:center; /* Width of left menu image */

text-decoration: none;

margin-right: 8px; /*spacing between buttons*/

}



.buttonmenu2 a:link, .buttonmenu2 a:visited, .buttonmenu2 a:active{

color: white; /*button text color*/

}





.buttonmenu2 a:hover{ 

background:url('images/tab2.jpg') no-repeat top right;

display: block;

}






.title-1 {
	border: 1px solid #666;
	padding: 8px;
	margin: 8px;
}
.title-text {
	position: absolute;
	display: block;
	margin-top: -18px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 120%;}
	
	ul li.arrow {

	background: url(images/check.png);
	background-repeat:no-repeat;
	padding-left:15px;
	list-style-type:none;

