/* THE BODY AND THE WRAPPER */
body {
font-size: 12px;
background: #ffffff;
margin: 0;
padding: 10px;
}

#wrapper {
width: 950px;
margin: 0 auto;
}


#header {
background: url(images/banner.jpg) top center no-repeat;
width: 225px;	
height: 105px;
padding: 75px 0px 0px 725px;
}

#header h1 {
margin: 2px 0px 0px 0px;
padding-top: 2px;
font: 10pt 'arial';
color: #FFFFFF;
font-weight: normal;
}

#header input{
text-align: right;
border: 0px;
margin-top: 6px;
}

#header #button{
border: 0px;
width: 30px;
background: #cae4f1;
}

#contentwrapper {
width: 950px;
margin: 0 auto;
text-align: center;
padding: 5px 0px 0px 0px;
}

#menu {
float: left;
width: 180px;
}

#menu ul {
margin-bottom: 20px;
float: left;
padding: 1px 6px 6px 6px;
background: #cae4f1;
}

#menu li h1 {
margin: 5px 0px 0px 0px;
padding: 2px 0px 0px 10px;
display: block;
width: 170px;
height: 27px;
font: 10pt 'arial';
color: #FFFFFF;
background: #3087b4;
text-align: left;
font-weight: normal;
}

#menu p {
margin: 6px 0px 0px 0px;
width: 180px;
voice-family: inherit;
text-align: left;
text-decoration: none;
font: 8pt 'arial';
}

#menu p a:active,:visited,:link{
color: #000000;
}

#menu p a:hover{
color: #3087b4;
}

#menu  #link a {
margin: 6px 0px 0px 0px;
padding-top: 8px;
display: block;
width: 180px;
height: 27px;
voice-family: inherit;
text-decoration: none;
font-family: 'arial';
}

	
#menu  #link a:link, #menu  #link a:visited {
color: #FFFFFF;
background:  #3087b4;
}
	
#menu  #link a:hover {
color: #000000;
background: #cae4f1;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
}

#title {
width: 720px;
text-align: left;
margin: 0px 0px 0px 205px;
background-color: #3087b4;
padding: 10px 10px 10px 15px;
font: 14pt 'Arial';
color: #ffffff;
}

#content {
width: 720px;
min-height: 400px;
text-align: left;
margin: 0px 0px 10px 205px;
color: black;
background-color: #cae4f1;
padding: 10px 10px 10px 15px;
}

img {
border: none;
} 

#content p, td, input, select {
font: 10pt 'Microsoft Sans Serif';
color: #666666;
font-weight: normal;
}

#content p, td {
padding-left: 20px;
padding-right: 20px;
}

#content h1 {
font: 11pt 'Microsoft Sans Serif';
color: #333399;
font-weight: normal;
}

#content  a:link, #bottom a:visited {
text-decoration: none;
color: #333399;
}

#content  a:hover {
color: #56BBFE;
text-decoration: underline;
}

fieldset {
border: #333333 1px solid;
padding-bottom: 10px;
}



fieldset legend{
color: #ffffff;
font: 12pt 'Arial';
padding-left: 5px;
padding-right: 5px;
background: #3087b4; 
}

/* THE FOOTER */

#bottom {
background: #3087b4; 
width: 950px;
height: 35px;
padding: 15px 0px 0px 0px;
color: #cae4f1;
font: 'arial';
}

#bottom  a:link, #bottom a:visited {
text-decoration: none;
color: #FFF;
}

#bottom   a:hover {
color: #56BBFE;
text-decoration: underline;
}

