@import url(form.css);

HTML, BODY, DIV, SPAN, A, TABLE, THEAD, TBODY, TFOOT, TR, TH, TD, P, UL, OL, LI, BR, BUTTON, INPUT, FORM, FIELDSET, SELECT, OPTION, OPTGROUP, TEXTAREA {
    font-family:        Verdana, Arial, Helvetica, Sans-Serif;
    font-size:          11px;
    font-weight:        normal;
    color:              #6D6E71;
    line-height:        16px;
}


HTML, BODY {
    min-width:          1000px;
    _width:             1000px;
    min-height:         100.001%;
    _height:            100.001%;
    overflow:           display;
    margin:             0px;
    padding:            0px;
    background-color:   #EEEEEE;
}

BODY {
		overflow:-moz-scrollbars-vertical;
}

IMG   {
    border:             none;
}

H1 {
    font-weight:        normal;
    font-size:          19px;
    color:              #000000;
    margin-bottom:      40px;
    padding-top:        2px;
}
H2 {
    font-weight:        bold;
    font-size:          11px;
    color:              #000000;
    padding-top:        2px;
}
P {
    font-weight:        normal;
    font-size:          11px;
    color:              #6D6E71;
    line-height:        16px;
}

DIV.article UL {
    list-style-image:   url('bullet_arrow.jpg');
    padding:            0px;
    margin-left:        25px;
    line-height:        16px;
}

DIV.article OL {
    padding:            0px;
    margin-left:        25px;
    line-height:        16px;
}

DIV.article A {
    text-decoration:		none;
    color:        			#4696D1;
}


DIV#centerBox {
    overflow:           display;
    width:              950px;
    max-width:          950px;
    _width:             952px;
    min-height:         545px;
    _height:            547px;
    position:           relative;
    left:               50%;
    top:                20px;
    margin:             0px 0px 0px -476px;
    padding:            0px;
    background-color:   #FFFFFF;
    color:              #000000;
    border:             1px solid #6D6E71;
    float:              none;
    clear:              both;
}
DIV#centerContent {
    width:              900px;
    max-width:          900px;
    position:           relative;
    margin:             15px 25px 15px 25px;
    float:              none;
    clear:              both;
}


DIV#logo {
    width:              890px;
    max-width:          890px;
    position:           relative;
    margin:             0px 0px 15px 0px;
    text-align:         right;
    float:              none;
    clear:              both;
}
DIV#menu {
    width:              900px;
    max-width:          900px;
    position:           relative;
    margin:             0px;
    text-align:         left;
    float:              none;
    clear:              both;
    z-index:            100;
}
DIV#breadcrumbBox {
    width:              900px;
    max-width:          900px;
    height:             30px;
    max-height:         30px;
    position:           relative;
    margin:             0px;
    text-align:         left;
    vertical-align:     middle;
    float:              none;
    clear:              both;
}
DIV#breadcrumb {
    width:              550px;
    max-width:          550px;
    position:           relative;
    top:                7px;
    left:               110px;
    text-align:         left;
    vertical-align:     top;
    float:              none;
    clear:              both;
}
DIV#breadcrumb A {
    text-decoration:    none;
}
DIV#breadcrumb A:hover {
    text-decoration:    underline;
}
DIV#content {
    width:              900px;
    max-width:          900px;
    position:           relative;
    margin:             0px;
    text-align:         left;
    float:              none;
    clear:              both;
line-height:16px;
}

#content a,
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
text-decoration:none;
font-size:11px;
color:              #4682C7;
}


#content a:hover {
text-decoration:underline;
}

#content .netshakingForm a:hover {
text-decoration:none;
}

#content .rep_anchor,
#content .rep_anchor:link,
#content .rep_anchor:active,
#content .rep_anchor:visited,
#content .rep_anchor:hover {

color:#999;
text-decoration:none;

}

#form-module {
margin-left: 110px;
}

#form-module fieldset {
border: none;
}

#form-module div.preamble {
margin-bottom: 25px;
}

#form-module label.text {
float: left; 
width: 11em; 
margin-right: 1em; 
}

#form-module input[type=text], password, select { 
float: left; 
width: 400px;
border: 1px solid #6D6E71;
}

#form-module checkbox { 
border: 1px solid #6D6E71;
}

input[type=submit] { 
border: 1px solid #4682C7;
color: #4682C7;
background-color: #FFFFFF;
}

#form-module input[type=submit] { 
margin-top: 20px;
float: left; 
margin-left: 12em;
}

#form-module input[type=checkbox] {
margin-left: 12em;
}

#form-module-thanks {
margin-left: 110px;
}
INPUT.field {
    border:             1px solid gray;
    width:              160px;
}
INPUT.smallField {
    border:             1px solid gray;
    width:              60px;
    margin-bottom:      0px;
}