/* CSS Document */
body{
	width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
width: 100%;
background-color: #CCCCCC;
color: #000033;
}

#main-wrapper{
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	}

#leftSide{
Background-image: url('/OCDPA/images/OCDPALeftShadowEdge.jpg');
background-repeat: repeat-y;
}

#tablefoot{
background-color: #FFFFFF;
}

#mainMenuTitle{
font-size: 24px;
font-weight: bold;
color:#ff9933;
font: arial;
}

#rightSide{
Background-image: url('/OCDPA/images/OCDPARightShadowEdge.jpg');
background-repeat: repeat-y;
}

#title{
background-color: #000033;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding-left: 37px;
}

#intructions{
color: #000033;
font-size: 13px;
padding-left: 123px;
padding-top: 7px;
padding-bottom: 7px;
}

#pageTitle{
color: #000033;
font-size: 18px; 
}

#help{
padding-top: 7px;
padding-bottom: 7px;
}

#help a{
font-size: 14px;
font-weight: bold;
color: #000033;
}

#even{
background-color: #99CCFF;
padding-left: 37px;
padding-top: 7px;
padding-bottom: 7px;
}

#evenSub{
background-color: #99CCFF;
padding-left: 15px;
padding-top: 7px;
padding-bottom: 7px;
}

#odd{
padding-left: 37px;
padding-top: 7px;
padding-bottom: 7px;
}

#oddLine{
background-color: #CCCCCC;
}

#oddSub{
padding-left: 15px;
padding-top: 7px;
padding-bottom: 7px;
}

.table_column_invisible{
display:none;
}

.table_column_visible{
display:block;
}

