﻿/* 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: #DE085A;
    margin: 11px 11px 11px 11px;	
    padding: 11px 11px 11px 11px;
    font-family: Verdana, "Helvetica Medium", Arial, Sans-Serif;
    font-size: 0.9em;
    text-align:center;
}

.head1
{
    font-family: "Curlz MT", Arial, Sans-Serif;	
    font-size: 42px;	
    font-weight: bold;	
    color: #DE085A;	
    letter-spacing: 2px;
    background: transparent url('images/cookiebg.png') repeat-x bottom;
    padding-bottom: 43px;
    padding-top: 10px;
}
.tagline
{
    padding-left: 5px;
    font-family: Arial, Sans-Serif;
    font-size: 0.76em;	
    font-weight: bold;	
    color: white;
    background-color: #6B1952;
    letter-spacing: 0em;
    text-align:center;
    padding: 5px;
    
}
.mainbody
{
    background-color: White;
    text-align:left;
    margin-left:auto;
    margin-right: auto;
    width:98%;
    border:1px solid #DE085A;
}
.header
{ 
    margin-left: 243px;
    width:auto;
}
.logo
{
    text-align:center;
    width: 180;
    height: 123;
}
.menu
{
    /* change to float right for RHS menu */
    float: left;
    border: none;
    width:210px;
    font-size: 0.9em;
    text-align:center;
    margin: 7px;
    background-color: White;
}

ul.contentt
{ 
    list-style: inside disc;
    margin-left: 16px;
}

ul.menulist
{
    padding: 3px;
    margin: 0;
    display: block;
}
li.menuitem
{
    font-weight:bold;
    text-align:left;
    width: 210px;
    border: 1px solid #DE085A;
    background-color: #FFC9DE;
    margin-bottom:3px;
    padding: 3px;
    display: block;
    list-style: none;
}
a.footlink, a.footlink:visited, a.footlink:active, a.footlink:hover
{
    color: #999999;
}

a.menulink
{
    text-decoration: none;
    color: #DE085A;
    font-size: 0.9em;
}
a.menulink:hover
{
    text-decoration: underline;
    color: Purple;
}
a.menulinkselected
{
    color: Gray;
    font-size: 0.9em;
}
.content
{
    /* add margin right the same size as your menu for RHS menu */
    margin-right: 0px;
    margin-left:250px;
    padding: 11px;
    width:auto;
}
.footer
{
    font-family: "Helvetica Medium", Sans-Serif;
    background-color: #FFF1F7;
    font-size: 0.8em;
    font-weight: bold;
    width:99%;
    text-align: center;
    padding: 3px;
    margin-right:auto;
    margin-left:auto;

}
.cwsfooter
{
    font-size: 10px;
    margin-right:auto;
    margin-left:auto;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: Gray;
    width:99%;
    text-align: right;
    margin: 5px;
}
.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;
}