
/* Layout Stylesheet */ 

body {
 margin:0px;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background:#FFFFFF url('images/main-back.gif') repeat-x;
 color:#12006E;
 }

#outer{
 width:900px;
 margin:auto;
 }

#page{
 width:938px;
 margin:auto; 
 }

#hdr{
 margin-top:0px;
 height:135px;
 background:#DFDFDF;;
 }

.nav{
 position:relative;
 top:-98px;
 }

h1, h2{
 font-family: Tahoma;
 font-size:13px;
 font-weight:bold;
 color:#12006E;
 margin:0px;
 }

p{
 margin:0px;
 }

/* *************  Search ************** */
.search{
 position:absolute;
 left:600px;
 width:350px;
 height:20px;
 top:80px;
 }

.text{
 position:relative;
 }
/* *****************************************  */

.main-page{
 margin:auto;
 width:893px;
 height:16px;
 }

#main-table{
 position:relative;
 border-collapse:collapse;
 margin:auto;
 width:887px;
 border-left:3px solid #C9C9C9;
 border-right:3px solid #C9C9C9;
 background:#F1F1F1;
 }

/* *************  Left Column ************** */
#left-col{
 border-right:1px solid #DFDFDF;
 width:160px;
 text-align:left;
 padding-left:5px;
 }
#left-col a:link, #left-col a:visited{
 text-decoration:none;
 color:#D85906;
 font-size:11px;
 font-weight:bold;
 }
#left-col a:hover{
 text-decoration:underline;
 }
/* *****************************************  */

/* *************  Left Box ************** */
.leftbox-top{
 height:33px;
 color:#FFFFFF;
 background:url('images/leftcol-top.gif') no-repeat;
 margin-top:10px;
 }

.leftbox-top h1{
 position:relative;
 top:8px;
 left:5px;
 color:#FFFFFF;
 font-weight:bold;
 font-size:13px
 }

.leftbox{
 padding:5px;
 }

.ads{
 border:1px solid;
 margin:5px; 
 }

/* ******************************************  */

/* *************  Right Column ************** */
#right-col{
 width:700px;
 padding:5px 5px 5px 10px;
 text-align:left;
 }
/* ******************************************  */

/* ****************  Path  ****************** */
.dirpath{
 color:#DA8523;
 font-weight:bold;
 }
/* ******************************************  */

/* ************ Main Category ************** */
#main-cat{
 border:0px solid #8FB3FD;
 margin-top:10px;
 margin-bottom:0px;
 margin-right:10px;
 font-weight:bold;
 padding:5px;
 }
#main-cat a:link, #main-cat a:visited{
 color:#D85906;
 text-decoration:none;
 }
/* *****************************************  */

/* ************** Sub Category ************* */
#sub-cat{
 margin-left:0px;
 margin-top:0px;
 margin-right:10px;
 border:0px solid;
 background:#F7F7F7;
 padding:3px;
 }
#sub-cat a:link, #sub-cat a:visited{
 text-decoration:none;
 color:#12006E;
 }
#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:#591B01;
 }

#subcat a:hover{
 text-decoration:underline;
 }
/* *****************************************  */


/* ************** Links Header ************* */
.hlink{
 color:#000000;
 padding:5px;
 font-weight:bold;
 margin-top:10px;
 }

.hlink a:link, .hlink a:visited{
 color:#D85906;
 text-decoration:none;
 }
/* *****************************************  */

/* ************** Featured Link ************* */
.featured{
 padding:0px;
 width:100%;
 border:0px solid;
 background:#F5F5F5;
 }
/* *****************************************  */

/* ***************** Footer **************** */
#footer{
 text-align:center;
 background:#F1F1F1;
 height:40px;
 padding-top:20px; 
 border-top:3px solid #C9C9C9;
 border-bottom:3px solid #C9C9C9;
 color:#12006E;
 }

#footer a:link, #footer a:visited{
 font-family:Tahoma;
 font-weight:bold;
 text-decoration:none;
 color:#12006E;
 }

#footer a:hover{
 text-decoration:underline;
 }
/* *****************************************  */