/* general */
body {
	background: #ffffff url(../images/bg.jpg) repeat-x;
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	font-size: 			12px;
	margin: 	0;
	}

/* grid */
#wrapper {
	width:		700px;
	/*margin: 	auto;*/
	border:		1px solid black;
	text-align:	left;
	background-color:white;
	display:	block;
	}

#header {
	background: 	transparent url(../images/header.jpg) no-repeat top left;
	width: 			700px;
	height: 		160px;
	}

#topNav{
	background-color: 	#B33E3E;
	background-image: 	url(../images/bgStripes.gif);
	border-bottom: 		1px solid #B33E3E;
	border-top: 		1px solid #B33E3E;
	float: 				left;
	/*font-size: 			11px;*/
	
	margin: 			0;
	padding: 			0;
	width: 				700px;
	
	}

#topNav a { color: #fff; float: left; padding: 5px 10px; text-decoration: none; }
#topNav a:hover { color: #fff; background-color: #D13131; }

#topNav li {
	background-image: none;
	border: 1px solid #B33E3E;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#topNav ul { 
	margin: 0; 
	padding: 0; 
	}


#leftBar{
	display:	block;
	padding-top: 	15px;
	padding-bottom: 50px;
	width:			140px;
	float:			left;
	background: #ABAF9A url(../images/leftBarBkgd.gif) no-repeat bottom right;
	}

#leftBar ul{
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	
	}
	
#leftBar ul li{
	list-style: none; 
	border-bottom:1px solid #ECEAE5;
	margin: 0px 0px 0px 10px;
	padding:5px 5px 5px 5px;
	line-height:normal;
	}

#leftBar ul li.white{
	background-color:white;
	}

#leftBar ul li.white a{
	text-decoration:none;
	color:black;
	}
#leftBar ul li.white a:hover{
	text-decoration:none;
	color:black;
	}

#leftBar ul li a{
	color: white;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	}
#leftBar ul ul{
	margin-left:10px;
	}
	
#leftBar ul ul li{
	padding:3px 5px 3px 5px;
	line-height:normal;
	}
	
#leftBar ul ul li.white{
	background-color:white;
	}
	
#leftBar ul ul li a{
	color: #43463A;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	}

#leftBar ul li a:hover {
	text-decoration:underline;
	color:white;
	}

#content{
	/*background:		white url(images/contentBkgd1.jpg) no-repeat bottom center;*/
	float:			left;
	width:			558px;
	padding:		10px 0 25px 0;
	margin: 		0 0 0 0;
	}

#content table{
	margin:			0 0 0 30px;
	}

#content table tr td { 
	padding:		3px;
	color: 			#454545;
	font-family: 	Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 		11px;*/
	vertical-align: top;
	}
	
#content table th {
	padding:		3px;
	background-color:	#ABAF9A;
	color:			white;
	text-align:		center;
}

#content ul {
	list-style-position:inside;
	list-style-type:disc;
	margin: 0 0 0 40px;
	padding: 0;
	}

#content ul li{
	
	}



h1 {
	font: 			16px;
	letter-spacing: 2px;
	font-weight:	bold;
	text-transform: uppercase;
	padding: 		5px 30px 0px 15px;
	color: 			black;
}

h2 {
	/*font-size: 		18px;*/		font-size:		130%;
	padding: 		5px 30px 0 15px;
	color: 			#B55858;
	letter-spacing: 1px;
	margin: 		5px 0 15px 0;
}

h3 {
	/*font-size: 		12px;*/		font-size:		105%;
	padding: 		5px 30px 0px 15px;
	color: 			#696969;
	letter-spacing: 2px;
	margin: 		5px 0 5px 0;
}

p { 
	text-align: 	justify;
	padding: 		5px 30px 15px 30px;
	margin:			0 0 0 0;
	color: 			#454545;
	line-height: 	1.7em;
	}
	


a {
	text-decoration: none;
	
}
a:link ,a:visited {
	color: 			#5785A4;
}
a:hover {
	color: 			#1D8FDB;
}


ul {
	margin: 		10px 20px 30px 50px;
}

li {
	padding-left: 	1px;
	margin: 		10px 0 0 8px;
	display: 		block;
	color:			#696969;
	line-height: 	1.5em;
}

.photo {
	float:			left;
	padding: 		10px 0px 10px 30px;
	margin-right:	15px;
		
}

.photoRight {
	float:			right;
	padding: 		10px 30px 10px 15px;
	margin-right:	0px;
		
}
		
.photo p {
	font-size: 		85%;
	font-weight: 	normal;
	color:			#696969;
	text-align:		left;
	margin:		 	2px -4px 0 0;
	padding: 		3px 0px 3px 3px;
	background-color:#F0F0F0;
}

.photoRight p {
	font-size: 		85%;
	font-weight: 	normal;
	color:			#696969;
	text-align:		left;
	margin:		 	2px -4px 0 0;
	padding: 		3px 0px 3px 3px;
	background-color:#F0F0F0;
}

#footer {
	background-color:#484A41;
	width: 700px;
	height: 20px;
	color: white;
	border: 1px solid black;
	position: relative;
	}

#footer span {margin-left: 10px;}

#footer a { color:white} #footer a:hover { color:white; text-decoration:underline;}

#bannerLeft{
	position:absolute;
	left: 10px;
	top: 3px;
	color:white;
	z-index:10000;
	}

#bannerLeft a {color:white;} #bannerLeft a:hover {color:white; text-decoration:underline;}

#bannerRight{
	position:absolute;
	left: 558px;
	top: 2px;
	color:white;
	z-index:1000000;
	}

#bannerRight select, option {
	background-color:#AF3E3E;
	color:white;
	/*font-size: 9px;*/		font-size:	85%;
	}

.clear {
	clear:			both;
	}
		/* --- PICTURES (inc TABLE) --- */table.pics {	background-color: #ffffff;	padding: 1px;	margin: auto;}table.pics tr {	height: 112px;	padding: none;}table.pics td {	border: none;	width: 112px;	padding: none;	text-align: center;}table.pics img {	border: none;}