/* add border 1px solid color to any element */
/* to see how they float on the page and re shuffle*/
/* use cleaner to clear the previous divs */
body
{
    background-color: white;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 0.9em;
    text-align:center;
}
a, a:link, a:active, a:visited
{color: Navy }
h1
{
    font-family: Tahoma, Verdana, Sans-Serif;	
    font-size: 1.8em;	
    font-weight: bold;	
    color: #404040;	
    letter-spacing: 0em;
    margin-top: 4px;
}
h2
{
    font-family: Tahoma, Verdana, Sans-Serif;	
    font-size: 1.2em;	
    font-weight: bold;	
    color: #404040;	
    letter-spacing: 0em;
    margin-top: 4px;
}
.tagline
{
    /* this padding needs to be additional to the menu width on LHS menu */
    /*padding-left: 293px;*/
    font-family: Arial, Sans-Serif;
    font-size: 1.8em;	
    font-weight: bold;	
    font-style: italic;
    letter-spacing: 0em;
    float: right;
    overflow: auto;
}
.mainbody
{
    /*background-color: White;*/
    text-align:left;
    margin-left:auto;
    margin-right: auto;
    width:800px;
}
.header
{ 
    width:auto;
}
.logo
{
    width: 498px;
    height: 107px;
}
.menu
{
    /* change to float right for RHS menu */
    border: none;
    font-size: 0.8em;
}
ul.menulist
{
    width:auto;
    text-align:center;
    margin-bottom:0px;
    height:28px;
    padding-left:0px;
    margin-left:15px;
    list-style-type: none;
}
li.menuitem
{
    white-space: nowrap;
    background-color: white;
    background-image: url('images/button.png');
    text-align:center;
    font-weight:bold;
    width: 146px;
    height:28px;
    margin-right: 4px;
    list-style: none;
    float: left;
}
li.menuitemselected
{
    white-space: nowrap;
    background-color: white;
    background-image: url('images/button.png');
    text-align:center;
    font-weight:bold;
    width: 146px;
    height:28px;
    margin-bottom:-1px;
    margin-right: 4px;
    list-style: none;
    float: left;
    border-bottom: 1px solid white;
}
.pink { color: #C60070; }
.green { color: Green; }
.red { color: #B20000; }
.blue { color: Navy; }
.purple { color: #69006A; }
li.menuitem a:hover, li.menuitemselected a:hover{text-decoration: underline;}
a.menulink
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: #C60070;
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
}
a.menulinkred
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: #B20000;
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
}
a.menulinkblue
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: Navy;
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
}
a.menulinkpurple
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: #69006A;
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
}
a.menulinkgreen
{
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:6px;
    padding-left: 6px;
    color: Green;
    font-family: Tahoma, Arial;
    font-size: 1.3em;
    text-decoration: none;
    display: block;
}
.content
{
    /* add margin right the same size as your menu for RHS menu */
    clear: both;
    margin-right: 0px;
    padding: 11px;
    width:auto;
    border:1px solid #808080;
    padding-bottom: 25px;
}
.footer
{
    background-color: white;
    font-size: 0.8em;
    color:#404040;
    font-weight: normal;
    float: left;
    text-align: center;
    padding: 6px;
}
a.footlink
{
    color: White;    
}
a.footlink:hover
{
    color: White;
    text-decoration: underline;
}
.cwsfooter
{
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: Gray;
    float: right;
    text-align: right;
    margin-top: 4px;
    padding: 3px;
    margin-bottom: 4px;
}
.cwslink
{
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: Gray;
}
.cleaner 
{
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.bottom
{
    margin: 0px;
}
.greenbox
{
border:1px solid Green;
width:210px;
background-color: #F3F3F3;    
float: right;
margin-left:15px;
}
.greenboxtop
{
padding: 4px;
width:auto;
background-color:Green; 
color:White; 
font-weight: bold;
}
.box
{
border:1px solid #C60070;
width:210px;
background-color: #F3F3F3;    
float: right;
margin-left:15px;
}
.boxtop
{
padding: 4px;
width:auto;
background-color:#C60070; 
color:White; 
font-weight: bold;
}
.redbox
{
border:1px solid #B20000;
width:210px;
background-color: #F3F3F3;    
float: right;
margin-left:15px;  
}
.redboxtop
{
padding: 4px;
width:auto;
background-color:#B20000; 
color:White; 
font-weight: bold;
}
.bluebox
{
border:1px solid Navy;
width:210px;
background-color: #F3F3F3;    
float: right;
margin-left:15px;  
}
.blueboxtop
{
padding: 4px;
width:auto;
background-color:Navy; 
color:White; 
font-weight: bold;
}
input, textarea
{
border: 1px solid Gray; color: #69006A;
}
