body {
  background-color: #FFFFFF;
  margin: 0px;
  text-align: center;
}

a {
  color: #954804;
  font-weight: bold;
}

a:hover {
  color: #B96013;
}

a:visited {
  
}

a:link {

}

a.external {
  color: #950404;
  font-weight: normal;
}

a:hover.external {
  color: #A71E1E;
  font-weight: normal;
}

a:visited.external {
  font-weight: normal;
}

a:link.external {
  font-weight: normal;
}


img {
  border: 0px;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate315 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

canvas.rotate45, canvas.rotate315{
  margin-top: 150px;
  padding-top: 20px;
}

img.rotate45, img.rotate315 {
  margin-top: 110px;
}

.col {
  padding-bottom: 25px;
}

p, ul, li, ol, blockquote, small, h2, h3 {
  font-family: Verdana, san-serif;
  color: #954804;
  line-height: 2em;
}

p, ul, li, ol, blockquote, small {
  font-size: 11px;
}

ul {
  text-align: left;
}

td, th {
  text-align: center;
  font-family: Verdana, san-serif;
  font-size: 10px;
  color: #954804;
}

th {
   border-top: 1px solid #626262;
}

td.left {
  text-align: left;
  border-left: 1px solid #626262;
  padding: 5px;
}

td.shaded, th.shaded {
  background-color: #EBEBEB;
}

h3.quote {
  background-color: rgba(221, 221, 221, 0.33);
  padding: 20PX;
}


#wholePageContainer {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
}

#nav {
  margin: 5px 50px;
}

#nav td a, .currentpage {
  font-size: 1em !important;
  text-align: center;
  font-family: Verdana, san-serif;
  font-size: 10px;
  color: #954804;
}

#shortnavigation {
  height: 60px;
  border: 0px;
}


#headerTitle {
  border-bottom: 1px solid black;
  background-color: #5788B2;
  text-align: right;
  padding: 0px 42px 0px 0px;  
}

 #headerTitle  h1 {
  padding: 20px 0 10px 0;
  color: red;
}

#headerTitle .col {
  padding-bottom: 5px !important;
}


#shortnavigation #headerTitle {
  border-bottom: 1px solid black;
  background-color: #5788B2;
  text-align: right;
  padding: 0px 42px 7px 0px;  
}

#shortnavigation #navigationChunk {
  padding: 0px 42px 0px 49px;  
}

#shortnavigation #breadCrumb {
  padding: 70px 0px 0px 46px;
}


.carimage 
{
	float: left; 
	padding-left: 10px; 
	padding-top: 27px;
}

.driveshaktitle
{	
	font-style:italic;
	font-family:Monotype Corsiva;
	font-size: 1.2em;
	text-decoration: underline;
}

.driveshakbold
{	
	font-family:Monotype Corsiva;
	font-size: 1.2em;
	font-weight: bold;
}

#mainContent {
  padding: 0px 42px 0px 49px;
}

.threeColumn {
  padding-top: 30px;
}

.colOne {
  width: 260px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}

.colOne p
{
	padding-top: 15px;
}

.colTwo {
  width: 260px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}

.colThree {
  width: 259px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}
  
  .colFour {
  width: 260px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}

  .colFive {
  width: 260px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}

  .colWide {
  width: 460px;
  float: left;
  padding: 12px;
  border: 1px solid #FFFFFF;
}

.widecolumn 
{
	float: left;
	padding: 5px 0px 5px 40px; 
	width:400px;
}

.stonglist
{
	font-size:1.3em;
}


h2
{
	text-align: center; 
	font-size: 1.05em; 
	color: blue; 	
}

h2.title {
  font-size: 5em;
  font-family:Monotype Corsiva;
}

#footer #copyrightChunk {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #5788B2;
  height: 90px;
  text-align: right;
  padding: 12px 42px 7px 0px;   
}

#footer #textChunk {
  text-align: right;
  padding: 38px 42px 7px 0px;  
}

p.quote {
	display: block;
	float: right;
	color: #0000FF;
	font-style: italic;
	font-size: 14pt;
}
.errorfont {
	color: #FF0000;
	text-decoration: blink;
}


.fa-quote-left, .fa-quote-right {
  color: gray;
  opacity: 0.5;
  padding: 3px;
}

#leaveFeedBack {
  cursor: pointer; cursor: hand;
}