/* global---- */

body {
margin: 10px 10px 10px 10px;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
color: #666666;  
background-color: #FFFFFF;
}

A {
text-decoration: underline;
} 

a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #6699CC; 
text-decoration: underline;
}

a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #336699; 
}

a:visited {  
color: #6699CC; 
text-decoration: underline;
}

/* logo--- */

.Logo {  
height: 80px; 
width: 717px; 
background-color: #6699CC; 
}

/*Navigation--- */

.Nav {  
width: 150px; 
background-color: #ffffff; 
border: #CCCCCC; 
border-style: double; 
border-top-width: 4px; 
border-right-width: 4px; 
border-left-width: 4px; 
border-bottom-width: 4px; 
padding-top: 5px; 
padding-right: 5px; 
padding-bottom: 5px; 
padding-left: 5px; 
visibility: visible; 
}

.NavTitle {  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight:bold; 
line-height: 12pt; 
color: #000000; 
text-decoration: none; 
}

.NavLinks {  
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
line-height: 15pt; 
color: #000000; 
border: #CCCCCC; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-left-width: 0px; 
border-bottom-width: 2px;
} 

.NavLinks a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
}

.NavLinks a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #336699; 
}

.NavLinks a:visited {  
color: #000000; 
text-decoration: underline;
}

/* MainAndNews--- */

.Main { 
width: 500px; 
padding-top: 5px; 
padding-right: 5px; 
padding-bottom: 5px; 
padding-left: 20px; 
visibility: visible; 
}

.MainTitle  { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight:bold; 
color: #6699CC; 
padding-bottom:10px;
text-decoration: none;
}

.MainDate  { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight:bold; 
color: #6699CC; 
padding-bottom:10px;
text-decoration: none;
}

#Banner  { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
font-weight:bold; 
color: #6699CC; 
padding-bottom:5px;
margin:0px 0px 0px 0px;
text-decoration: none;
}

.MainPermalink {
font-weight:normal;
font-size:10px;
}

/*Footer--- */

.Footer { 
border: #CCCCCC; 
border-style: double; 
border-top-width: 4px; 
border-right-width: 4px; 
border-left-width: 4px; 
border-bottom-width: 4px; 
padding-top: 5px; 
padding-right: 5px; 
padding-bottom: 5px; 
padding-left: 5px; 
}

/*Pageheader--- */

.PageBox { 
border: #CCCCCC; 
border-style: double; 
border-top-width: 4px; 
border-right-width: 4px; 
border-left-width: 4px; 
border-bottom-width: 4px; 
padding-top: 5px; 
padding-right: 5px; 
padding-bottom: 5px; 
padding-left: 5px; 
}

.PageTitle  { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight:bold; 
color: #6699CC; 
padding-bottom:10px;
text-decoration: none;
border: #CCCCCC; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-left-width: 0px; 
border-bottom-width: 2px;
}

.PageText  { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;  
padding-top:10px;
padding-bottom:5px;
text-decoration: none;
}

.PageText a:link {  
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
}

.PageText a:hover {  
color: #ffffff; 
text-decoration: underline; 
background-color: #336699; 
}

.PageText a:visited {  
color: #000000; 
text-decoration: underline;
}


