body {
    background-color:       #4c4c86;
    color:                  #000;
    font:                   Times 10px;
    text-align:             center;
}

#bodyDiv {
    background-color:       #fff;
    background-image:       url("../images/jaimetop.jpg");
    background-repeat:      no-repeat;
    border:                 1px solid #333;
    font:                   Times 1em #000;
    height:                 auto;
    margin:                 auto;
    text-align:             left;    
    width:                  900px;
}

#navDiv {
   	z-index:				10;
 	background-color:       none;
	position:				relative;
	top:					120px;
	left:					140px;
	padding:                2px;
	text-align:             left;    
    width:                  700px;    
}

#navDiv a {
    font-family:            Times;
    font-size:              1.2em;
}

#navDiv a:link {
    color:                  #602333;
    text-decoration:        none;
}

#navDiv a:visited {
    color:                  #602333;
    text-decoration:        none;    
}

#navDiv a:hover {
    color:                  #602333;    
    font-weight:			bold;
	text-decoration:        none;    
}

.navLinks {
	padding:				0px;
}

a:hover {
	font-weight:			bold;
}

a {
	color:					#602333;
	text-decoration:		none;
}

#contentDiv {
  
    color:                  #000;
    padding:                0px;
	padding-top:			60px;
    position:               relative;
	top:					70px;
	left:					260px;
    width:                  500px;
    min-height:             500px;
    height:                 auto !important;
	height:					500px;



}


#contentDiv h1 {
    color:                  #000;
    font-family:            Garamond;
    font-size:              1.4em;
    font-style:             bold;
}

#contentDiv h2 {
    color:                  #000;
    font-family:            Garamond;
    font-size:              1.2em;
    font-style:             bold;
}


#footerDiv {
    background-color:       #fff;
    background-image:       url("../images/jaimebottom.jpg");
    background-repeat:      no-repeat;
    height:                 90px;
}

#legalDiv {
    color:                  #fff;
    font-family:            Arial;
    font-size:              x-small;
}

span.cap {
	color:					#000;
	font-family:			Arial;
	font-size:				small;
}

.textImageAndCaption  {
	float:					right;
	padding:				5px;
	font-size:				x-small;
    font-family:			arial;	
	clear:					both;
}
img {
	border: 				none;
}

.ul1 {
	list-style-type:		none;
}

.ul2 {
	list-style-image:		url("../images/flower.jpg");
}
