p{
	text-align:justify;
	color: #3d3d3d;
}
h1
{
	color: #002c5b;
	font-size: 2.0em;
	margin:10px 0 15px;
	font-weight: normal;
}

#breadcrumb{
	font-size:1em;
}
	#breadcrumb a{
		font-weight:600;
	}

.box{
	margin: 0px 0 20px 4px;
	width: 242px;
	overflow: hidden;
	background: url(../images/bg-box-blog.gif) repeat-y;
}

.box-t {
	background: url(../images/bg-box-top.gif) no-repeat;
	width: 100%;
	overflow: hidden;
}
.box-b {
	background: url(../images/bg-box-b.gif) no-repeat 0 100%;
	width: 100%;
	padding: 0 0 15px;
}
.box h2 {
	line-height: 30px;
	padding: 3px 0 0 10px;
	color: #f7f7f7;
	font-weight: bold;
	font-size: 1.2em;
	height: 1%;
	overflow: hidden;
}

.box p {
	width: 250px;
	text-align: justify;
	margin: 0 auto !important;
	font: 1em Tahoma, Arial, sans-serif !important;
	padding: 15px 0 10px;
}

.box a {
	text-decoration: underline;
	color: #1f4db1;
}

.box a:hover {text-decoration: none;}

.more {
	padding: 0 0 5px 15px;
	display: block;
	font-size: 1em;
}

/*RIGHT HAND COLUMN ITEMS - END*/


.floatCompanyLogo {
	float: left;
	margin-right: 10px;
}
/*ADDED BY JD*/
.button {   
color:#ffffff;   
font-size:1.2em;
background-color:#1F83FF;   
border: 1px solid #8FC1FF;   
border-color: #8FC1FF #8FC1FF #8FC1FF #8FC1FF;   
padding: 3px 5px 3px 5px;
}
.frmButton{
margin:0px;
border:1px solid #82B4FB;
top:50%;
background: #1f83ff url(../images/bullet02.gif) no-repeat 28px 50%;
width:120px;
height:33px;
}
.frmButton a{
text-decoration:none !important;
display:block;
padding:9px 0 0 9px;
}
.frmButton span{
color:#ffffff;
display: block;
font-size:1.2em;
}

/* DAS BLOG CLASSES*/
.itemTitleStyle div.h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

.categoryListContainerStyle,.navigatorLinksTableStyle{
	margin:20px 0px 20px 20px;
}

.categoryListTableStyle{
}

.categoryListCellStyle 
{
    color:#fff;
    background:transparent url(../images/category.gif) no-repeat left 55%;
    padding-left:8px;
}

a.categoryListXmlLinkStyle, a.categoryListLinkStyle,a.navigatorLinksLinkStyle {
	margin:0px 0px 4px 0px;
	color:#999;
	font-size:1.2em;
}

.blogPaging {
	text-align:center;
}
	.blogPaging .categoryPaging a {
		margin: 0 10px;
	}

	.categoryPaging {
	font-size:1.1em;
}

.categoryFeedLinkStyle {
	font-size:1.1em;
	line-height:2.2em;
}

.itemBodyStyle a {
	text-decoration:underline;
}

hr.darker{
	color:#999;
	height:1px;
}

.left-col {
	float: left;
	width: 478px;/**/
}
.right-col {
	width: 245px;
	float: right;/**/
	margin-top:23px; /*Hard coded on default.asp*/
}

.previous-posts {
	float:left;
}
.next-posts {
	float:right;
}

.adminNavbarStyle {
	float:left;
	padding-bottom:8px;
}
.adminNavbarStyle ul {
	list-style:none outside;
	margin:0;
	padding:0;
}
.adminNavbarStyle li {
	list-style:none outside;
	float:left;
	background:#ddd;
	font-size:1.2em;
	margin:0 6px 6px 0;
	padding:3px 6px;
}

#tableContent {
clear:both;
}

.tagCloudContainer{
	padding:0 20px;
}

.tagCloud a { margin-right:2px; }

.smallestTag { font-size: xx-small; }
.smallerTag { font-size: x-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largerTag { font-size: x-large; }
.largestTag { font-size: xx-large; } 
