body {
	margin:4px auto 12px auto;
	width:800px;
	background:#5f79aa url("../images/background.jpg") repeat-x;
	color:#505050;
	font-family: "Segoe UI", serif;
	font-size:10pt;
}
/* --- Divs --- */
#header{
	width:748px;
	height:120px;
}
#lcoltop {
	vertical-align:top;
	background:#F6F7F9 url("../images/leftcolback.jpg") repeat-y;
}
#rcoltop {
	vertical-align:top;
	background:#F6F7F9 url("../images/rightcolback.jpg") repeat-y;
}
#lcolbase{
	vertical-align:bottom;
	background:#F6F7F9 url("../images/leftcolback.jpg") repeat-y;
}
#rcolbase{
	vertical-align:bottom;
	background:#F6F7F9 url("../images/rightcolback.jpg") repeat-y;
}
#content{
	width:496px;
	background-color:#ffffff;
	padding:10px;
}
#footer{
	text-align:center;
	color: #fff;
	font-size:10pt;
}
/* --- Fieldsets --- */
fieldset {
	width:460px;
	border-width:1px;
	border-color: #5F79AA;
	border-left:0;
	border-right:0;
	border-bottom:0;
	padding-top:0;
	padding-left:0;
	margin-left:1.2em;
}
legend {
	font-size:14pt;
	font-style: italic;
	color:#0d55ab;
	margin:0em 0em 0.2em -7px; /* Negative number to make IE work */
	padding-right:0.4em;
	padding-left: 20px;
	background: transparent url("../images/plus.png") no-repeat 0 7px;
}
legend.smallcaps {
	font-variant: small-caps;
}
fieldset p {
	font-size:10pt;
	margin-left:1.5em;
	margin-bottom:0.5em;
}
fieldset p strong {
	font-weight:bolder;
	color:#5D5751;
}
fieldset ul {
		list-style:none;
		margin-top:0;
		
}
		
/* --- Headlines --- */
h1 {
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	font-family: Cambria, "Times New Roman", Helvatica;
	color: #0e2654;
	margin-top:0;
	margin-bottom:4px;
/* -- Old Style ---
	color:#0d55ab;
	font-size:16pt;
	font-weight:normal;
*/
}
h2 {
	color:#0d55ab;
	font-size:12pt;
	font-weight:normal;
	margin-top:0;
	margin-bottom:2px;
}
h3 {
	color:#0e2654;
	font-size:10pt;
	font-weight:normal;
	margin:0 0 0 2em;
}
h4 {
    color: #f90;
    display:inline;
}

/* --- Paragraphs --- */
p {
	margin-top:0;
}
p.center {
	text-align:center;
}
p.important {
	background-color:#ffffe0;
	border:#5f79aa 1px solid;
	font-size:105%;
	text-align:center;
	margin: 10px 20px;
	padding-top:4px;
	padding-bottom:4px; 
}
p.indent {
	text-indent:1em;
	clear:left;
}

/* --- Links --- */
a {
	color:#3B59BB;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.help {
	cursor:help;
}
a img {
	border:none;
}
#footer a, #footer a:visited {
	color:#fff;
}

/* --- Image caption --- */
.caption {
    display:block;
    font-size:80%;
    text-align:center;
    padding-top:8px;
}


/* --- Lists --- */
li {
    margin-bottom: 0.4em;
}
    

/* --- Content markup --- */
.left {
	float:left; 
}
img.left {
    margin:5px 10px 10px 0;
}
.right {
	float:right;
	margin:5px 0px 10px 10px;
}
img.border {
	padding: 2px;
	border: solid 1px #ccc;
}

dfn, dfn a:visited, dfn a:link, acronym {
	border-bottom: 1px #254117 dashed;
	text-decoration:none;
	cursor: help;
}
.error {
	color:red
}
.incorrect {
	text-decoration:line-through;
}
textarea.code{
	background-color: #f1f1f1;
	border: 1px solid #254117;
	margin-left:10px;
	padding:4px;
}
.special {
  display:none;
}
.pullquote {
	width: 12em;
	font-size:115%;
	line-height:140%;
	margin:10px;
	background: url("../images/closequote.gif") no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url("../images/openquote.gif") no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

/* --- Lifestream --- */
#lifestream .loading {
	text-align:center;
}
ul.lifestream {
	list-style:none;
	margin-top:0.4em;
	margin-left: 1.5em;
	padding-left: 1.6em;
	text-indent: -1.6em;
	font-size:10pt
}
ul.lifestream li {margin-bottom: .2em;}
ul.lifestream li span { color: #f90; font-size: 90%; }
ul.lifestream li img {vertical-align:top;}
ul.lifestream a {
	text-decoration:none;
}
ul.lifestream a:hover {
	text-decoration:underline;
}

/* --- Quilt --- */
.imgQuilt {
	margin:0.4em 0 0.2em 1.2em;
}
.imgQuilt img{
	border:0;
	padding:2px 1px 0px 1px;
}
.imgQuilt span img{
	padding:0;
}
