/* New CCO Webpage Styles */

 /*                 Body Style                */
		
	body
	{
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 10pt;	
	color: navy;
    margin: 0px;
	padding: 2px;
	width: 800px;
	}
 
    div#homepage_header 
    {
	display: inline;
    width: 800px;
    }
	
     
    hr {
	margin-top: 4px;
    margin-bottom: 4px;
    color: navy;
	}  
 
 
 	
	/*                  Left Column         */
	
    div#left_column 
    {
	float: left;
    border: solid navy 0px;
	margin-top: 5px;
	margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	width: 180px;
	height: 600px;
    line-height: normal; 
	}
    
    div#left_column2 
    {
	float: left;
    border: solid navy 0px;
	margin-top: 5px;
	margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	width: 780px;
	height: 600px;
    line-height: normal; 
	}
	
	/*                    Middle   Column      */
	div#middle_column 
    {
	min-height: 600px;
	/*max-width: 600 px;*/
	margin-top: 5px;
	margin-left: 183px;
	margin-right: 100px;
    margin-bottom: 0px;
    padding: 5px;
	border: solid navy 0px;
    font-size: 10pt;
    font-weight: normal;
    line-height: normal;
    }
	
    div#middle_column_normal 
    {
	min-height: 600px;
	/*max-width: 600 px;*/
	margin-top: 5px;
	margin-left: 183px;
	margin-right: 100px;
    /*margin-bottom: 0px;*/
    padding: 5px;
	border: solid navy 0px;
    font-size: 10pt;
    font-weight: normal;
    line-height: normal;
    }

    
    div#middle_column p
    {
    margin-top: 0px;
    margin-bottom: 0px;
    }
    
    div#middle_column a:hover
    {
    background:yellow;    
    }
    
    div#middle_column hr
    {
      display:block;
      colour:navy;
      background-color:navy;
    }
    
    
    
	/*                    Right  Column       */
	div#right_column 
    {
	float: right;
    margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
    border: solid navy 0px;
	width: 95px; 
	}
	
   
 
 /*                         Horizontal Menu Style                      */
   
   div#menuhome 
   {
    height: 20px;
    width: auto;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
    background-color: navy;
    margin-bottom: 0px;
    }
    div#menuhome ul 
    {
    margin: 1px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    line-height: 20px;
    white-space: nowrap;
	}
    div#menuhome li 
    {
    list-style-type: none;
    display: inline;
    }
    div#menuhome a 
    {
    text-decoration: none;
    padding: 7px 10px; 
    color: white;
    }
    div#menuhome a:link 
    {
    color: white;
    }
    div#menuhome a:visited 
    {
    color: white;
    }
    div#menuhome a:hover 
    {
    font-weight: normal;
    color: navy;
    background-color: white;
	}
	
	/*                              Left Menu Style                         */
	
	div#menuleft 
    {
    height: auto;
    width: 180px;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;    
    border-top: solid navy 1px;
    border-bottom: solid navy 2px;
	border-left: solid navy 2px;
	border-right: solid navy 2px;
    background-color: white ;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
	
	}
    
    p.menutext
    {
    font-weight: normal;
    font-size: 10pt;
    margin:0pt;
    padding:2pt;
    text-align: left;    
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
    background-color:white;
    }
    
    p.menutext1
    {
    font-weight: normal;
    font-size: 10pt;
    margin:0pt;
    padding:2pt;
    text-align: left;    
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
    background-color:#E6E6FF;
    }
    
    div#menuleft a 
    {
    text-decoration: none;
    color: navy;
    }
    div#menuleft a:link 
    {
    color: navy;
    }
    div#menuleft a:visited 
    {
    color: navy;
    }
    div#menuleft a:hover 
    {
    font-weight: bold;
    color: white;
    background-color: navy;
	}
	
    
	
    /*                      Events Box Styles                    */
    
    div.events
    {
	margin-top: 5px;
	width: 180px;
	border-top: solid navy 1px;
    border-bottom: solid navy 2px;
	border-left: solid navy 2px;
	border-right: solid navy 2px; 
	font-weight: normal;
    padding: 0px;
    font-size: 10pt;
    }
    
    div.events hr
    {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    color: navy;
    background-color:navy;
    display:block;
    }
    
    
    p.eventstext
    {
    font-weight: normal;
    font-size: 10pt;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    }
    
    hr.eventstext
    {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    color: navy;
    background-color:navy;
    display:block;
    }
	
    /*                            Box   Header Style                  */
	
	p.box_title
	{
	color: white;
    font-size: 10pt;
	font-weight: normal;
	background-color: navy;
	line-height: 1.6em;
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
	width: 100%;
	}
    
    p.indent
    {
    padding-left: 35px;
    }
	
    
    
	
    /*                    Middle Column styles                   */
    
    
    /*
    p#middle_column {
	margin-top: 2px;
	margin-bottom: 2px;
	}
	*/
    
       
	p.normaltext
    {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
		
	.footer {
	
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica ;
	font-size : 8pt ;
	color : navy;
    text-align: center;
    clear: both;
	}
	

