@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/swoop.png);
	background-repeat:no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
	color: #000000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { padding: 0; margin: 0;}
li {line-height: 1.5em;}
h1, h2, h3, h4, h5, h6 { margin-top: 0; padding-right: 15px; padding-left: 15px; color: #7c8fb9; }
p {	margin-top: 0; padding-right: 15px; padding-left: 15px; color: #000000; }

a img { border: none; }

a:link {
	color:#7c8fb9;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #7c8fb9;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:active, a:focus { 
	color: #aaaaaa;
	text-decoration: none;
	font-weight:bold;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	margin-top: 30px; 
	background-color: #ffffff;
	opacity: .8;
	border: 2px solid #e7e8ea;
}

.content {
	padding-top: 10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.clearfloat { 

	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.button {background-color: #7c8fb9; color: #ffffff; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; padding: 4px; margin-right: 40px;}