/*  Establish general layout parameters */

body, p, td, h1, h2, h3, h4, h5, h6	{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #555;	
	text-align: left;
}

img {
	border: 0;
	padding: 2px;
	}
	
body, p {
	background: #fff;
	text-align: center;
}
h1 {
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 10px 0;
}

h2 {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 5px 0;
	}
	
h3 {
	display: inline;
	font-weight: bold;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	/*width: 740px;*/
}

table tr td	{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* generic rolloverstates */
a {color: #4691d5; text-decoration: none;}
a:hover {text-decoration: underline;}

/*  WRAPPER (contained content) */
#pagewrapper {
	color: #000;
	margin: 25px auto;
	padding: 0;
	text-align: center;
	width: 740px;
}
html>#pagewrapper	{
	width: 740px; /* being nice to opera */
}

/*  HEADER */
#header	{
	background: #4691d5;
	margin-bottom: 10px;
	text-align: left;
	height: 50px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 50px;
}
html>#header	{
	height: 50px; /* being nice to opera */
}

html>#pagewrapper	{
	height: 50px; /* being nice to opera */
	}
	
#header img	{
	display: inline;
	}
	
#header p {
	font-family: sans-serif;
	float: right;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	border: 0;
	color: #fff;
	background: #4691d5;
	font-size: 11px;
	width: 250px;
	text-align: right;
	font-style: italic;
}

/* MAINCONTENT */
#maincontent	{
	padding: 0;
	margin: 0;
	border: 0;
	width: 514px;
	background: #fff;
}

#maincontent p, li {
	/* margin-top: 20px; */
	text-align: left;
	line-height: 18px;
}

#maincontent p a:link	{
	color: #4691d5;
	text-decoration: none;
	}
	
#maincontent p a:hover	{
	color: #4691d5;
	text-decoration: underline;
	}


/* SIDEBAR */
#sidebar	{
	padding: 0;
	border: 0;
	margin: 0;
	margin-right: 20px; /* space the maincontent away */
	background: transparent;
	text-align: right;
	width: 200px;
}

#sidebar p {
	font-family: sans-serif;
	text-align: right;
	font-size: 13px;
	line-height: 19px;
}

#sidebar p.wisdom {
	/*margin: 0 0 0 60px;*/
	font-style: italic;
	/*width: 140px;*/
}

/* PULLQUOTE */
#pullquote {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #4691d5;
	padding: 5px;
	width: 215px;
}

#pullquote p {
	font-family: sans-serif;
	line-height: 16px;
	font-size: 13px;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	background:transparent;
}
#pullquote p.quote{
	font-style: italic;
}
#pullquote p.quoteref{
	font-style: normal;
	text-align: right;
	font-size: 11px;
}
#pullquote p.morequote {
	text-align: right;
}
#pullquote p.morequote a{
	font-size: 12px;
	color: #4691d5;
	background:transparent;
}
/* NAVBAR */
	#nav	{
	font-size:	12px;
	color: white;
	background-color: #4691d5;
	text-align: center;
	width: 514px;
	}
	#nav ul	{
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	vertical-align: middle;
	}
	#nav ul	li	{
	font-family: sans-serif;
	display: inline;
	margin: 0 1px 0 1px;
	}
	#nav a	{
	color: #fff;
	background: transparent;
	text-decoration: none;
	}
	#nav a:hover	{
	background: #97c1e7;
	}
/* FOOTER */
#footer {
	height: 20px;
	vertical-align: middle;
}
#footer p {
	font-family: sans-serif;
	border: 0;
	padding: 5px 0 5px 0;
	background: #4691d5;
	color: #fff;
	margin: 12px auto 2px auto;
	font-size: 11px;
	text-align: center;
}
#footer p a {
	background: transparent;
	color: #fff;
}
.title {
	font-style: italic;
}
.quoteauthor	{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

/* IMAGES */
#images {
	float: right;
	margin: 10px 0 5px 5px;
	padding: 5px;
	width: 180px;
	text-align: center;
}