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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F356F;
	background-color: #1F356F;
	margin: 0px;
}
#c-site {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_site.jpg);
	background-repeat: repeat-y;
}
#c-banner {
	height: 157px;
	width: 1000px;
}
#c-header {
	height: 30px;
	width: 1000px;
}
#header {
	height: 30px;
	width: 1000px;
	background-color: #C41300;
	color: #FFF;
}
#header-table {
	color: #FFF;
	font-size: 10px;
}
#header-home {
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#c-content {
	height: auto;
	width: 1000px;
}
#content {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 400px;
	text-align: justify;
}

#c-footer {
	height: 30px;
	width: 1000px;
}
#footer {
	background-color: #C41300;
	height: 30px;
	width: 1000px;
	color: #FFF;
	font-size: 10px;
}
#footer-table {
	font-size: 10px;
	color: #FFF;
}
#c-contact {
	width: 300px;
	height: auto;
}
#contact-header   {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C41300;
	padding-left: 5px;
	font-weight: bold;
}
#contact-content  {
	padding: 10px;
}
#contact-box  {
	float: right;
	width: 220px;
}


.pagename-14pt-bold {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #C41300;
}
.title_12pt_bold {
	font-weight: bold;
	color: #79A3CB;
}




A.footer:link, A.footer:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
} 
A.footer:hover, A.footer:active{
	text-decoration: underline;
	color: #CCCFDE
}
A.content:link, A.content:visited{
	text-decoration: none;
	color: #79A3CB;
	font-weight: bold;
} 
A.content:hover, A.content:active{
	text-decoration: underline;
	color: #63657A
}

