* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .90em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
margin: 0px auto;
width: 790px;
background-repeat: repeat-y;
}


#top { 
height: 30px;
}

#content {


}

#bottom {

height: 30px;
}


.header {
height: 172px;

}


.breadcrumbs { 
    background:  #F8B620; 
	padding: 5px;
        font-weight: 500; font-size: 16px; color : #fff;
        border-bottom: 5px double #FF8C00;
}

.breadcrumbs a {
        font-weight: bold; font-size: 16px; color: #fff;
}


 
	
.middle {
	float: left;
	width:64%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.indentation
   {
   padding-left: 75pt;
   }

.right {
	float: right;
	width: 26%;
	margin: 50 0;
	padding: 1% 1%;
        background: #F8B620;
        border: 3px  solid #FF6600;
}

.right ul {
	padding: 20px 0 10px 20px;
	margin:0;

}

.right li {
        margin-left:3%;
	margin-bottom:5px;
	list-style-type: square;
	color: #000000; 
}


.right a {

        color: #FFFFFF;

}
.right a:hover {

	background-color: #FF8C00;
}
.middle h1 {color: #FF8C00; font-size: 24px; text-align: center; margin-bottom: 30px; margin-top: 50px;}
.middle h5 {color: #000000; font-size: 20px; text-align: center; margin-bottom: 10px; margin-top: 20px;}
.middle h2 { color: #FF8C00; font-size: 24px; margin-bottom: 10px; margin-top: 50px;}
.middle h3 { color: #FF8C00; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.middle h3 a  { color: #FF8C00; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.middle h4 { font-size: 18px; margin-bottom: 12px; margin-top: 10px;}
.right h2 { font-weight: 900; color: #000000; font-size: 18px; margin-top: 15px; margin-left: 5px;}


.contact{

	margin: 100 10px;
	padding: 1% 1%;
	text-align: justify;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


