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

body {
	font-size: 13px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

#indent {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#facebook {
	display: inline;
	width: 700px;
	float: left;
}
#social {
	overflow: hidden;
	position: relative;
	width: 900px;
	clear: both;
}

#social-button {
	display: inline;
	text-align: right;
	width: 200px;
	float: right;
}

#social-button a {
	display: inline;
	margin-left: 4px;
	text-align: right;
}

#cc-wrapper {
	display: inline;
	width: 292px;
	float: right;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


h1 {
	font-size: 30px;
	color: #003399;
	font-weight: bold;
	padding-top: 18px;
}

h2 {
	font-size: 22px;
	color: #003399;
}

h3 {
	font-size: 16px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

ul {
	font-size: 15px;
	color: #333333;
}

.menu {
	font-size: 10pt;
	color: #010E45;
	font-weight: bold;
}

a:link {
text-decoration: none
font-size: 10pt;
	color: #003399;
	text-decoration: underline;
}

a:visited {
text-decoration: none
font-size: 10pt;
	color: #003399;
	text-decoration: none;
}
a:active {text-decoration: none}

a:hover {
	text-decoration: none;
}

/* FOOTER */

#footer {
	font-size: 11px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
	width: 97%;
 }

#footer a {
	color: #003399;
 }

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

#footer-links {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#footer-links li {
	display: inline;
}

#footer-links a {
	color: #003399;
	padding-right: 6px;
	padding-left: 0px;
	font-size: 12px;
	margin: 0px;
}


 /* IMAGES */
 
.imgRight {
	float: right;
	padding-left: 12px;
}

.imgLeft {
	float: left;
	padding-right: 12px;
}

#pre-footer {
	height: 120px;
	width: 100%;
	background-image: url(../images/pre-footer-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#wrapper {
	background-color: #FFFFFF;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 120px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#instructions {
	width: 280px;
	display: inline;
	float: right;
	background-color: #f2f2f2;
	padding: 6px;
	margin: 0px;
}

/* TABLES */

#hor-minimalist-b
{
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#hor-minimalist-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#hor-minimalist-b td
{
	padding: 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#instructions p {
	font-size: 12px;
}
#hor-minimalist-b tbody tr:hover td
{
}

/* STICKY NOTE */

.stickynote{
	position:absolute;
	visibility:hidden;
	width: 300px;
	border: 1px solid #003366;
	background-color: #F2B5C5;
	padding: 4px;
	box-shadow: 3px 3px 8px #818181;
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}
iframe {
	margin: 0px;
	padding: 0px;
}

