body {
	margin: 0;
	padding: 0;
	background-color: #CDE7EC;
	font: 0.95em Arial Narrow, Arial, Helvetica, sans-serif;
	color: #2A2A2A;
	text-align: center;
}


/* containing div for all page content */

#pageContainer{
	width: 760px;
	background-color: #CDE7EC;
	margin: 0 auto;	
	margin-top: 10px;
	text-align: left;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#ContentPane {
	margin: 0;
	padding: 0;	
	background-color: #FFF;
}

/* div containing left hand side navigation */	
#LeftPane { 
	width: 162px;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
}

* html #LeftPane {
    width: 160px; /* for IE5 and IE6 in quirks mode */
    width: 162px;	
}

/* links */
a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #00B98B;
}

a img {
	border: 0;
}

li {
	list-style-type: square;
}


div.ErrorText {
	color: red;
}

#banner { 
	width: 100%;
	height: 85px;
	margin: 0;
	padding: 0;	
}

/* page footer styles */
#footer{
	margin: 0;
	height: 28px;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 85%;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 28px;
	color: #FFF;
	background: #FFF url(../../images/footer_bg.gif) repeat-x top;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

/*
Profile / Profile Snap Shot
*/
img.profilePic {
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}

img.FeatureThumbnail {
	float: left;
}

a.findOutMore, div.ReadMore a {
	font-family: Verdana, Arial, Sans-Serif !important;
	font-size: 90%;
	display: block;
	float: right;
	text-transform:lowercase;
	position: relative;
}

a.findOutMore span {
	display: none;
}


div.Profiles p, div.Profile_Snap_Shot p {
}

.ImageCaption {
	width: 250px;
	color: #5A84BD;
}

/* Web Item lists */
ul.WebItems{
	margin: 0 0 2px 20px;
	padding-left: 0;
}

ul.WebItems .Summary {
	margin-left: 10px;
}

ul.WebItems .ReadMore {
	text-align: right;
	margin-bottom: 10px;
}


/* Document Item lists */
ul.DocItems{
	margin: 0 0 2px 20px;
	padding-left: 0;
}

ul.DocItems .Summary {
	margin-left: 10px;
}

ul.DocItems .ReadMore {
	text-align: right;
	margin-bottom: 10px;
}


/* Forum styles */

.ForumMessage {
/*	background-color: #F2FCFD; */	
	background-color: #DEF3F7;
}

/* Following is a hack to work around the bug in IE that causes the
ForumMessage div's background colour to overlap the pink dashed border
*/
* html .ForumMessage{
	border-bottom: solid 1px #FFF;
}

.ForumReplies{
	margin-top: 10px;
}

.ForumMessage h4, .ForumReplies h4{
	text-transform: uppercase;
	font-size: 90%;
	margin-top: 0;
}

.ForumReply{
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
}

.ForumReplyTitle{	
	font-weight: bold;
}

.ForumMessageTitle{
	font-weight: bold;
}

.ForumReplySummary{
	font-style: italic;
}

.ForumReplyLink{
	background-color: #FFF;
	border: solid 1px #DDD;
	padding: 2px;
}

.ForumMessageInfo, .ForumReplyInfo{
	font-size: 90%;
	margin: 5px 0px;
	color: #929BA3;
}

.ForumForm input{
	width: 99%;
	font: 100% Arial, Helvetica, sans-serif;	
}

.ForumHelp{
	font-size: 100%;
	color: #669900;
}

.ForumForm textarea{
	width: 99%;
	font: 100% Arial, Helvetica, sans-serif;
}

/* Following is a smaller width given to IE to work around the IE bug described at: 
http://support.microsoft.com/default.aspx?scid=kb;EN-US;276400
*/
* html .ForumForm textarea{
	width: 95%;
}

/* Search styles */

div.Search ul{	
}

div.Search span.date{
	font-size: 85%;
	color: #AAA;
}

div.ErrorText h4 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #ff2222;
	margin-bottom: -10px;
	margin-top: 0px;
	font-variant: small-caps;
	font-weight: bold;
}

div.ErrorText {
	padding: 3px;
	border: solid 1px #ff0000;
	color: #ff0000;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #ffffcc;	
}

ul.BreadcrumbTrail {
	font-size: 75%;
	width: 500px;
}

ul.BreadcrumbTrail li {
	display: inline;
	margin-right: 5px;
}

/* Style from HTML editor */
span.Light_Blue {
	color: #0786A2;
}