body
{
   background-color : #000000;
   font-family : arial , verdana , helvetica , sans serif;
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   font-size : 95%;
   color: #FFFFFF;

}
#Banner
{
   background-image : url(../images/animated/banner.gif);
   background-repeat : no-repeat;
   background-attachment : scroll;
   background-position : center center;
   display : block;
   float : center;
   width : 100%;
   height : 147px;
}




/* Menu Code: */
#navcontainer
{
   background-image : url(../images/Button-BG-01.02.gif);
   background-repeat : repeat-x;
   background-attachment : scroll;
   background-position : left center;
   height : 25px;
}
#navcontainer ul
{
   list-style-type: none;
   text-align : center;
}
#navcontainer li
{
   display: inline;
}
#navcontainer li a
{
   background-color : white;
   color: #000000;
   font-size : 75%;
   text-align : center;
   text-decoration: none;
   border: 1px solid silver;
   border-top: 2px solid silver;
   border-bottom: 2px solid silver;
   width : 15%;
   height : 10px;
   display : block;
   float : left;
   margin-top : .5%;
   margin-right: .5%;
   margin-left: .5%;
}
#navcontainer li a:hover
{
   color: black;
   border: 1px solid black;
   border-top: 2px solid black;
   border-bottom: 2px solid black;
}
#navcontainer li a#current
{
   color: red;
   border: 1px solid blue;
   border-top: 2px solid blue;
   border-bottom: 2px solid blue;
}




.DisplayArea
{
   width : 22.5%;
   display : inline;
   float : left;
}

.NewsArea
{
	width : 22.5%;
	display : inline;
	float : right;
}

.DisplayBox01
{
   background-color : #FFF9BF;
   font-size : 100%;
   border-width : 1px;
   border-color : #FFE500;
   border-color : rgb(1, 154, 198);
   border-style : solid;
   margin-top : 5px;
   width : 100%;
   height : 20%;
   display : inline;
   float : left;
}
#Content
{
   width : 76%;
   margin-left : 1%;
   margin-bottom : 5%;
   text-align : justify;
   display : inline;
   float : center;
}

#Content2
{
   width : 76%;
   margin-left : 1%;
   margin-bottom : 5%;
   text-align : justify;
   display : inline;
   float : right;
}
#ImageRight
{
   width : 278px;
   height : 208px;
   display : inline;
   float : right;
   padding-left : 1%;
   padding-bottom : 1%;
}
.ImageRight
{
   width : 247px;
   height : 191px;
   display : inline;
   float : right;
   padding-left : 1%;
   padding-bottom : 1%;
}
h1
{
   color : #FF0000;
   font-weight : bold;
   font-size : 200%;
   text-decoration : underline;
   text-transform : capitalize;
   text-align : left;
}
h2
{
   color : #006600;
   font-weight : bold;
   font-size : 150%;
   text-decoration : underline;
   text-transform : capitalize;
   text-align : left;
}
h3
{
   color : #006600;
   font-weight : bold;
   font-size : 100%;
   text-decoration : underline;
   text-transform : capitalize;
   text-align : left;
}
.Header4
{
   color : white;
   background-color : #FFE500;
   background-color : rgb(1, 154, 198);
   font-weight : bold;
   font-size : 100%;
   text-decoration : none;
   text-transform : capitalize;
   text-align : center;
}
#Footer
{
   width : 100%;
   font-size : 75%;
   text-align : center;
   display : inline;
   float : left;
}
a:link, a:visited, a:active
{
   color : rgb(0, 75, 150);
   text-decoration : underline;
}
a:hover
{
   color : red;
   text-decoration : underline;
}
li
{
   margin-left : 5%;
   color : #FFFF00;
}

