﻿html{
height:100%;
}

body 
{
    padding: 0 15px 15px 15px;
    margin:0;
    height: 100%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 975px;
}

#header {
	margin: 0 15px 0 15px;
}


#footer {
	clear:both;
	margin: 0 15px 0 15px;
   border: solid 1px black;
   background-color:White;
}

#logo
{
    margin:5px 0 5px 0;
}

#navmenu
{
   font-size:12px;
   border: solid 1px black;
   background-color:White;
   padding: 15px;
}

#menulinks
{
    margin-bottom: 10px;
}

#navmenu a
{
   color:#990033;
   margin-right:65px; 
}

#navmenu a:visited
{
   color:#990033;
   margin-right:65px; 
}

#navmenu a:hover 
{
   color:#FF0033;  
   margin-right:65px;  
}

#news
{
    margin-bottom: 15px;
}


#content
{
    font-family: Tahoma;
    font-size:12px;
    height:100%;    
}

#content h1
{
    margin: 0 0 100px 0;
    padding: 0px;
    font-family: Tahoma;
    font-size: 25px;
    color: black;
}

#content h2
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 15px;
    border-bottom:solid 1px black;
}

#content a
{
   color:#990033;
   text-decoration : underline;     
}

#content a:visited
{
   color:#990033;
   text-decoration: underline;

}

#content a:hover 
{
   color:#FF0033;  
   text-decoration: underline;
}

#contentIndex
{
    font-family: Tahoma;
    font-size:12px;
}

#contentIndex h1
{
    margin: 0 0 10px 0;
    padding: 0px;
    font-family: Tahoma;
    font-size: 25px;
    color: black;
}

#contentIndex h2
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 15px;
    border-bottom:solid 1px black;
}

#contentIndex a
{
   color:#990033;
   text-decoration: none;

   
}

#contentIndex a:visited
{
   color:#990033;
   text-decoration: none;

}

#contentIndex a:hover 
{
   color:#FF0033;
   text-decoration: underline;    
}

#contentHome
{
    font-family: Tahoma;
    font-size:12px;
}

#contentHome h1
{
    margin: 0 0 100px 0;
    padding: 0px;
    font-family: Tahoma;
    font-size: 25px;
    color: black;
}

#contentHome h2
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 15px;
    border-bottom:solid 1px black;
}

#contentHome a
{
   color:black;
   text-decoration: none;

   
}

#contentHome a:visited
{
   color:black;
   text-decoration: none;

}

#contentHome a:hover 
{
   color:black;
   text-decoration: none;  
}