* {
    padding: 0;
    margin: 0;
} 

body {
    background: #EEEEEE;
	font: 12px "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}


#wrap {
margin: 5px auto;
width: 834px;
background: #ffffff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #ffffff url('images/topbg.jpg');
height: 15px;
}

#content {
padding: 0 0px 0 0px;
}

#bottom {
background: #ffffff url('images/botbg.jpg');
height: 15px;
}


.header {
height: 238px;
background: #0000ff url('images/lapi.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 0px; color: #FFFFFF; }
.header h1 a { font-size: 22px; color: #FFFFFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #0099FF; }

.breadcrumbs { 
        text-align: center;
        background: #ffffff url('images/midbg.jpg'); 
	border-bottom: 0px solid #000066; 
	padding: 5px;
}
	
.middle {
	float: left;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}


.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #000066;
}

.middle h2 { color: #000066; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #000066; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#footer {
	text-align: center;
	color: #666;
}


