/* DEFAULTS START */

body { 
   	color: #000000; 
   	font-size: 8pt;
   	font-family: Helvetica, Geneva, Arial, sans-serif; 
   	font-weight: normal; 
	background: #cccccc; 
	text-align: center;
}

/*
td {
    font-size: 8pt;
    font-weight: normal;
    font-family: Helvetica, Geneva, Arial, sans-serif; 
    font-weight: normal; 
    background: #ffffff; 
}
*/

p { 
   	color: #000000; 
   	font-size: 8pt; 
   	font-family: Helvetica, Geneva, Arial, sans-serif; 
   	font-weight: normal; 
   	margin-left: 20px;
	margin-right: 20px; 
}

a:link {
}

a:visited {
}

a:hover {
}

/* DEFAULTS END */

/* LAYOUT START */

#capsule {
   width: 780px;				/* set the width of the entire page */
   margin: 0px auto;              /*ensure the capsule is centered */
   background-color: #ffffff;
}

#capsule_header {
	width: 780px;
	/*background-image: url(/hoodlogging.com/app/www/resources/images/structure/frontend/header_bkgd.jpg);*/
	background-position: 466px 0px;
	background-repeat: repeat-x;
	border-bottom: 5px solid #000000;
}

#capsule_body {
 	
    width: 780px;
 	/*height: 300px;*/
	/*clear: left; */  /* clears any floats from the header */
	background-color: #ffffff;
	margin: 0px 0px;
    padding: 0px 0px;
   

    
}	

#right_pane{
      	float: left;
        width: 310px;
      	margin: 0px 0px;
    	padding: 0px 0px;
}
#left_pane{
		float:left;
      	width: 470px;
      	margin: 0px 0px;
    	padding: 0px 0px;

}
#right_pane h1{ 
         font-size: 10pt;
         font-weight: bold;
         color: #D43D2A;
         padding: 0px 0px 0px 0px;
         margin: 2px 0px 0px 5px;
        
}
#right_pane h2{ 
         font-size: 10pt;
         font-weight: bold;
         color: #D43D2A;
         padding: 5px 0px 0px 0px;
         margin: 5px 5px 0px 5px;
        border-top: 1px solid #cccccc;
}
#right_pane p{
          color: #3e3e3e; 
          font-size: 8pt; 
          font-weight: normal;
          line-height: 11pt; 
          padding: 5px 0px 0px 5px;
          margin: 0px 0px 0px 0px;
          
}



.clear{
	clear: left;
}
#capsule_body_left {
	float: left;
	width: 124px;
	margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    
}

#capsule_body_center {
    background-color: #ffffff;
	float: left;
	width: 636px;
	margin: 0px 0px;
    padding: 20px 10px;
}

/*#capsule_body_right {
	float: left;
	width: 25%;
	background-color: #ffffff;
}*/

#capsule_footer {
	clear: both;
    text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
    color: #ffffff;
}
#padding {
       padding: 10px;
}

/* LAYOUT END */

/* COMPONENTS START */

#menu_main {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 11pt;
	font-weight: bold;
	width: 780px;
	height: 109px;
}

/* COMPONENTS END */

/* LINKS START */
a.nav:link { 
        color: #ffffff; 
        text-decoration: none; 
        background-color: transparent; 
}

a.nav:visited { 
           color: #ffffff; 
           text-decoration: none; 
           background-color: transparent; 
}

a.nav:hover { 
          color: #D43D2A; 
          text-decoration: none; 
          background-color: transparent; 
 
}

a.contact:link { 
        color: #ffffff; 
        text-decoration: none;
        font-weight: bold; 
        background-color: transparent; 
}

a.contact:visited { 
           color: #ffffff; 
           text-decoration: none;
           font-weight: bold; 
           background-color: transparent; 
}

a.contact:hover { 
          color: #000000; 
          text-decoration: none;
          font-weight: bold; 
          background-color: transparent; 
}

a.more:link { 
        color: #5E7D8E; 
        text-decoration: underline;
        font-weight: bold; 
        background-color: transparent; 
}

a.more:visited { 
           color: #5E7D8E; 
           text-decoration: underline;
           font-weight: bold; 
           background-color: transparent; 
}

a.more:hover { 
          color: #000000; 
          text-decoration: underline;
          font-weight: bold; 
          background-color: transparent; 
}

a.sitemap:link { 
        color: #ffffff; 
        text-decoration: underline; 
        background-color: transparent; 
}

a.sitemap:visited { 
           color: #ffffff; 
           text-decoration: underline; 
           background-color: transparent; 
}

a.sitemap:hover { 
          color: #D43D2A; 
          text-decoration: none; 
          background-color: transparent; 
}

/* LINKS END */


