body {
	background-color: #5093E1;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: 12px;
    color: black;
	text-align: center;
	background: url(images/background-7.jpg);
	background-repeat: no-repeat;
}


a {
	color: #0177b4;
}

a:hover {
	color: #4fbfe7;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: small-caps;
    margin-bottom: 5px;
}

h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    margin:0; 
    padding:0;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
    font-size: 13px;
}

.TA_rated {
	font-family: Arial, Helvetica, serif;
	font-size:	11px;
}

.photo img {
   padding:1px;
   border:1px solid #0080C0;
}


.content {
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	color: black;
	font-size:	13px;
}

.content h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: normal;
}

.content h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    margin:0; 
    padding:0;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
}

.smaller-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	9px;
}

.rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
}

.emphasis {
	font-style: italic;
	font-weight: bold;
    color: #005A87;
	text-align: center;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
}

div#container {
	position: relative;
	left: auto;
	width: 960px;
	margin: 0 auto;
	background: white;
	padding: 10px;
}


    
div#header{
	height:215px;
	margin:0;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: top  left;
	} 
    
    
div#header2{
	height:150px;
	margin:0;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: top  left;
	}       
    
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #026EB0; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 8px; /*orginally 5px and 11px*/
text-decoration: none;
border-right: 1px solid #ffffff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}
     


