/* @group Image Group */

.imgleft, .left, img.left {
	float: left;
	margin: 4px 8px 4px 4px;
}

.imgright, .right, img.right {
	float: right;
	margin: 4px 4px 4px 8px;
}

img.imgleft, img.imgright, img.center, imgcenter {
	padding: 4px;
	border: 1px solid #ddc;
}

img.block {
	display: table-cell;
	margin: .5em 0;
}

/* @end */

/* @group Links */

a:focus, a:hover {
       color:#000;
}

a {
       color:#2C4AAA;
       text-decoration:underline;
}

a:visited {
	text-decoration: none;
	color: #666666;
}



/* @end */



/* @group Twitter */

.recentTweets {
	margin-bottom: 3px;
	padding-bottom: 1px;
	display: table;
	height: 30px;
	width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #C1D6DB;
}

/* @end */



/* @group Typography */

.dots {
	border-bottom: 1px dotted silver;
	margin-bottom: 5px;
	clear: both;
}

.solid {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	clear: both;
}

/* @end */