/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


/*=================================				FORM  ============================================*/

.textbox { 
 font-family: tahoma, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 100px; 
 margin-right: 10px; 
 border: 2px solid gray;

}

.button_style { 
 font: 11px tahoma, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}


.TEXT_box_AREA {
background-color: #DCEDFA;
color: gray;
font-family: arial, verdana, ms sans serif;
font-size: 12pt;
font-weight: normal
} 


#table .table{
text-decoration: overline underline  ; color: blue  ; 
color:pink ; 

}


.labelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #3670A7; 
 background-color: transparent; 
 width: 220px; 
} 

.textbox_style {
background-color: #DCEDFA;
color: gray;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt ; 

} 


.fieldcell { 
 background-color: #DCEDFA; 
 color: black; 
 text-align: right; 
 margin-right: 0px; 
 padding-right: 0px; 
} 
 
#signup table { 
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #F9FBFD; 
 color: gray; 
 width: 90%; 
 border: 1px solid #0799B9; 
 border-collapse: collapse; 
} 

#signup td { 
 border: 1px solid #D7E5F2; 
 padding-left: 4px; 
}

a:hover.line_top_bottom{
	font-family: tahoma ; 
	text-decoration: overline underline  ; color: red  ; 
	letter-spacing: 0.9em;     
	text-transform:capitalize ; 

}

.line_top_bottom{
	font-family: tahoma ; 
	text-decoration: overline underline  ; color: blue  ; 
	letter-spacing: 0.9em;     
	text-transform:capitalize ; 

}

body {
	background-image: url(images/Bg.gif);
}


h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}
h4  {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.center {
	float: center;
	margin: 0 20px 10px 0;
}
img.right{
	float: right; 
	margin: 0 20 px 10px 0 ;
}

/* Menu */

#menu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 100px;
	height: 25px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #FFFFFF;
}

#menu a:hover {
	background: #009000;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/rice.gif) no-repeat;
	text-align: right ;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 800px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(images/img06.gif) repeat-y;
}

/* Footer 

#footer {
	clear: both;
	height: 30px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) ;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
}

#footer a {
	color: #666666;
}*/


.text1 {
	font-family: tahoma;  font-size: 20px;  color: #66CC33;  font-weight: normal;text-decoration : none ; 
}
.text2 {
	font-family: tahoma;  font-size: 20px;  font-weight: Normal;  color: #FFCC00;text-decoration : none ; 
}
.text3 {
	font-family: tahoma;  font-size: 12px;  font-weight: bold;  color:  #000000;text-decoration : none ; 
}
.text4 {
	font-family: tahoma;  font-size: 10px;  font-weight: bold;  color: #93CC05;text-decoration : none ; 
}
.text5 {
	font-family: tahoma;  font-size: 16px;  font-weight: bold;  color: #39D5E8;text-decoration : none ; 
}
.text6 {
	font-family: tahoma;  font-size: 16px;  font-weight: bold;  color: #FFFFFF;text-decoration : none ; 
}
.text7 {
	font-family: tahoma;  font-size: 16px;  font-weight: bold;  color: #93CC05;text-decoration : none ; 
}
.text8 {
	font-family: tahoma;  font-size: 12px;  font-weight: normal;  color: black;text-decoration : none ; 
}
.text9 {
	font-family: tahoma;  font-size: 12px;  font-weight: normal;  color: #00B6CC;text-decoration : none ; 
}


a:hover.text1 {
	font-family: tahoma;   font-size: 20px;   color: WHITE;   font-weight: bold; text-decoration : none ; 
}

a:hover.text2 {
	font-family: tahoma;  font-size: 10px;  color: #93CC05;  font-weight: bold;text-decoration : none ; 

a:hover.text3 {
	font-family: tahoma;  font-size: 12px;  color: #236F9D;  font-weight: bold;text-decoration : none ; 
}

a:hover.text4 {
	font-family: tahoma;  font-size: 10px;  color: #93CC05;  font-weight: bold;text-decoration : none ; 
}

a:hover.text5 {
	font-family: tahoma;  font-size: 16px;  color: #93CC05;  font-weight: bold;text-decoration : none ; 
}

a:hover.text6 {
	font-family: tahoma;  font-size: 10px;  color: #93CC05;  font-weight: bold;text-decoration : none ; 
}
a:hover.text7 {
	font-family: tahoma;  font-size: 16px;  color: #39D5E8;  font-weight: bold;text-decoration : none ; 
}

a:hover.text8 {
	font-family: tahoma;  font-size: 10px;  color: #93CC05;  font-weight: normal;text-decoration : none ; 
}

a:hover.text9 {
	font-family: tahoma;  font-size: 12px;  color: #93CC05;  font-weight: bold;text-decoration : none ; 
}


/*========================   Menu bar  ================================*/

#navcontainer {
        margin: 10px 0 0 30px; padding: 0;  height: 20px;
}

#navcontainer ul {
        border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center;
}

#navcontainer ul li {
        display: block; float: left; text-align: center;padding: 0; margin: 0;
}

#navcontainer ul li a {
        background: #fff; width: 78px; height: 18px; border-top: 1px solid #f5d7b4;border-left: 1px solid #f5d7b4; border-bottom: 1px solid #f5d7b4; border-right: none;
        padding: 0; margin: 0 0 10px 0;color: #f5d7b4;text-decoration: none; display: block; text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #930;background: #f5d7b4;
}

#navcontainer a:active {
        background: #c60; color: #fff;
}

#navcontainer li#active a {
        background: #c60;  border: 1px solid #c60;color: #fff;
}


/*=============================================================  End ============================*/

