
/* Layout Stylesheet */ 

body {
 margin:0px;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background:#FFFFFF;
 color:#5867BE;
 }

#outer{
 width:950px;
 margin:auto;
 }

#page{
 border-left:1px solid #5867BE;
 border-right:1px solid #5867BE;
 border-bottom:1px solid #5867BE;
 width:950px;
 margin:auto; 
 }

#hdr{
 background:url('images/h-back.gif') repeat-x;
 }

.nav{
 position:relative;
 top:0px;
 }

h1, h2{
 font-family: Tahoma;
 font-size:13px;
 font-weight:bold;
 color:#5867BE;
 margin:0px;
 }


/* *************  Left Column ************** */
#left-col{
 width:185px;
 padding:5px;
 text-align:left;
 }
#left-col a:link, #left-col a:visited{
 text-decoration:none;
 color:#5867BE;
 font-size:11px;
 font-weight:bold;
 }
#left-col a:hover{
 text-decoration:underline;
 }
/* *****************************************  */

/* *************  Left Box ************** */
.leftbox-top{
 background:#5867BE;
 padding:5px;
 }
.leftbox{
 border:1px solid #5867BE; 
 padding:5px;
 }
/* ******************************************  */

/* *************  Right Column ************** */
#right-col{
 width:765px;
 padding:10px 5px 5px 10px;
 text-align:left;
 }
/* ******************************************  */

/* ****************  Path  ****************** */
.dirpath{
 color:#5867BE;
 font-weight:bold;
 }
/* ******************************************  */

/* ************ Main Category ************** */
#main-cat{
 border:0px solid #8FB3FD;
 margin-top:10px;
 margin-bottom:-5px;
 font-weight:bold;
 }
#main-cat a:link, #main-cat a:visited{
 color:#DA8523;
 }
/* *****************************************  */

/* ************** Sub Category ************* */
#sub-cat{
 margin-left:5px;
 margin-top:5px;
 border:0px solid;
 }
#sub-cat a:link, #sub-cat a:visited{
 text-decoration:none;
 color:#5867BE;
 }
#sub-cat a:hover{
 text-decoration:underline;
 }
/* *****************************************  */

/* ******* Sub Category on Sub Pages ******* */
#subcat{
 margin-top:10px;
 border-bottom:0px solid #3366A1;
 }

#subcat a:link, #subcat a:visited{
 text-decoration:none;
 color:#5867BE;
 }

#subcat a:hover{
 text-decoration:underline;
 }
/* *****************************************  */


/* ************** Links Header ************* */
.hlink{
 background:#5867BE;
 color:#ffffff;
 padding:5px;
 font-weight:bold;
 margin-top:10px;
 }

.hlink a:link, .hlink a:visited{
 color:#C1D4FB;
 text-decoration:none;
 }
/* *****************************************  */

/* ************** Featured Link ************* */
.featured{
 padding:0px;
 width:100%;
 border:0px solid;
 background:#F5F5F5;
 }
/* *****************************************  */

/* ***************** Footer **************** */
#footer{
 text-align:center;
 background:#FFFFFF;
 height:40px;
 padding-top:20px; 
 border:0px solid;
 color:#5867BE;
 }

#footer a:link, #footer a:visited{
 font-family:Tahoma;
 font-weight:bold;
 text-decoration:none;
 color:#5867BE;
 }

#footer a:hover{
 text-decoration:underline;
 }
/* *****************************************  */
