/*Live Site CSS*/
body{ 
	background-color: #f1debe;
	color: #003399;
	}

input.inputbox {
	border: 1px solid #5C9EBF;
	}
input.button {
	border: 1px solid #5C9EBF;
	color: #003399;
	background: #AACFE3;
	}
a {
        font-family: verdana,arial,helvetica,sans-serif;
        text-decoration: none;
}
a:hover {
        font-family: verdana,arial,helvetica,sans-serif;
        text-decoration: none;
        }
a.menuitem {
        font-family: Trebuchet MS;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
}

.menuitem {
        font-family: Trebuchet MS;
        font-size: 15px;
        color: #000000;
        text-decoration: none;
}

a.smalllink {
        font-family: Trebuchet MS;
        font-size: 8px;
        color: #000000;
        text-decoration: none;
}

.smalllink {
        font-family: Trebuchet MS;
        font-size: 8px;
        color: #000000;
        text-decoration: none;
}