body {
        font-family: Trebuchet MS;
        font-size: 11px;
        color: #5A6163;
}

img {
        border: 0px; margin: 0px;
        padding: 0px;
}

button {
        color: #FFFFFF;
        background-color: #40C2F8;
        border: 0px solid black;
        cursor: pointer;
}

td, th {
        vertical-align: top;
}

h1 {
        font-size: 18px;
        font-weight: bold;
}

h2{
        font-size: 16px;
        font-weight: bold;
}

h3{
        font-size: 14px;
        font-weight: bold;
}

h4{
        font-size: 12px;
        font-weight: bold;
}

#container {
        text-align: center;
        background: transparent url( '../images/bkgr_tileVert.jpg' ) repeat-y   center;
}

#header {
        margin: 0 auto;
        text-align: right;
        width: 782px;
        padding-top: 20px;
        background: transparent url( '../images/header.jpg' ) no-repeat top left;
}

#logo {
        float: left;
        margin-left: 10px;
}

#search-form {
        text-align: right;
        margin-top: 50px;
        margin-right: 25px;
}

#search-form input {
    margin-left: 5px;
    margin-right: 5px;
}

input {
        border: 1px solid black;
        background-color: #FFFFFF;
        color: #000000;
}

#nav {
        padding-top: 10px;
        width: 782px;
        margin: 0px auto;
        clear: both;
}

#nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        margin-left: 1px;
}

#nav li {
        float: left;
}

#user-nav {

}

#content {
        width: 782px;
        margin: 0 auto;
}

#footer {
        clear: both;
        font-size: 10px;
        margin: 0 auto;
        text-align: center;
        width: 782px;
        height: 83px;
        background: transparent url( '../images/footer.jpg' ) no-repeat top left;
}

#footer p {
        padding-top: 20px;
}

#footer div a {
        text-transform: uppercase;
        color: #000000;
        text-decoration: underline;
}

.button-container {
    text-align: right;   
}    

.small {
        font-size: 10px;
}

.cms-module-news-item h4 a {
        font-weight: bold;
}

.cmsstore-msg {
    background-color: #F2F6D7;
    padding: 10px 15px 10px 15px;
    color: #009491;
    font-size: 14px;
    margin-bottom: 10px;
}

.required {
    color: #000000;
    font-size: 10px;
}	

.warning {
        color: #FF0000;
        font-size: 14px;
}

.notice {
        color: #00CC00;
        font-size: 14px;
}

.ToolTipContent {
	padding: 2px 4px;
	margin-left: 8px;
	border: 1px solid black;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	width: 250px;
}

