@charset "utf-8";
/* CSS Document */
body {
   background-image:url(../images/background.png);
   background-repeat: repeat;
   text-align: center;
   font-family: Georgia, "Times New Roman", Times, serif;
}

a {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}

acronym {
   outline: none;
}

#container {
   width: 900px;
   height: auto;
   margin: auto;
   text-align: left;
   background-color: #272A46;
   padding: 25px 25px 25px 25px;
}

#banner {
   height: 230px;
   background: url(../images/bannerGifa.gif) no-repeat 0 0;
   position: relative;
}

#navBar {
   height: 30px;
   /*background-color: #1B1E31;*/
   width: 100%;
   color: #C7CCFF;
   margin-bottom: 20px;
   margin-top: 20px;
}

a.button {
    width: 180px;
    background: transparent url('../images/buttons.gif') no-repeat scroll top left;
    color: #e3e6ff;
	font-size: 14pt;
    float: left;
    height: 30px;
    text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}

a.button span {
   display:block;
   line-height:24px;
   padding-top:2px;
}

a.button:hover {
    background-position: top right;
    color: #C7CCFF;}

a.button:active {
   color: #463424;
   background-position: bottom left;
   outline: none; /* hide dotted outline in Firefox */
}

a.button:visited {
   outline: none; /*hide dotted outline in FireFox*/
}

#content {
	color: #463424;
	text-align: left;
	width: 860px;
    background-color: #e3e6ff;
	/*margin-left: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#content ul{
   list-style-type: none;
}

#content a{
   color: #1B1E31;
}

#content a:visited{
   color: #272A46;
}

#footer {
   background-color: #C7CCFF;
   width: 100%;
   margin-top: 20px;
   padding-top: 2px;
   padding-bottom: 2px;
   font-variant: small-caps;
   font-size: 8pt;
   text-align: center;
}

#footer a{
   color: #1B1E31;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-variant: small-caps;
   font-size: 10pt;
}

#footer a:visited {
   color: #463424;
}
