body{
	background-color: #012;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(3,52,85)),
    color-stop(0, rgb(0,17,34))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(3,52,85) 100%,
    rgb(0,17,34) 0%
);

}

a{
	text-decoration: none;
}

.container_12{
	background-color: #fff;	
}

.page-top{
	margin-top: 35px;
}

.floatright{
	float: right;
}
.floatleft{
	float: left;
}



.content-spotlight{
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background-color: #bddaff;
	display: block;
	height: 325px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	text-align: center;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.01, rgb(171,205,255)),
    color-stop(1, rgb(217,239,255)),
    color-stop(0, rgb(0,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(171,205,255) 1%,
    rgb(217,239,255) 100%,
    rgb(0,0,0) 0%
);
	font-size: 1.4em;
	position: relative;
}

.new{
	z-index: 15;
	position: absolute;
	top: -15px;
	left: 0;
}

.spotlight-text{
	width: 420px;
}

.content-spotlight p{
	padding: 10px;
	margin: auto;
}

.content-spotlight h2{
	margin-top: 25px;
}

.content-spotlight img{
	padding-top: 15px;
}

.navigation-menu{
	color: #335;
	font-weight: bold;
	font-size: 1.9em;
	text-decoration: none;
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

.navigation-menu a{
	color: #335;
	text-decoration: none;
}

.navigation-menu a:hover{
	text-decoration: underline;
}

.mini-content{
	margin-top: 20px;
	text-align: left;
	padding: 10px;
}

hr{
	padding: 0;
	margin: 0 0 6px;
}

h2{
	font-size: 2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h6{
	color: #333;
	padding: 0;
	margin: 0;
}

.mini-content p{
	color: #666;
}

.mini-content img{
	padding-right: 6px;
	padding-bottom: 6px;
	padding-top: 4px;
}

.mini-content a{
	text-decoration: none;
	color: #333;
}

.mini-content a:hover{
	text-decoration: none;
	color: #9cf;
}

.footer{
	padding-top: 10px;
	text-align: center;
	font-size: .9em;
	color: #ccc;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	text-decoration: underline;
}

small{
	color: #999;
	font-style: italic;
}

.button{
	width: 200px;
	height: 50px;
	background-image: url(../images/button.png);
	display: block;
	margin: auto;
}

.button:hover{
	background-image: url(../images/depressedbutton.png);
}

em{
	color: #666;
}