html{}

body {
background:#DBDBDB;
font-family:arial,tahoma,helvetica,verdana,sans-serif;
font-size:12px;
line-height:160%;
}

a {color: blue; text-decoration: none}
a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: underline}
a:active {color: blue; text-decoration: none; }
a:focus {color: blue; text-decoration: none; } 

a.grey {color: #313131; text-decoration: none}
a.grey:link {color: #313131; text-decoration: none;}
a.grey:visited {color: #313131; text-decoration: none;}
a.grey:hover {color: #313131; text-decoration: underline}
a.grey:active {color: #313131; text-decoration: none; }
a.grey:focus {color: #313131; text-decoration: none; } 

#container {
    background:white;
    margin:0px auto;
    padding:0px;
    width:800px;
    height:100%;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y; 
    display:table;
}

#banner{
    background:#d3e9cd; 
    width:800px; 
    height:175px;
}

#sidebar{
    margin:0px;
    width:230px; 
    float:left;    
}

#sidebar_feature {
	width: 170px; 
	margin: 29px 29px;
	padding: 0px;
    font-size: medium;
    color: #313131;
}

#sidebar_sub_links{
    width: 170px; 	    
}

#sidebar_links{
    width: 170px; 	    
    height:25px;   
	margin: 20px 29px;
    font-size: small;    
}

#content{
    margin:0px;
    width:570px; 
    float:right;
}

#button_menu{
    background:#d3e9cd; 
    padding:5px 0px; 
    width:570px; 
    text-align:center; 
}

h4 {
    font-size: medium;
}
h5{
    font-size: small;
}
.subtitle{
    font-size:small;
    font-weight:bold;
}
.border{
    border:1px solid black
}
.borderi{
    border:1px solid black;
    font-style:italic;
}

.header{
    border:1px solid black;
    text-align:center;
    font-weight:bold;
}
.header2{
    border:1px solid black;
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
}
.figure{
    border:1px solid black;
    text-align:center;    
}

.testimonial{
    padding-left:5px;   
    font-weight:normal;    
}
.liTitle{   
    font-weight:bold;    
}

.footer{
    text-align:center;
}

.contentHeader{
    font-weight:bold; 
}

.testimonialHeader{
    font-weight:bold; 
}

