/* 

    page structure

*/

  html, body {
		margin:0;
		padding:0;
		background:#7290C9 url(../skin/body.gif) repeat-y center;
		color:#07223F;
		font: 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
  	
	#wrap0 {
		width: 100%;
		height: 384px;
    background: url(../skin/new/body-top.gif) no-repeat center top;
	}
	#wrap {
		margin:0 auto;
		width: 800px;
		position: relative;
		background: url(../skin/new/header.gif) no-repeat right top;
	}
	#left {
		width:196px; 
		background: url(../skin/new/left.gif) top left repeat-y;
    /*	background: url(../skin/joe.jpg) top left no-repeat; */
	}

  #content {
	  position: absolute;
		top: 147px;
		min-height: 100%;
		padding: 0 20px 20px;
		left: 196px;
	  width: 564px;
	  background: #F9EDCD url(../skin/blue.gif) no-repeat left top;
    border-bottom: 15px solid #7D93BE  
		 }
		 
		 
/* 

    navigation menu

*/		 
		 
#menu {
     width: 170px;
	   padding: 25px 0 80px 5px;
	   background: url(../skin/new/menu.gif) no-repeat left top; 
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a {
font: bold 10px/12px arial, helvetica, sans-serif;
display: block;
color: #07223F;
padding: 3px 4px;
text-decoration: none;
}

.menu-header {
color: #fff;
text-transform: uppercase;
}


#menu a:hover {
color: #fc0;
}

.current { color: #F9EDCD!important; cursor: text}


/* 

    major font styles

*/


p, pre, i, .news-container, a { 
          font: 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
          text-align: justify; 
          padding: 5px 0 20px 0;
          margin: 0;
          color: #07223F
          }
.p-indent { text-indent: 10px }          
h1, h2, h3        { 
          font: bold 24px/1.5 Arial, Helvetica, sans-serif; 
          color: #F90; 
          text-align: right; 
          }
h1 { padding-left: 70px }          
h2 { font-size: 14px; text-align: left;
       }  
/* h3 { font-size: 12px; text-align: left;
     padding: 2px 5px;
     background: #F7F9FE;
     color: #07223F;
     font-weight: normal; 
       } */  
h3 { font-size: 12px; 
     text-align: left;
     color: #07223F;
     padding-left: 10px;
     }
#content ul { list-style-type: disc;}     
#content a:hover { color: #7290C9; }
/* 

    img / text decor classes

*/

.border-bottom { border-bottom: 1px solid #5D79AB }

.bottom-link a{ padding: 0!important; }

#content img { border: 1px solid #071D34;} 

.author, .author a { font-style: italic; font-size: 10px; padding: 0; margin: 0;}

#copy { padding-left: 10px }
#copy a, #copy p { color: #F9EDCD!important; }
            


/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; margin-right: 10px}
.f-right { float: right; margin-left: 10px}


