@charset "UTF-8";

a:link {
	color: #12689B;
	text-decoration: none;
}

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

a:hover {
}

p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #000000;
	font-size: 116%;
	padding-bottom: 2px;
}

h1 {
	font-size: 250%;
	font-weight: bold;
}

h2 {
	font-size: 170%;
	font-weight: bold;
	background-color: #ba0c2f;
	margin: 25px;
	padding: 10px;
	color: #FFF;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}


#container-page {
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	margin-top: 50px;
}

#branding {
	margin-bottom: 25px;
}

#container-content {
	font-size: 78%;
	background-color: #FFFFFF;
}

#container-foot {
	text-decoration: none;
	margin-top: 8px;
	width: 1003px;
	border-top: dotted #666666 1px;
	height: 40px;
}

#foot {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
	padding-left: 10px;
}
.footer {
	text-decoration: none;
	color: #666666;
}
div.clear {clear:both;padding-top:5px;}
