.LoginButton
{
	/*
    width: 75px;
	*/

	float: right;
    display: block;
    padding: 1px 3px 1px 3px;
    margin: 2px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:80%;
    line-height: 14px;
    font-weight: normal;
    font-family: times new roman, times;
}

.LoginButton:Hover
{
    background-color: #3A5C85;
}

.LogoutButton
{
	/*
    width: 75px;
    background-color: #ff0000;
	*/

	float: right;

    display: block;
    padding: 1px 3px 1px 3px;
    margin: 2px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:80%;
    line-height: 14px;
    font-weight: normal;
    font-family: times new roman, times;
}

.LogoutButton:Hover
{
    background-color: #3A5C85;
}

.LeftNavButton, .LeftNavButton2
{
    display: block;
    padding: 3px;
    margin: 5px Auto 5px Auto;
    width: 110px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:90%;
    font-weight: normal;
    font-family: times new roman, times;

    background-color: #10395A;
    background-color: #686755;
}

.LeftNavButton2
{
    font-size:130%;
    width: 170px;
}

.LeftNavButton:Hover
{
    background-color: #3A5C85;
    background-color: #9B7D57;
}

.LeftNavButton2:Hover
{
    border: solid 1px #10395A;
    color: #10395A;
    background-color: #EAE3D0;
    background-color: #9B7D57;
}

.SearchButton
{
    display: block;
    padding: 1px;
    margin: 5px Auto 5px Auto;
    width: 90px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:80%;
    font-family: times new roman, times;

    background-color: #3A5C85;
    background-color: #686755;
}

.SearchButton:Hover
{
    background-color: #B6C8DE;
    background-color: #9B7D57;
}

.SearchTextBox
{
    display: block;
    padding: 1px;
    margin: 5px Auto 5px Auto;
    width: 110px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    font-size:75%;
}

.SunnylandsButton
{
    display: block;
    padding: 3px;
    width: 130px;
    margin: 5px Auto 5px Auto;
    border: solid 1px #10395A;
    border: solid 0px #FDDF4D;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:90%;
}

.SunnylandsButton:Hover
{
    border-color: #EBE8D8;
    background-color: #3A5C85;
    background-color: #686755;
}

.DropCap
{
    font-size: 75%;
    text-transform: uppercase;
}

.NavBarTitle
{
    font-size: 75%;
    color: #EBE8D8;
    text-transform: uppercase;
}

#divNavShowcase
{
	width: 140px;
    color: #ffffff;
    font-size:90%;
}

#divNavShowcase h1
{
    font-size:90%;
}

#divNavShowcase h2
{
    font-size:90%;
}

#divNavShowcase h3
{
    font-size:90%;
}

div.hz_line
{
    height: 1px;
    background: #ccc;
    text-align: center;
    margin: 0 auto;
    margin: 10px 0 10px 0;
}
