/*
--------------------
*/


* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 76%/1.5em Arial, Helvetica, sans-serif;
	background: #ccccff;
	color: #222;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, {
    margin:  .5em 0;
    padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	color: #000;
	}

h1 { font-size: 218%; text-align: center; padding-top: 10px;}
h2 { font-size: 164%; text-align: center; margin-bottom: 10px}
h3 { font-size: 145%; }
h4 { font-size: 13px; font-weight: bold;}
h5 { font-size: 100%; font-style:italic; font-weight: bold;}
h6 { font-size: 11px; font-weight: bold; }

/* Layout
-------------------------- */

#container {
	width: 753px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	background: #fafafa;
	}
#header {
	height: 120px;
	background-color:#000000;
	color: #fff;
	border-top: 5px solid #FFFFFF;
	}
#header h1 {
	border: 0;
	color: #000;
	text-align: center;
	}
	
#content {
	padding-left: 5px;
	padding-right: 5px;
	}
#footer {
	clear: both;
	color: #000;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-top: 2px solid #999999;
	line-height: 1.2em;
	text-align:center
	}
.box {
    border: 1px dotted #AAA;
    margin:20px;
    padding-left:5px;
    }
	
.box h2{
    margin-top:10px;
   }
	
.quilt {
    border: none;
    margin:0 auto 0 auto;
	width: 150px
    padding-left:5px;
    }
	
.quilt1 {
    border: none;
   	width: 150px;
	margin: 0 6px 0 6px;
	float:left;
    padding:5px;
    }
.quilt2 {
    border: none;
   	width: 150px;
	margin: 0 35px 0 35px;
	float:left;
    padding:5px;
    }
.quilt3 {
    border: none;
   	width: 150px;
	margin: 0 5px 0 5px;
	float:right;
    padding:5px;
    }

.leftquilt {
    border: none;
   	width: 150px;
	margin: 0 0 0 100px;
	float:left;
    padding:5px;
    }
	
.rightquilt {
    border: none;
   	width: 150px;
	margin: 0 100px 0 0;
	float:right;
    padding:5px;
    }

/* Links
-------------------------- */
a, a:link, a:active {
	color: #8A214C;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}

#footer a, #footer a:link, #footer a:active {
	color: #000;
	text-decoration: none;
	}
#footer a:hover {
	background: #FDDAF2;
	color: #8A214C;
	text-decoration: none;
	}
.sponsor {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	text-align:center;
}
	
/* style features
-------------------------- */

.center {text-align: center;}


	  
	  /*-----------------------------------------------------------
	  Pure CSS Drop-down Menu
	  Author: Justin Spegele
	          Spegele Design and Development
              http://www.spegele.com/
     ----------------------------------------------------------- */
	
    /* Overarching Menu
        -----------------------------------*/
        .cssnav {
            position:relative; 
            z-index:1000;
            font-size:12px;
            font-family:Arial, Helvetica, sans-serif;
            font-weight:bold;
            text-align:center;
        }
        .cssnav ul {
            padding:0;
            margin:0;
            list-style-type:none;
        }
        .cssnav ul ul {
            width:149px;
            text-align:left;
    }
    /*	Main list 
        -----------------------------------*/
        .cssnav li {
            float:left;
            width:150px;
            position:relative;
        }
    /*	First Level
        -----------------------------------*/
        /* Links */
        .cssnav a, .cssnav a:visited {
            display:block;
            text-decoration:none; 
            color:#fefefe; 
            border:1px solid #fff; 
            border-width:1px 0px 1px 1px; 
            background:#8A214C; 
            line-height:25px;
        }
        /* Links on hover */
        .cssnav a:hover, .cssnav ul ul a:hover{
            color:#000; 
            background:#ccccff;
        }
        .cssnav :hover > a, .cssnav ul ul :hover > a {
            color:#000;
            background:#ccccff;
        }
    /*	Second Level
        -----------------------------------*/
        /* Links */
        .cssnav ul ul a, .cssnav ul ul a:visited {
            background:#D7375B;
            line-height:1em; 
            padding:5px 10px; 
            width:128px;
            border-width:0 1px 1px 1px;
        }
        /* Links on hover */
        .cssnav ul ul a:hover {
            background:#ccccff;
        }
        /* Visibility */
        .cssnav ul li:hover ul, .cssnav ul a:hover ul{
            visibility:visible; 
        }
    
    /*	All Sub Levels 
        -----------------------------------*/
        /* Default visibility */
        .cssnav ul ul {
            visibility:hidden;
            position:absolute;
            top:26px;
            left:0; 
            border-top:1px solid #fff;
        }
    /*	IE Table 
        -----------------------------------*/
        .cssnav table {
            position:absolute;
            top:0;
            left:0;
            border-collapse:collapse;
        }