/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #000000;
	}
        

table {
        color: #000000;
        background-color: #000000; 
        padding: 5px;
        }



															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #000000;
                background-image: url('../images/OCP_Header_Main.jpg');
                background-repeat: no-repeat;
		border: 1px solid #e5e5e5;
		border-width: 0 0 0 0;
		}
		div#header-in {
			padding: 60px 20px;
			}
                                        
	div#content-wrap {
		padding: 20px 0;
		}

                               /** Alternate Index Container **/
       div#header2 {
		color: inherit;
		background-color: #000000;
                background-image: url('../images/OCP_Header_Index.jpg');
                background-repeat: no-repeat;
		border: 1px solid #e5e5e5;
		border-width: 0 0 0 0;
		}
		div#header-in2 {
			padding: 60px 20px;
			}
                
	div#content-wrap {
		padding: 20px 0;
		}

                               /** End Alternate Index Container **/

		div.content {
			color: inherit;
			background-color: #000;
			border: 1px solid #e5e5e5;
			border-width: 0 0 0 0;
			}
			div.content-in {
				padding: 0px 10px 0px 10px;
				}
               
		div.column {
			width: 162px;
			color: inherit;
			background-color: #000000;
                 /**    background-image: url('../images/OCP_Column_Square.jpg');  **/
                        background-repeat: no-repeat; 
                        background-position: center top;    
			border: 1px solid #e5e5e5;
			border-width: 1px 1px 1px 1px;
			}
			div.column-in {
				padding: 10px;
				}
               div.column2 {
			width: 190px;
			color: inherit;
			background-color: #000000;
                        background-image: url('../images/OCP_Column_Square.jpg');
                        background-repeat: no-repeat; 
                        background-position: center top;    
			border: 1px solid #e5e5e5;
			border-width: 1px 1px 1px 1px;
			}
			div.column-in {
				padding: 6px;
				}
	div#footer {
		color: inherit;
		background-color: #000000;
                background-image: url('../images/OCP_Footer.jpg');
                background-repeat: no-repeat;
		border: 1px solid #e5e5e5;
		border-width: 0 0 0 0;
		}
		div#footer-in {
			padding: 8px 12px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/