/* CSS Document */
body {
	
	margin:0;
	background:url(../images/body.jpg) top repeat-x #4a5ba1;
	background-attachment:fixed;
	font-family: Tahoma;
	font-size: 12px;
	
}
#container {
	clear:both;
	padding:20px 0 0 0;
}

p.description {
	background:url(../images/description.jpg) right bottom no-repeat #005A97;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}



.content {
	margin:0 0px 0 0px;
	/*padding:10px 20px 0 0;*/
	background-image: url(../template/images/colin_whitehouse5-t_r1_c3.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 800px;
}
.contentText {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	}


blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}



#content img {
	padding:5px;
	
}
 a {
	color:#4a5ba1;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #4a5ba1;
}
ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 4em; list-style-type: square; }