/* Specify blanket rules for all elements */ 

/*div {
	border:1px solid #000; 
	}*/
	
	
	
body {
    margin:0px;
	padding:0px;
	background-color:#B7D8FD;
	text-align:center;
} 
	 
#wrapper{
 	width:850px;
 	margin:5px auto;
	text-align:left;
	}
		
	
	
/* Masthead */ 
#masthead {
 	background-image:url(images/header2.gif);
	padding-left:100px;
	background-repeat:no-repeat;
	background-position:center;	
  	width:auto; 
	height:170px;
	}
    
	
/* Content */ 
#content { 
	margin-left:150px; 
	width:auto;
}
	
		
/* Sidebar A */ 
#sidebar_a { 
	float:left;
	margin-top:15px;
	width:150px;
	height:580px;
	/*background-image:url(images/nav4.gif);
	background-repeat:no-repeat;
	background-color:#B7D8FD;*/
}



#navbox a {
	display: block;
	width: 120px;
	height: 100px;
	text-decoration: none;
	font-size: 1px;
	text-indent: -1000px;
	
	background-position: left top;
}


#navbox a:hover {
	background-position: left bottom;
}
		
/* Footer */
#footer { 
	clear:both;
    width:auto;
	/*background-color:#595959;*/
	color:#FFFFFF;
	
		}
	
#footer p {
	text-align:right;
	font-size:0.80em;
	color:#999999;
	}
	
	
.inner{
	background-color:#E8F2FE;
	width: auto;
	padding:10px;
	min-height:300px;		
	} 

.cars{
	background-image:url(images/3cars-animated.gif);
	float:right;
	width:686px;
	height:78px;
	background-repeat:no-repeat;
	}

.bg4cars{
	background-image:url(images/bluewhitebg.gif);
	background-repeat:repeat-x;
	height:78px;
	}	

/* TEXTS */

body, th, td, input, textarea, select {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.5em;
	color: #656565;
	}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

strong {
	color: #595959;
}

address{
	font-style:normal;
	}

.text1 {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #D4D4D4;
}

.text2 {
	color: #557400;
}

.text3 {
	text-align: center;
	color: #6E889A;
}

.smaller{
	font-size:0.85em;
	color:#999999;
	}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #595959;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-variant:small-caps;
	margin-bottom:10px;
	line-height:100%;
}


h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height:1.5em;
	/*font-variant:small-caps;*/
}

h2.dropcap:first-letter{
	float:left;
	font-size:2.6em;
	line-height:100%;
	font-family:  Georgia, 'Times New Roman', Times, serif;
	}

h3 {
	font-size: 0.9em;
	font-variant:small-caps;
}



/** LINKS */

a {
	color: #413D78;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
}

a:hover {
	text-decoration: underline;
}


#bottomnav a{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	padding:0px 20px;
	}	
	

#bottomnav a:hover {
	color:#413D78;
	text-decoration: underline;
}	

/* Misc */
.list1{
	list-style-type:square;
	line-height:1.3em;
	}
	
.list1 li{
	padding:2px 0px;
	}	
	
hr { display: none; }

.hr1 {
	height: 1px;
	border-bottom:1px dotted #cccccc;	
}

.imgl{
	float:left;
	margin-right:15px;
	border:0;
	}

.imgr{
	float:right;
	margin-left:15px;
	border:0;
	}
	
.foodtable{
text-align:center; 
margin-bottom:15px;
width:95%;
}


		