body {
	padding: 0px;
	margin: 0px;
	font: 0.9em Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #000;
	background-color: #BBD5BF;
	/*background-color: aliceblue;*/
	/*text-align: center;*/
}

/* page header styles */
#header{
	text-align: left;
	height: 76px;
	background: #FFF url(../../images/abbertons_logo.gif) no-repeat top left;
}

/* containing div for all page content */

#pageContainer{
	width: 780px;
	background: #FFF url(../../images/content_bg.jpg) repeat-y 3px 0px;
	/* margin: 0 auto; */
	margin: 0;
	padding: 0;
	text-align: left;
}

/* div containing left hand side navigation */	
#LeftPane {
	background: Transparent url(../../images/leftpane_bg.jpg) no-repeat top left;
	width: 198px;
	margin: 0 0 0 3px;	
	padding: 10px 0 0 0;
	float: left;
	min-height: 225px;
}

* html #LeftPane {
	margin: 0 0 0 2px;
	height: 225px;
	
}

#LeftPane div.Content_Item, #LeftPane div.Polls, #LeftPane div.Sign_In {
	width: 159px !important;	
}

/* links */
a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #900;
}


a img {
	border: 0;
}

#ContentPane, #RightPane{
	list-style-image: url(../../images/yellow_bullet.gif);
}


/* page footer styles */
#footer{
	clear: both;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #FFF url(../../images/footer_banner.gif) no-repeat;
	background-color: #FFF;
}

/*
Profile / Profile Snap Shot
*/
img.profilePic {
	margin: 8px;
	float: left;
}

img.FeatureThumbnail {
	margin: 8px;
	float: left;
}

a.findOutMore {
	display: block;
	float: right;
	position: relative;
	top: -10px;
}

a.findOutMore span {
	display: none;
}


/*div.Profiles p, */div.Profile_Snap_Shot p {
	margin: 2px 2px 20px 2px;
}

div.Profiles p {
	margin: 0;
	padding: 0;
	color: #2A2A2A;
	font-size: 0.9em;
}

div.Profiles h4 {
	margin: 40px 0 0 0;
	font-size: 0.9em;
}

div.Profiles a {
	text-decoration: underline;
	color: #2A2A2A;
}

div.Profiles a.findOutMore {
	top: -17px;
	color: #069;
	text-decoration: none;
}

div.Profiles a.findOutMore:hover {
	color: #900;
}

div.Profiles a.newsFriendLink {
	display: none;
}

.ImageCaption {	
	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;
}

ul.WebItems {
	list-style-image: url(../../images/yellow_bullet.gif);
}


/* 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: #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: 0.9em;
	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: 0.9em;
	margin: 5px 0px;
	color: #929BA3;
}

.ForumForm input{
	width: 99%;
	font: 1em Arial, Helvetica, sans-serif;	
}

.ForumHelp{
	font-size: 1em;
	color: #690;
}

.ForumForm textarea{
	width: 99%;
	font: 1em 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: 0.95em;
	color: #AAA;
}

div.ErrorText h4 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #F22;
	margin-bottom: -10px;
	margin-top: 0px;
	font-variant: small-caps;
	font-weight: bold;
}

div.ErrorText {
	padding: 3px;
	border: solid 1px #F00;
	color: #F00;
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #FFC;	
}

div.MessageText h4 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #309;
	margin-bottom: 10px;
	margin-top: 0px;
	font-variant: small-caps;
	font-weight: bold;
}

div.MessageText {
	padding: 3px;
	border: solid 1px #309;
	color: #309;
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #cff;	
}

#ContentHeader {
	background-color: #FFF;
	padding: 0 3px 0 3px;
}

img.HeaderImage {
	padding-top: 3px;
}

.moduleContainer img {

	position: relative;
}


div.HeaderCaption {
	padding: 0px;
	margin: 4px 0 0 0;
	/*height: 1.4em;*/
	height: 20px;
	color: #FFF;
	width: 100%;
	text-transform: lowercase;
	text-indent: 33px;
	font-weight: normal;
	font-size: 14px !important;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	background: Transparent url(../../images/module_head_bg.gif) no-repeat top left;	
}

span.Times13 {
	font-size: 1.2em;
	font-family: Times New Roman;
}

span.Times14 {
	font-size: 1.4em;
	font-family: Times New Roman;
}

span.Arial13 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

span.Arial14 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

span.Times12Red {
	font-size: 1.1em;
	font-family: Times New Roman;
	color: Red;
}

span.Times12Green {
	font-size: 1.1em;
	font-family: Times New Roman;
	color: Green;
}

ul.BreadcrumbTrail {
	font-size: 11px;
	width: 500px;	
	padding: 0;
	text-transform: lowercase;
	margin: 0 0 0 210px;
	letter-spacing: 0.1em;
	line-height: 10px;
	position: relative;
	top: -7px;
}

* html ul.BreadcrumbTrail {
	margin: 0px 0 0 210px;	
}

ul.BreadcrumbTrail li {
	display: inline;
	margin-right: 2px;
}

ul.BreadcrumbTrail li a {
	color: #094F81;
}

ul.BreadcrumbTrail li a:hover {
	color: #FFCC00;
}

div.rightBG {
	width: 780px;
	background: Transparent url(../../images/rightpane_bg.jpg) no-repeat 99% 76px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

a.HomeLink {
	padding: 2px 0 0 0;
	width: 81px;
	text-align: center;
	display: block;
	position: relative;
	top: 20px;
	left: 200px;
	color: #000;
	height: 30px;
	background: Transparent url(../../images/topmenu_divider.gif) top right no-repeat;
}

a:hover.HomeLink {
	background: Transparent url(../../images/homelink_o.gif) no-repeat top right;
	text-decoration: none;
	color: #FCD65C;
}

SPAN.Charcoal {
	color: #515151;
}

SPAN.Dark_Green {
	color: #1A4848;
}

SPAN.Orange {
	color: #CC6600;
}

SPAN.Royal_Blue {
	color: #333399;
}

SPAN.Large {
	font-size: 12pt;
}

SPAN.Headline {
	font-size: 17pt;
}

div.UnsubscribeContent{
	background-color: White;
	width: 520px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
