body {
margin:0;
padding:0;
font: normal   62.5%  Verdana, Arial, sans-serif; 
text-align: left;
line-height: 2em;
background:#ffffff;  /* background color outside the border */
color: #000000;  /*  ffffff  */
}

html {
font-size: 100%;
} 

#wrap {
width: 960px;
margin: 0 auto;
text-align: left;
border: 2px solid #C0C0C0; 
background: #ffffff; 
}
			/* HEADER */ 
#header {
padding-top: 5px;
border: 1px solid #000000;
border-width: 0 0 0px 0;
background: url(../images/blackvbar.png) repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.5em;
color: #ffffff;
}


#header2 {
    
border-width: 0 0 0px 0 ;
margin: 0px;
background: url(../images/blackbluevbar01.png) repeat;
font-size: 2.2em;
color: #ffffff;
}



			/* CONTENT CONTAINER  */ 
#content {
position: relative;
width: 960px;
padding: 0;
background: #ffffff;
color: #000000;

}
			/* LEFT CONTENT */ 
#l-col {
float: left;
margin-top: 0;
width: 180px;
text-align: left;
background: transparent;
color: #333; 

}
			/* MAIN CONTENT */ 
#cont {
margin-left: 210px;
width: 750px;
margin-top: 0;
border: 1px solid #eee;
border-width: 0 0 0px 0;	
text-align: left;
background: #ffffff;
color: #000000;
border-color: #ff0000;
}


.contbody {
width: 640px;
margin-top: 20px;
padding-left: 10px;
margin-bottom: 10px;
margin-left:  50px;
border: 0px solid #eee;
	
text-align: left;
font-size: 1.3em;
background: #ffffff;
color: #000000;
border-color: #808080;
border-radius: 10px;
}


.imgnoborder {
border: solid;
border-width: 0px;
outline: none;
color: #ffffff;

}

.contbody h4 {
color: #00008b;
padding-left: 10px;
}

.contbody h3 {
margin: 0 0 0 10px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 1.2em;
background: inherit;
color: #00008b;
}


                       /*  IMAGES  */
img.align-center {
    float: left;
    margin-left: 75px;
}

img.align-center-auto{
        display: block;
        margin: 0px auto;
}

img.align-left{
    float: right;
    margin-right: 100px;
    
}

    
			/* LINKS*/ 

/*  REMOVE LINK FROM BORDERS ... UGYLY ON IMAGES */
  a:link, a:visited { 
  color: #00008b; 
  border: none;
  outline: none;
  text-decoration: none;
} 

a:hover {
text-decoration: none;
color: red;  
}
			/*LEFT MENU */ 
.sidenav { 
margin : 10px 10px;
padding : 0;
list-style-type : none;
background : inherit;
color : #fff;
font-size: 1.2em;
}

.sidenav a { 
letter-spacing : 1px;
border-bottom : 1px solid #aaa;
margin-bottom : 5px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(../images/arrow.gif) no-repeat left center;
color : #00008b;  
} 
.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background : url(../images/arrow2.gif) no-repeat left center;
color : red;
}

 
.sidenav ul { 
list-style : none;
margin : 0;
padding : 0;
}


    /*   2 WAYS TO SAVE  */
.savnav { 
margin : 10px 10px;
padding : 0;
background : inherit;
color : #fff;
font-size: 1.2em;

}


			/* TYPOGRAPHY */ 
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
blockquote p {
padding: 5px;
font-size: 1.2em;    
background: inherit;
}
blockquote {
padding: 5px;
font-size: 1.5em;    
background: inherit;
} 
p {
color: #000000;
margin:0;
padding: 0 10px;
}
h3 {
margin: 0 0 0 10px;
padding: 10px 0;
letter-spacing: 3px;
font-size: 1.2em;
background: inherit;
color: #C63A00;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #D85B00;
color : #fff;
}