body {
	font-size: 62.5%;
	font-family: Verdana, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background: url('images/bodyback3.jpg') repeat-x;	
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	min-height: 350px;
	background: url('images/pageback3.jpg') no-repeat;
}

.quote {
	margin-left: 30px;
	margin-top: 20px;
	border-left: 2px solid #888;
	padding-left: 10px;
	font-style: italic;
	color: #555;
	font-family: Georgia, Arial, Verdana;
	font-size: 1.2em;
}


#intro {
	margin-top: 40px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5em;
}

#intro h2 {
	font-weight: normal;
}

#intro a {
	font-weight: bold;
}

#intro a:link {
	text-decoration: underline;
	color: #fff;
	
}

#intro a:visited {
	text-decoration: underline;
	color: #fff;
	
}


#intro a:hover {
	text-decoration: none;
	color: #fff;
	
}

#intro a:active {
	text-decoration: underline;
	color: #fff;
	
}


.breadcrumbs {
  font-size: 0.9em;
}

#main {
	margin-top: 70px;
}


#sidebar {
  float: right; 
  width: 250px;
  
}


#quicklinks {
  padding: 15px;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
}

#quicklinks a:link {
	text-decoration: underline;
	color: #333;
	
}

#quicklinks a:visited {
	text-decoration: underline;
	color: #333;
	
}


#quicklinks a:hover {
	text-decoration: none;
	color: #111;
	
}

#quicklinks a:active {
	text-decoration: underline;
	color: #333;
	
}

#quicklinks ul {
  margin: 0;
  padding: 5px;
  list-style-type: circle;
}



#blogfeed {
  padding: 15px;
  background: #0053a4;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
}

#blogfeed ul {
  margin: 0;
  padding: 5px;
  list-style-type: circle;
}

#blogfeed a:link {
	text-decoration: underline;
	color: #fff;
	
}

#blogfeed a:visited {
	text-decoration: underline;
	color: #fff;
	
}


#blogfeed a:hover {
	text-decoration: none;
	color: #fff;
	
}

#blogfeed a:active {
	text-decoration: underline;
	color: #fff;
	
}

#content {
	width: 500px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-size: 1.4em;
	color: #555;
	padding: 15px;
}

#content h2 {
	font-weight: normal;
}

#content p {
  line-height: 1.5em;
}

#content a:link {
	text-decoration: underline;
	color: #1e4761;
	
}

#content a:visited {
	text-decoration: underline;
	color: #1e4761;
	
}


#content a:hover {
	text-decoration: none;
	color: #1e4761;
	
}

#content a:active {
	text-decoration: underline;
	color: #1e4761;
	
}


#footer {
  margin-top: 40px;
  border-top: 1px dashed #ccc;
  padding: 5px;
  font-size: 1.2em;
}


#footer a:link {
	text-decoration: underline;
	color: #1e4761;
	
}

#footer a:visited {
	text-decoration: underline;
	color: #1e4761;
	
}


#footer a:hover {
	text-decoration: none;
	color: #1e4761;
	
}

#footer a:active {
	text-decoration: underline;
	color: #1e4761;
	
}


.rhtF {
  float: right;
  margin: 10px;
  border: 1px solid #999;
}

#nav {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 1.6em;
	padding-top: 128px;
	margin-left: 250px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}

#nav ul li {
	list-style-type: none;
	margin: 0;
	display: inline;
	margin-right: 7px;
width: 120px;
	height: 40px;
}

#nav li a {
	padding: 8px;
	padding-left: 12px;
		width: 120px;
	height: 40px;
	text-align: center;
}

/* ---- Main, top navigation styles */

#nav a:link {
	color: #fff;
	background: url('images/navback2.jpg') no-repeat;
	
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	background: url('images/navback2.jpg') no-repeat;
	
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	background: url('images/navback2-on.jpg') no-repeat;
	
	text-decoration: none;
}

#nav a:active {
	color: #fff;
	background: url('images/navback2.jpg') no-repeat;
	
	text-decoration: none;
}
