﻿.generalpage
{
    background-image:url(../images/roth_background.jpg); background-attachment:fixed;
    background-repeat:repeat-x;
    background-color:#31A5B2; margin-top:1px;
}
.divbanner
{
    background-color:#00425A;
    background-image:url(../images/roth_banner.jpg); background-repeat:no-repeat;
    height:90px; width:940px; padding-right:10px;
    color:#8B8378; font-family:Verdana; font-size:x-small; font-weight:normal; text-align:right;
}
.divtopnav
{
    background: #00425A url("../images/roth_topnav.jpg") repeat-x;
    height:20px; width:950px; text-align:center;
    color:#88E2D9; font-family:Verdana; font-size:x-small; font-weight:normal; vertical-align:middle;
}
.divcontent
{
    background-color:Transparent;
    height:500px; width:930px;
    text-align:justify; font-family:Verdana; padding-top:20px; padding-left:10px; padding-right:10px;
    color:#88E2D9; font-family:Verdana; font-size:smaller;
}
.divfooter
{
    background-color:Transparent;
    height:20px; width:950px; padding-top:7px;
    color:#D0CDC9; font-family:Verdana; font-size:x-small; font-weight:normal;
}

A, A:visited
{
    color:#88E2D9; text-decoration:none; background-color:Transparent;
}
A:hover
{
    color:Aqua; text-decoration:none; background-color:Transparent;
}

#menu { }

#menu .Item {
	background: #00425A url("../images/roth_topnav.jpg") repeat-x;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	padding-top: 1px;
}

#menu .ItemHover {
	background: #00425A url("../images/roth_topnav_hover.jpg") repeat-x;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	padding-top: 1px;
}

#menu .ItemSelected { 
    background: #00425A url("../images/roth_topnav.jpg") repeat-x;
}

#menu a, #menu a:visited { 
    background: transparent !important; 
    color: #88E2D9; 
    display: block;
}

#menu a:hover, #menu a:active { 
    background: transparent !important; 
    color: #88E2D9; 
    text-decoration: underline;  
    display: block;
}
