@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-position: left top;
	background-color: #c8e6f0;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/design/bg-yantra.jpg);
}
a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #003333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:active {
	text-decoration: none;
	color: #333333;
}
p {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.title  {
	color: #003333;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	text-indent: 10px;
}
#ads {
}

.section {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}

.signature {
	font-style: italic;
	text-align: right;
}
.more {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.boldgreen {
	font-weight: bold;
	color: #003333;
}


#container  {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
} 
#header  {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

} 
#logo {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
#logo  a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}
#language {
	float: left;
	margin-left: 100px;
	font-size: 14px;
	background-image: url(../images/design/language.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
	width: 454px;
	height: 27px;
	text-align: right;
	padding-top: 10px;
	color: #666666;
	font-weight: bold;
}
#language  a:link {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#language a:active {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#language a:hover {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
#language a:visited {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


#menu {
	clear: left;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#search {
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left-style: solid;
	border-left-color: #999999;
}
#testimonies {
	background-image: url(../images/design/bg_column.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #EEECED;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 20px;
	border-left-style: solid;
	border-left-color: #999999;
}
#baner {
	margin: 0px;
	background-color: #EEECED;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-color: #999999;
}
#baner a  img {
	border: 1px solid #333333;
}
#testimonies .box {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-image: url(../images/design/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 30px;
	text-align: justify;
}

#mainContent  {
	background-image: url(../images/design/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 100%;
	border-right-width: 0px;
} 
#insidemenu {
	float: left;
	width: 185px;
}
.blankdiv {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 435px;
}


#insidemenu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#insidearticle {
	width: 435px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
#insidearticle img {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	float: left;
}

#insidearticle a {
	color: #663333;
	text-decoration: underline;
}



#flash {
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 40px;
}
#sections {
	color: #003333;
	clear: left;
	height: 100%;
	margin-left: 20px;

}
#sections #I {
	width: 50%;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#article  a {
	color: #003333;
	text-decoration: underline;
}

#sections #II {
	float: left;
	width: 49%;
}
#article       h2    {
	font-family: Tahoma, "Times New Roman", sans-serif;
	color: #003333;
	text-decoration: none;
}
#article  h3  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	text-decoration: none;
	padding: 0px;
	text-align: left;
	text-indent: 7px;
}


#article {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/design/bg_sections.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}

#article img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#slideshow  {
	height: auto;
	width: auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}
#calendar {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 260px;
	background-image: url(/images/design/bg_sections.gif);
}


#footer  {
	background-color: #FFFFFF;
	height: 45px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/design/bg_footer1.jpg);
	background-repeat: repeat-x;
} 

#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer a:link {
	text-decoration: none;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#footer  a:hover {
	color:#663333;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:active {
	color:#666666;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
			table.poll {
	padding: 0;
	border-collapse: collapse;
	width: 270px;
	margin-left: 30px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
			}
			
			table.poll th {
				text-align: left;
				padding: 4px;
				font-weight: bold;
			}
			
			table.poll td {
				padding: 4px;
			}
			
			table.poll div.remaining {
				margin: 4px 0;
				font-size: 75%;
				text-align: center;
			}
			
			table.poll .button {
				margin-top: 0.5em;
				font-weight: bold;
			}
			table.poll {
				border:1px solid #663333;
				background-color:#FFFFFF;
			}
			
			table.poll th {
	font-family:Arial,Helvetica,sans-serif;
	color:#663333;
	font-size:small;
	background-color:#EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
			}
			
			table.poll .button {
				font-family:Arial,Helvetica,sans-serif;
				font-size:small;
				background-color:#663333;
				color:#FFFFFF;
			}
			
			table.poll td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:small;
	color:#663333;
			}
			
			table.poll a.resultLink {
				font-size:small;
				font-family:Arial,Helvetica,sans-serif;
				color:#666666;
			}
#ads {
	background-color: #EEECED;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#ads2 {
	text-align: center;

}
#stats {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
}

#shadow {
	background-image: url(../images/design/up_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 8px;
}
.underline {
	text-decoration: underline;
}
#myGallery
{
width: 600px ;
height: 400px ;
}
#insidearticle  td    {
	padding: 3px;
	border-top-width: 0.1px;
	border-right-width: 0.1px;
	border-bottom-width: 0.1px;
	border-left-width: 0.1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#calendar img {
	float: left;
	padding-right: 10px;
}
#adsup {
	float: left;
	margin-left: 100px;
	font-size: 14px;
	width: 470px;
	height: 70px;
	text-align: right;
	padding-top: 20px;
	color: #666666;
	font-weight: bold;
}
#webmail a img {
	border: 0px solid #333333;
}
#webmail {
	margin: 0px;
	background-color: #EEECED;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-left-style: solid;
	border-left-color: #999999;
}
#container  #mainContent  #insidearticle  .theform  img  {
	padding: 0px;
	clear: both;
	float: right;
}
#mailform {
	width: 435px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
#calendar_swara  {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
	text-align: center;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2 {
	color: #003333;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	color: #003333;
	margin: 0px;
	padding: 0px;
}
.border {
	border: 1px solid #333333;
}
#citat  {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-image: url(../images/design/quote.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
	text-align: justify;
	padding-left: 30px;
	border-top-width: 0px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#citat  p  {
	padding-left: 27px;
	font-weight: bold;
	color: #663333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 14px;
}
#carte  {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 30px top;
	text-align: justify;
	margin: 0px;
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #999999;
	
}
#ms {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-top: 5px;
	padding-left: 30px;
	text-align: justify;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

