/* CSS Document */
    body {
        background: #fff url(images/bg.gif);
        font: 12px Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        border: 0;
    }
    p {
        font-size: 12px;
    }
    #page {
        background: #fff;
        border: 1px solid #660033;
        padding: 0px;
    }
   #content {
		padding: 0px 0px 0px 0px;
		min-height: 390px;
		height:auto !important;
	  	height:390px;
	}
    #footer {
        background: #660033;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        height: 34px;
        padding: 0px;
        width: 791px; 
    } 
/*    
    #topNav ul {
        background: #fff url(/images/tab_bg.jpg) no-repeat;
        width: 100%;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: right;
    }
    
    #topNav ul li {
        display: inline;
        float: left;
        width: 157px;
    }
    
    #topNav ul a {
        display: block;
        padding: 0px 0px 0px 0px;
        line-height: 1.8em;
        background: url(/images/tab_target2.gif) left top no-repeat;
        text-decoration: none;
        color: #93596c;
        font-size: 14px;
        font-weight: bold;
    }
    
    #topNav ul a:hover {
        color: #660033;
        background: url(/images/tab_target.gif) left top no-repeat;
    }
    #topNav #current {
        color: #660033;
        background: url(/images/tab_target.gif) left top no-repeat;
    }
	 */
    .redList {
        font-weight: bold;
        color: #660033;
        font-size: 14px;
    }
    		.topMessage {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    color: red;
	    text-align: center;
	    margin-bottom: 0px;
	    border: 1px solid red;
	    padding: 0px;
	}
	.errorMessage {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    color: red;
	}
	.formTitle {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 16px;
	    font-weight: bold;
	    color: #660033;
	    background: #fff;
	    text-align: center;
	    padding: 0px;
	}
	.formNotes {
	    
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    text-align: center;
	}
	.sectionTitle {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    color: #006600;
	    
	    text-align: center;
	    padding: 8px;
	}
    .sectionIns {
        padding: 0px;
        background: #fff;
    }
	.sectionInstructions {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 10px;
	    font-weight: normal;
	}
	.formTable {
	    width: 250px;
	    
	}
	.fieldLabel {
	    width: 200px;
	    
	    padding: 0px;
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	}
	.requiredField {
	    color: #c33;
	}
	.fieldEntry {
	    width: 450px;
	    padding: 0px;
	    font-family: arial,helvetica,sans-serif;
	    font-size: 11px;
	}
	.fieldIns {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 0px;
	}
	.textField {
	    font-family: arial,helvetica,sans-serif;
	    font-size: 0px;
	    border: 1px solid #000;
	}
	.formButtons {
	    background: #660033;
	    text-align: center;
	    padding: 0px;
	}
