body {
	font-family: Verdana;
	font-size: 1em;
	color: #000000;
	background: #FFCC00;
	text-align: center;

	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
/*	overflow: scroll;*/
}

#page-container {
	width: 780px;
	background: url("masterMid.gif") top center repeat-y;
	text-align: left;
	margin: auto;
}

#top {
	background: url("masterTop.gif") top center no-repeat;
	height: 82px;
	padding-top: 18px;
	padding-left: 230px;
	padding-right: 20px;
    text-align: right;
	font-size: 1em;
}

#footer {
	background: url("masterBottom.gif") bottom no-repeat;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	padding: 0px 0px;
	text-align: center;
	height: 40px;
}
#content {
	margin-right: 24px;
	line-height: 18px;
	margin-left: 24px;
}

#content .padding {
	padding: 0 25px;
}

.hidden {
	display: none;
}

img {
border: none;
}

/*Start of menu code*/

    #tabs10 {
	float:left;
	width:100%;
	font-size:90%;
	border-bottom:2px solid #000000;
	line-height:normal;
	font-weight: bold;
      }
    #tabs10 ul {
          margin:0;
          padding:22px 10px 0 25px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("bl.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("br.gif") no-repeat right top;
      padding:5px 6px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
/*    #tabs9 a:hover span {
      color:#FFF;
      }
*/    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }
      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
/*end of menu code	*/  

/* CSS Document */

    #tabsLM {
	float:none;
	width:100%;
	font-size:90%;
	border-bottom:2px solid #000000;
	line-height:normal;
	font-weight: bold;
	height: 28px;
	margin-bottom: 0px;
      }
    #tabsLM ul {
          margin:0;
          padding:2px 10px 0 38px;
          list-style:none;
      }
    #tabsLM li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsLM a {
      float:left;
      background:url("bl.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabsLM a span {
      float:left;
      display:block;
      background:url("br.gif") no-repeat right top;
      padding:5px 6px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsLM a span {float:none;}
    /* End IE5-Mac hack */
/*    #tabs9 a:hover span {
      color:#FFF;
      }
*/    #tabsLM a:hover {
      background-position:0% -42px;
      }
    #tabsLM a:hover span {
      background-position:100% -42px;
      }
      #tabsLM #current a {
              background-position:0% -42px;
      }
      #tabsLM #current a span {
              background-position:100% -42px;
      }
/*end of menu code	*/  

/*start of form code*/

/*form#two {background:#FFCC00; width:470px; border:1px solid #ff0000; margin:5px auto; font-size:0.8em; font-family:verdana, arial, helvetica, sans-serif;}
*/

/*error handling css*/
.errors {
	font-family: Verdana;
	font-size: 1em;
	color: #FF0000;
	font-weight: bold;
	line-height: 1.4em;
	width: 600px;
}
.errors li {
 	list-style-type: none;
	background: url(X3.gif) no-repeat 0px 6px;
	padding-left: 25px;
	margin-bottom: 5px;
}
.errorHeading {
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
	margin-left: 38px;
}
/*end error handling css*/


.main {background:#FFCC00; width:470px; border:1px solid #ff0000; margin:5px auto; font-size:0.8em; font-family:verdana, arial, helvetica, sans-serif;}

form#two p {color:#000000; text-align:left; padding:5px 5px 5px 15px; margin:0;}

form#two fieldset#current p {padding:4px; margin:0;}

form#two fieldset {
	width:440px;
	display:block;
	border:1px dotted #000;
	padding:5px;
	font-family:verdana, sans-serif;
	line-height:1.5em;
	font-size:1em;
	margin: 10px;
}
form#two fieldset:hover {border:1px solid #000;}

/*modified for IE 7 dotted line issue
*/
form#two legend {font-size:1.1em; font-weight:bold; border-bottom:2px solid #000; margin-bottom:15px; padding:6px; background:#FFCC00; color:#000;}
* html form#two legend { padding:0 0 30px 0; margin:5px 0 0 0; border:none;}

form#two label {
	clear:left;
	display:block;
	float:left;
	width:135px;
	text-align:right;
	padding-right:10px;
	color:#000;
	margin-bottom:0.5em;
	font-weight: bold;
}

form#two input {border:1px solid #414d59; padding-left:0.5em; margin-bottom:0.6em; width:270px; background:#c5d3e0;}
form#two input:hover { background:#b80b38; border:1px solid #fff; color:#fff;}
form#two input:focus {background:#fff; border:1px solid #b80b38; color:#b80b38;}

form#two select {margin:0 0 1em 0.5em;}
form#two textarea {
	width:264px;
	height:7em;
	border:1px solid #414d59;
	padding:0.5em;
	overflow:auto;
	background:#c5d3e0;
	margin-bottom: 0.6em;
}
#page-container #content .padding #two #personal #profile {
	height: 8em;
	width: 420px;
}

form#two textarea:hover { background:#b80b38; border:1px solid #fff; color:#fff;}
form#two textarea:focus {
	background:#fff;
	border:1px solid #b80b38;
	color:#b80b38;
}

form#two option {background:#fff; color:#b80b38;}
form#two optgroup {background:#fff; color:#000; font-style:normal;}
form#two optgroup option {background:#fff; color:#b80b38;}

form#two #button1, form#two #button2 {color:#fff; padding-right:0.5em; cursor:pointer; width:205px; margin-left:8px; background:#b80b38; border:3px solid; border-color:#f11f54 #5f051c #5f051c #f11f54;}
form#two #button1:hover, form#two #button2:hover {color:#fff; background:#414d59; border:3px solid; border-color:#4f718a #003 #003 #4f718a; }
/*end of form code*/

.v110B {
	font-family: Verdana;
	font-size: 110%;
	font-weight: bold;
}
.v110Bpadded {
	font-family: Verdana;
	font-size: 110%;
	font-weight: bold;
	margin: 35px 0px 5px 0px;
}
#page-container #content .padding #two #terms #yes {
	width: 20px;
}
#page-container #content .padding #two #terms #no {
	width: 20px;
}
.mobile {
	font-weight: bold;
	padding: 2px 10px 2px 6px;
	border: 2px solid #000000;
	margin: 0px 10px 0px 10px;
}
