﻿body {
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman","Calisto MT", Times, serif;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3 {
	margin-top: 0;
	color: #A66100;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4
{ color:#C87D1E;
	padding:5px;
}
ul {
}



img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
	
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 175px;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Header */

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 60px 0 0 0px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #00D8D5;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #DC8700;
}

/* Menu */

#menu {
	margin: 0 auto;
	padding: 0;
	height: 40px;
	background: url(images/img03.jpg) ;
    background-repeat:repeat-x;
    vertical-align:text-bottom;
    
}

#menu ul {
	margin: 0;
	padding-left: 270px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
		
	height: 41px;
	margin-top:20px;
	padding: 30px 40px 0 40px;	
	text-decoration: underline;
	text-transform: capitalize;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color:#CEE3CE;
}

#menu .current_page_item a {
	color:#E2F1E5;
}
/* Footer */

#footer {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	
	 background-image:url(Images/foo.jpg);
	 background-repeat:repeat-x;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}


/*table*/
.table
{ width:960px; height:auto; border:0;  
	
}
.table1
{ width:220px; height:auto; border:0;
	vertical-align:top; padding-left:20px;
	
}

.table2
{ 
	width:520px; height:auto; border:0; vertical-align:top;
}
.table3
{ width:220px;
	height:auto; border:0;vertical-align:top;
	
}
/*centertext*/
.t
{ text-align:center;
	vertical-align:text-top; width:520px;
	text-decoration:underline;
	font-size:22pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.num
{
	text-align:center;
	vertical-align:text-top; width:520px;
	text-decoration:underline;
	font-size:20pt;
	font-family: Georgia, "Times New Roman", Times, serif;

}
/*textcolor*/
p
{ 
 color:#C87D1E;
 padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;
 font-size:13px;
}
.R1
{
	color:#C87D1E;
}
/*stone*/
.st
{
   height:80px; width:160px; font-size:14px; padding-left:10px;
}
/*border */
.under
{
	height:7px;
	 background-image:url(Images/h4.gif);
	  background-repeat:repeat-x;
}
/*stone*/
.under1
{
	height:3px;
	 background-image:url(Images/h4.gif);
	  background-repeat:repeat-x;
}


/*imagegif*/
.Image
{
	width:100px; height:auto;
}
.lrtext
{ width:420px; vertical-align:text-top;
}

/* Read More */
.read
 {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}


/*Leftsidebar*/
div.sdmenu {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat;
	color:#EEEEEE;
	
}
div.sdmenu div {
	background: url(Images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(Images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(Images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(Images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #C2C2C2;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #C87D1E;
}
div.sdmenu div a.current {
	background : #E5E5E5;
}
div.sdmenu div a:hover {
	background : #717171 url(Images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/*zodiac*/
.zodia
{
	width:163px;
	vertical-align:top;
	text-align:center;
	border-top-style: outset;
	 border-right-style: outset;
	  border-left-style: outset; 
	  border-bottom-style: outset;
	  background-color:#E6E6E6;
	  padding:10px 10px 10px 10px;
	  font-size:14px;
	   font-weight:bold;
}  
/*link */
a:link 
{
	text-decoration: none;
	}
a:visited 
{
	text-decoration: none;
	}
a:active 
{
	text-decoration: none;
	}
a:hover 
{
	text-decoration: underline; color: red;
	}
	
	/*home*/
	.home
	{
		height:40px;
		width:400px;
	 background-image:url(Images/home1.jpg);
	  background-repeat:repeat-x;
	  text-align:center;
	}