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

/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0px;
	padding: 0px;
}
/*****Basic Elements*****/  
  
/*****Generic Classes*****/  
  
/*****Basic Layout*****/  

#main {
	width:950px;
	height:545px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border: 1px solid #0F185A;
	font-family: Arial, Helvetica, sans-serif;
}
#sf {
	width:100%;
	height:505px;
	background-image: url(../img/bg02.jpg);
	background-position: 0px 72px;
	background-repeat: no-repeat;
}
#footer {
	width:100%;
	height:40px;

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	
	line-height: 1.2em;
	color: #0F185A;
}
#left {
	float:left;
	width:220px;
	height:100%;
}
#right {
	float:left;
	width:730px;
	height:100%;
}
#top {
	width:100%;
	height:70px;
}
#content {
	color: #1f1357;
	height:330px;
	width:702px;
	padding-left:14px;
	padding-right:14px;
	margin-top:0px;
	font-size:11px;

}
#footer #copyright {
	float:left;
	width:400px;
}
#footer #contact {
	float:right;
	width:200px;
}
#footer #copyright p {
	text-align: left;
	padding-top: 14px;
	padding-left: 28px;
}
#footer #contact p {
	text-align: right;
	padding-top: 14px;
	padding-right: 28px;
}
#top p {

	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #0F185A;
	text-align: right;
	padding-top: 28px;
	padding-right: 28px;
}
.quote {
	padding-top:28px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	
}
.pageimgkop{
	text-align: center;
	padding-bottom:28px;
	padding-top:28px;
	
}
.halfColumn {
	width:50%;
	float:left;
}
h1 {

	font-size: 56px;
	font-weight: 900;
	color: #1f1357;
	letter-spacing: -4px;
	text-align: center;
 /*filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF, Strength=2);*/
	height:60px;
	
	margin-bottom:14px;
}

h2 {
	font-size:12px;
	color: #1f1357;
	margin-bottom:4px;
	font-weight: bold;
}
h3 {
	font-size:12px;
	color: #1f1357;
	margin-bottom:14px;
	font-style: italic;
	text-align: center;
}
h4 {
	font-size:12px;
	color: #1f1357;
	margin-bottom:14px;
}
h5 {
	font-size:12px;
	color: #1f1357;
	margin-bottom:14px;
	font-style: italic;
	
}

#content p {
	line-height:18px;
	padding-bottom:1em;
	
	color: #1f1357;
}
.interactionPanel {
	width:320px;;
	background-image: url(../img/bgInteraction01a.png);
	background-repeat: repeat;
	padding-bottom:14px;
	padding: 8px;
}
.interactionPanel02 {
	width:320px;;
	background-image: url(../img/bgInteraction02.png);
	background-repeat: repeat;
	padding-bottom:14px;
	padding: 8px;
}
#content .interactionPanel label {
	padding-top:2px;
}
#content .interactionPanel p {
	
	color: #201356;
	text-align: center;
}

#content .interactionPanel02 label {
	padding-top:2px;
}
#content .interactionPanel02 p {
	
	color: #201356;
	text-align: center;
}
#content .bluetext {
	color: #1f1357;
}
#content ul {
	padding-left:28px;
	padding-bottom:14px;
}
#content li {
	list-style-type: disc;
}

#menu {
	position:absolute;
	margin-left:28px;
	top:330px;
}
#menu li {
	margin-bottom:14px;

	font-size: 13px;
	font-style: normal;
	
	
	letter-spacing: -1px;
	line-height: 1.2em;
	list-style-type: none;
}
#menu li.selected {
	background-image: url(../img/btnMenuLink.png);
	background-repeat: no-repeat;
	height: 14px;
	margin-left:14px;
	padding-left:14px;
	background-position: 0px -42px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#menu li.selected2 {
	background-image: url(../img/btnMenuLink2.png);
	background-repeat: no-repeat;
	height: 14px;
	margin-left:14px;
	padding-left:14px;
	background-position: 0px -42px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#menu li a {
	background-image: url(../img/btnMenuLink.png);
	background-repeat: no-repeat;
	height: 14px;
	padding-left:14px;
	background-position: 0px 0px;
	text-decoration: none;
}
#menu li a:link {
	color: #1f1357;
}
#menu li a:visited {
	color: #1f1357;
}
#menu li a:hover {
	color: #FFFFFF;
	background-position: 1px -14px;
}
#menu li a:active {
	color: #1f1357;
}
.btn01{

	background-image: url(../img/btn01.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 112px;
	padding-top: 5px;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
	font-weight: bold;
}
.btn01 a{

	color: #FFFFFF;
	text-decoration:none;
}
.btn01 a:link {
	color: #FFFFFF;
}
.btn01 a:visited {
	color: #FFFFFF;
}
.btn01 a:hover {
	color: #FFFFFF;
	
}
.btn01 a:active {
	color: #FFFFFF;
}
.agendaLT{
	width:75%;
	float:left;
	color: #FFFFFF;
	line-height: 18px;
	
}
.agendaRT{
	width:23%;
line-height: 18px;
	float:left;
	clear:right;
	text-align: right;
	padding-right:4px;
	color: #FFFFFF;
}
