@CHARSET "ISO-8859-1";

/*
 ***** TAG LEVEL DEFINITIONS *****
 */

body {
	background: #313131;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1 {
	font: bold 1.8em arial;
	color: #333;
	padding: 0px;
	margin: 0px;
}

h2 {

}

p, h1, h2, div, a {
    font-family: arial;
    color: #333;
}

.bigText {
    font-size: 1.2em;
    font-weight: bold;
}

a {
    color: #003399;
    text-decoration: underline;
}

a:hover {
    color: #6d93e0;
    text-decoration: none;
}

#page {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

#pageTop {
    width: 500px;
    height: 14px;
    background: url('../images/bgTop.png');
}

#pageBottom {
    width: 500px;
    height: 14px;
    background: url('../images/bgBottom.png');
}

#pageContent {
    width: 500px;
    background: #fff;    
}

#pageContentContainer {
    width: 496px;
    margin-left: 2px;
    background: #fff url('../images/bgPage.png') top repeat-x;
    min-height: 500px;
}

p, h1, h2 {
    padding-left: 10px;
    width: 476px;
}

.stateSeal {
    margin-left: auto;
    margin-right: auto;
    width: 144px;
    height: 146px;
    margin-bottom: 24px;
}

.stateSeal.nv {
    background: url('../images/stateSeal_NV.png') top no-repeat;
}

.iconSurvey {
    min-height: 50px;
    display: block;
    padding-left: 50px;
    background: url('../images/iconSurvey.png') top left no-repeat;
    padding-top: 8px;
}