body {
	margin:0px;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #0E4456;
	background-image: url(../chapter/images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #08252E;
}
h5,  {
	margin:.;
	padding:0;
	color: #FFFFFF;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
h2 { font-size: 18px; 
}
h3 { }
p, ul, ol {
	margin-top: 0;
	line-height: 220%;
	text-align: justify;
}
ul, ol { }

blockquote { }

a { color: #842946; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */

#header {
	
}

#header h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: ;
	font-weight: normal;
	color: #FFFFFF;
}

#header p {
	padding-left: 22px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#header h1 {
	padding-left: 20px;
	padding-top: 50px;
	font-size:30px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 0px solid #DFDFDF;
}

.threecol .col2 ul {
	margin: 0px 0px 0px 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.threecol .col2 li {
	margin-bottom: 30px;
}

.threecol .col2 li ul {
	margin: 0px;
	padding: 0px;
}

.threecol .col2 li li {
	margin: 0;
	padding: 12px 0px 12px 15px;
	border-bottom: 1px solid #DFDFDF;
	background-image: url(../chapter/images/img09.jpg);
	background-repeat: no-repeat;
	background-position: left 17px;
}

.threecol .col2 li li a {
	font-weight: normal;
}

.threecol .col2 li li a:hover {
}

.threecol .col2 p {
	line-height: 200%;
}

.threecol .col2 h2 {
	height: 30px;
	text-transform: capitalize;
	font-size: 1.8em;
	font-weight: normal;
}

.threecol .col2 a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.col1 image {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 30px;
}










.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}
ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	rightright:0px;
	left: 528px;
	top: 21px;
}  
 ul#menu li {  
     display:inline;  
     margin-left:12px;  
}  
 ul#menu li a {  
     text-decoration:none;  
     color:#716d6a;  
     font-family:Verdana, Arial, Helvetica, sans-serif;  
     font-size:10px;  
     font-weight:bold;  
     text-transform:uppercase;  
 }  
 ul#menu li a.active, ul#menu li a:hover {  
    color:#211e1e;  
} 
body {  
    margin:0px; padding:0px;  
    background-color:#131211;  
   font-family:Arial, Helvetica, sans-serif;  
    color:#7f7d78;  
   font-size:13px;  
    line-height:19px;  
} 
a { color: #842946; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

 .block {  
        border:1px solid #a3a09e;  
      background-color:#ffffff;  
      margin-bottom:20px;  
      position:relative;  
}  
   .ribbon {  
      position:absolute;  
     top:-3px;  
     rightright:-3px;  
} 

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 1px;
	font-weight: bold;
}

#calendar table {
	width: 90%;
	border-collapse: collapse;
	border-bottom: 0px solid #24130F;
	border-left: 0px solid #24130F;
	border-right: 0px solid #24130F;
}

#calendar thead th {
	padding: 1px 0;
	text-align: center;
	border-top: 0px solid #24130F;
	border-left: 0px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 1px 0;
	text-align: center;
	border-top: 0px solid #24130F;
	border-left: 0px solid #24130F;
	border-bottom: 0px solid #24130F;
}

#calendar tfoot td {
	padding: 1px;
	border-left: 0px solid #24130F;
	border-bottom: 0px solid #24130F;
}

#calendar tfoot #next {
	border-top: 0px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 0px solid #24130F;
}

#calendar .pad {
	border-bottom: 0px solid #24130F;
}

#calendar #today {
	background: #24130F;
}
a.button {
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
	background-color: #32312f;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}  

a.button:hover {  
     background:#007de2 url(images/button_bg_o.jpg) repeat-x;  
     border-color:#007de2;  
 } 

.paginate {
font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
/* Menu */

#menu {
	
	width: 100%x;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	margin-right: 4px;
	padding: 20px 25px 0px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	height: 40px;
	padding: 20px 25px 0px 25px;
	background: #280612;
}


#menu .current_page_item a {
	height: 40px;
	padding: 20px 25px 0px 25px;
	background: #280612;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Search */

#search {
	float: right;
	width: 310px;
	height: 60px;
}

#search form {
	float: right;
	margin: 0;
	padding: 24px 30px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}
.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
.date {
	position: absolute;
	top: 280px;
	left: 230px;
	font-size: 11px;
	color: #31639f;
	line-height: 11px;
	width: 130px;
	font-weight: bold;
}
