 * {
 	padding:0;
 	margin: 0;
 	border:none;
 	list-style: none;
 	outline: none;
 }
 
 body {
 	background:url(../images/background.png) #FFFFFF repeat-x;
 	font-family: Verdana, Arial;
 	color:#555555;
 	font-size:12px;
 }
 
 .clear {
 	clear:both;
 }
 
 .photo {
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
 
 h2 {
	color:#8fa0ba;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
 }
 
 h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#1E4270;
	font-size:15px;
	font-style: normal;
	font-weight: normal;
 }
 
  .quotes {
 	color:#1e4270;
 	font-size:14px;
	font-style:italic;
 }
 
   .subquotes {
 	color:#1e4270;
 	font-size:12px;
	margin-left:330px;
 }
 
 
 
 #container {
 	width:860px;
 	margin: auto;
 }
 
.logo {
 	margin-top:19px;
  }
  
 
.logo a {
 	width:145px;
 	height:114px;
 	background:url(../images/logo.gif) no-repeat;
 	text-indent: -9999px;
 	display:block;
 	margin:auto;
 }
 
 #contentContainer {
 	width:860px;
 	background: white;
 	margin-bottom:20px;
 }
 
 #banner {
 	width:800px;
 	margin:auto;
 	text-align: center;
 	border-bottom: solid 3px #f15c30;
 }

.stripes {
	background:url(../images/stripes.png) repeat;
	width:71px;
	height:53px;
	margin-top:36px;
	margin-left:2px;
}

.stripes1 {
	background:url(../images/stripes.png) repeat;
	width:11px;
	height:53px;
	margin-top:36px;
	margin-left:2px;
	float:right;
}

#leftBar {
	width:240px;
	float:left;
}

#mainContent {
	float:left;
	width:500px;
	font-size:14px;
	margin-top:30px;
	margin-bottom:30px;
}

#mainContent p {
	line-height: 22px;
	padding-bottom: 10px;
}

#mainContent ul {
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#mainContent ul li {
	color:#555;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}

#mainContent ul li a {
	color:#555;
	text-decoration: underline;
}

#mainContent ul li a:hover {
 	color:#f15c30;
 }
 
 #nav {
 	color:#1e4270;
 	margin-left:2px;
 }
 
 #nav li {
	width:210px;
	display:block;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #FFFFFF;
	background-image: url(../images/navBg.png);
 }
 
 #nav li a {
	color:#1e4270;
	text-decoration: none;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	font-weight: bold;
 }
 
 #nav li a:hover {
 	color:#f15c30;
 }
 
 #footer {
 	width:700px;
 	text-align: center;
 	border-top: solid 2px #f15c30;
 	padding-top:10px;
 	margin: auto;
 }
 
 #footer ul li {
 	display:inline;
 	padding-left:10px;
 	padding-right:10px;
 	border-right:solid 1px #8fa0ba;
 }
 
#footer ul li a {
	color:#8fa0ba;
	text-decoration: none;
}

#footer ul a:hover {
	color:#f15c30;
}

