﻿/*New CSS*//*Right Menu*/
.right-menu a
{
    color:rgb(187, 30, 99);
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.right-menu a:visited
{
    color:rgb(187, 30, 99);
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.right-menu a:hover
{
    color:rgb(187, 30, 99);
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}
/*Page Body*/
h1, h2, h3, h4
{
    font-size:16px;
    margin-bottom:4px;
    margin-top:4px;
}
p {
    margin:0px;
}
img {
    text-decoration:none;
    border:none;
}
/* Homepage Boxs */
.homebox {
    width:300px;
    height:255px;
    margin:10px;
    padding:5px;
    border:dotted 1px rgb(255,255,255);
    float:right;
}
.homebox h3 {
    background-color:rgb(255, 208, 192);
    color:rgb(122, 29, 29);
    margin:0px 0px 5px 0px;
    padding:3px;
}
.homeimg {
    float:left;
    width:133px;
    height:110px;
    text-align:center;
    margin:10px;
}
.homeimg img {
    border:outset 1px rgb(255, 208, 192);
    float:left;
}

/* General Styles */
.main
{
    width:650px;
    margin:0px auto;
}
.smallform {
    border:dotted 1px rgb(255,255,255);
    float:left;
    padding:5px;
    margin:5px;
}
h3.form {
    background-color:rgb(255, 208, 192);
    color:rgb(122, 29, 29);
    margin:0px 0px 5px 0px;
    padding:3px;
}
.linkbox {
    border:dotted 1px rgb(255,255,255);
    padding:5px;
}
.article-head
{
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.article
{
    width:650px;
    text-align:right;
    padding-top:8px;
    padding-right:8px;
    padding-bottom:8px;
    border-bottom-style:dotted;
    border-bottom-width:1px;
}
.linkline {
    float:right;
    width:100px;
    margin-right:10px;
    margin-left:10px;
}
.linkline a {
    text-decoration:none;
}
.linkline a:visited, a:active {
    text-decoration:none;
}
.linkline a:hover {
    text-decoration:underline;
}
.floating-div
{
    width:650px;
    margin:15px 25px;
    clear:both;
}
/*Old CSS*/
.footerlinks a
{
    color: #ffffff;
    text-decoration: none;
}
.footerlinks a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}
.footerlinks a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.footerpadd
{
    padding-right:10px;
    padding-left:10px;
    color:#ffffff;
}

