﻿@charset "utf-8"; 
/* CSS Document */

body{
background: #E4F0F7 url(images/bkg1.jpg) no-repeat top center;
}

h1{ 
font-family: arial, helvetica, sans-serif;
font-size: 18pt; 
text-align: center; 
color: #ffffff; 
background-color:#000033;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
color: #000000;
margin-right: 10px;
margin-left: 10px;
}


ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
color: #FFFFCC;
text-indent:20px;
text-indent: 10px;
margin-right: 10px;
margin-left: 10px;
}

span{
font-weight: bold;
color: #800000;
}

#header{
width: 800px;
height: 155px;
margin-left: auto;
margin-right: auto;
}


#menu{
width: 0px;
height: 0px;
float: left;
}


#content {
background: url(images/bkg2.jpg) repeat center;
width: 800px;
float: left; 
}

#box{
width: 800px;
background-color:#FFFFCC;
min-height:275px;
font-size: 10pt;
}

#fter1 {
width: 800px;
background-color: #FFFFFF;
padding-top:15px;
padding-bottom:15px;
float: left;
}


#contain{
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}

table{
font-family: arial, helvetica, sans-serif; 
font-size: 10pt;
text-align: center; 
border: 5px solid #000033;
background-color: #FFFFCC;
}


dt{
font-size: 12pt;
font-wight:bold;
color: #000000;
text-align: center;
}

dd{
font-style:italic;
color: #cc9933;
}

a:link {
font-weight: bold;
color: #000000;
text-decoration; none;
padding-left: 0px;
padding-right: 0px;
}

a:visted {
font-weight: bold;
color: #000000;
text-decoration; none;
padding-left: 3px;
padding-right: 3px;
}

a:hover {
font-weight: bold;
color: #000000;
background-color: none;
text-decoration: underline;
cursor: url(images/bird.cur) pointer;
}

a:active {
background-color: #ff66ff;
}
