<!--
body {
	position: relative;
	background: #ffffff;
	margin: 0;
	padding: 0;
}  

 div#between {
  height:10px;			
  background-color:#225BC9;
  display:block;
  }

div#links {
	position: absolute;
	top: 170px;
	left: 10;
	width: 100px;
	height: 700px;
    font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px  ;
	z-index: 100;
}

div#links a {
	display: block;
	text-align: right;
	font-family: Verdana,Arial,Helvetica, sans-serif;
    font-size: 11px ;
    padding: 3px 10px;
	margin: 0 0 1px;
	border-width: 0;
	text-decoration: none;
	color: #225BC9;              
	border-right: 5px solid #ffffff;
}



div#links a:hover {
	color: #0E103D;
}



div#content {
	position: absolute;
	top: 26px;
	left: 121px;
	right: 25px;
	color: #212121;
	background: #ffffff;
	font:  11px Verdana,Arial,Helvetica , sans-serif;
	padding: 10px;
	border: solid 0px #225BC9;
	width:600px;
    line-height:15px;
}

div#content p {
	margin: 0 1em 1em;
}

div#content h3 {
	margin-bottom: 0.25em;
  font-size:14px;
  color:#225BC9;
}



dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.66em;
}

div#content a:link {
	color: #5D60C1;
}

div#content a:visited {
	color: #5D60C1;
}

div#content a:link:hover {
	color: #225BC9;
}

input, textarea {font-family: Verdana,Arial,Helvetica sans-serif;
                        font-size:10px;
                        color:#000000;
                        background-color:#ffffff;
                        border:1px solid #225BC9;
						}


h1 {  
	margin: -9px 0px 0.5em;
	padding: 0px 0 0px;
	text-align: right;
    font-size:12px;
	background:#ffffff;
	background-image : url(../images/logo.jpg);  
    background-repeat:no-repeat;
    Background-Attachment: fixed;
    Background-position: right top;
	height: 108px;
	text-align: left;
}

table {
	color: #212121;
	background: #ffffff;
	font:  11px Verdana,Arial,Helvetica , sans-serif;
    line-height:15px;
}
-->
