/* CSS Document */

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
margin:0px;
padding:0px;
}
#frame{
width:760px;
margin:10px auto 0px auto;
padding:0px;
text-align:left;
}
#header{
width:100%;
height:93px;
}
#header a,#content a{
color:#00add6;
text-decoration:none;
}
#header table{
background-color:#fff;
height:58px;
}
#header p{
margin:0px;
}
#header h2{
margin:0px 0px 20px 0px;
font-weight:400;
font-size:10pt;
color:#00add6;
}
#nav{
width:100%;
height:41px;
color:#fff;
margin-bottom:20px;
}
#nav p{
display:block;
float:left;
height:37px;
margin:2px;
padding:0px 20px 0px 20px;
border-right:1px solid #fff;
line-height:36px;
}

#contact{
display:inline;
float:left;
width:186px;
border:1px solid #3d007f;
background-color:#3399cc;
color:#fff;
font-size:8pt;
padding:0px;
margin:0px 20px 20px 0px;
}
#contact-content{
margin:0px;
padding: 5px 10px 10px 10px;
width:164px;
border:1px solid #fff;
}
#contact h2{
font-size:15pt;
font-weight:400;
color:#fff;
border-bottom:1px solid #fff;
margin:0px;
padding:0px;
}
#contact p{
margin:10px 0px 0px 0px;
padding:0px;
}
#contact a:link,a:visited{
color:#fff;
text-decoration:underline;
}
#contact a:hover{
color:#fff;
text-decoration:none;
}
#content{
float:left;
width:552px;
margin:0px 0px 20px 0px;
padding:0px;
min-height:395px;
}
#footer{
width:760px;
height:43px;
color:#fff;
margin:0px auto 0px auto;
text-align:center;
}
#footer p{
display:inline;
float:left;
margin-top:2px;
padding:0px 27px 0px 27px;
border-right:1px solid #fff;
line-height:37px;
}
#footer a:link,#footer a:visited,#nav a:link,#nav a:visited{
color:#fff;
text-decoration:underline;
}
#footer a:hover,#nav a:hover{
text-decoration:none;
color:#fff;
}
#background{
width:100%;
height:51px;
background-image:url(images/background2.jpg);
background-position:bottom;
background-repeat:repeat-x;
text-align:center;
}
#content h1{
font-size:15pt;
font-weight:400;
color:#3d007f;
border-bottom:1px solid #3d007f;
margin:6px 0px 0px 0px;
padding:0px;
}
#content img{
border:1px solid #3d007f;
}