body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: serif;
	color: #333;
	background-color: #CCCC99;
	text-align: center;
	/* part 1 of 2 centering hack */
    /*background-image: url(../img/sub_leftParen.gif);*/
    /*background-attachment: scroll;*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
}
p{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
	font-family: serif;
	color: #333;
    font-size: 14px;
}
a{
    color: #66090B;
}
#main {
    min-width: 938px;
    background-image: url(../img/sub_rightParen.gif);
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #999966;
}
#headerBar{
    height: 10px;
    width: 100%;
    background-color: #333;
    margin-bottom: 20px;
}
#footerBar{
    height: 40px;
    width: 100%;
    color: #333;
    margin-top: 25px;
    clear: both;
    border-bottom: 20px solid #333;
    text-align: center;
    font-size: 12px;
}
#footerBar a{
    color: #333;
}
#intexLogo{
}
#nav{
    float:left;
    width: 131px;
    font-size: 14px;
    padding-right: 5px;
}
#navLine{
    float: right;
    margin: 0px;
    padding: 0px;
}
#nav ul, li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#nav ul li{
    margin-top: 10px;
}
#nav ul li ul{
    margin-left: 5px;
}
#nav ul li ul li{
    margin: 0px;
}
#nav a{
    color: #F7F7CF;
    text-decoration: none;
}
#nav a:hover{
    color: #F7F7CF;
    text-decoration: underline;
}
#leftParen{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: left;
}
#rightParen{
    float: right;
    width: 24px;
    margin-bottom: 30px;
}
#clearing{
    clear: both;
    width: 960px;
    background-color: white;
}
#centerContainer{
    width: 930px;
    margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 35px;
    /* opera does not like 'margin:20px auto' */
	text-align:left;
	/* part 2 of 2 centering hack */
	width: 930px;
    /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #main #centerContainer {
	width: 930px;
    min-width: 930px;
    /* ie5win fudge ends */
}
#headerImg{
    margin-bottom: 13px;
}
.nav_selected {
	font-weight: bold;
	font-style: italic;
}
h2{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-family: san-serif;
	font-weight: lighter;
    font-size: 16px;
    color: #333333;
}
h3{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-family: san-serif;
	font-weight: lighter;
    font-size: 14px;
    color: #333333;
}
.form_text {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-family: serif;
	color: #333;
	font-size: 13px;
}
