@charset "UTF-8";
/* CSS Document */
.smtext {
	font-size:92%;
}

.list-group-item:hover {
	background-color:#eee;
}


.list-group-item a {
	text-decoration:none;
}

dd {
	margin-bottom:12px;
}

.container {
	/*border:1px solid #666;*/ /* ddd */
	background-color: #fff;
}

.jumbotron {
	background-color:#69b3e7;
	color: #000; /*#fff;*/ /*#EBB111;*/
    margin-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.jumbotron .container {
	background-color:#69b3e7
}

body {
	/*background:url(../bg_gradient.fw.png) repeat-x center top;*/
	background-color: #fff; /*whitesmoke;*/ /*#fff; whitesmoke;*/
}


footer {
	background-color: #69b3e7;
    color: #000; /*white;*/
    /*padding: 8px;*/
	padding:24px 0 12px;
	line-height: 1.6em;
}

footer a:link {color:#006!important; /*#fff;*/}
footer a:visited {color:#006!important; /*#ccc;*/}
footer a:hover {color:#c00!important;}
    

.small {
	line-height:120%;
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006e2e+0,006e2e+100;Green+Flat+%233 */

background: #006e2e; /* Old browsers */

background: -moz-linear-gradient(top,  #006e2e 0%, #006e2e 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #006e2e 0%,#006e2e 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #006e2e 0%,#006e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-9 */


body {
	background-color:#fff; /*whitesmoke;*/
}

.addtop {
margin-top:16px;
}
