/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {text-align:center; background-color:white;}
.clear{clear:both;}
#main {position:relative; padding-bottom:32px;}
/***************header***************/
#header {
    width: 880px;
    height:319px;
        padding-left:4px;
    }


/***************content**************/
#content {
margin: 0px auto;
width: 860px;
padding: 5px 0px;
}


#content h1, h2 {
color:#333;
}
#content h1 {
padding: 5px;
border-bottom: 2px dotted #91018e;
font: bold 27px "Magneto", verdana, arial;
text-align:right;
}
#content h2 {
padding: 10px;
font: bold 16px verdana, arial;
text-align:left;
}

#content p {
font: normal 13px verdana, arial;
text-align: justify;
text-indent: 35px;
line-height: 1.8em;
padding-bottom: 10px;
color: #333;
}

#content a {
font-weight: bold;
color: #91018e;
text-decoration: none;
}
#content a:hover {
text-decoration: underline;
}
#content ul,ol {
font: normal 13px verdana, arial;
text-align: justify;
text-indent: 55px;
line-height: 1.8em;
list-style-type: square;
color: #333;
}

#content #right_box label, #content #right_box input {
   font: normal 14px "Calibri",verdana, arial;
}

#content #right_box .radio {
    border: none;
}
#content #right_box button {
    background:none;
    font-weight:bold;
    cursor: pointer;
}
#content #right_box .button {
    background-color:#91018e;
    text-decoration:none;
    display:inline-block;
}
#content #right_box .button:hover {
    background-color:#b323af;
    cursor: pointer;
}

/***************footer***************/
#footer {
margin-left: 5px;
width: 872px;
padding:21px 0;
background:#91018e;
font: bold 14px "Courier New", verdana, arial;
color:#FFFFFF; 
text-align:center; 
clear:both;
}
#footer a {
    color: white;
}


