/* CSS Document */

body {
	margin:15px auto;
	width:972px;
}
.page-bg {
	background-image: url(main-page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 10px;
}

#home-left{
float:left;
padding:17px 40px 0px 17px;
width:428px;
}
#home-right{
float:left;
padding:5px 5px 0px 0px;
width:462px;
}
#main-area{
padding:30px 40px;
}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#242746;
line-height:17px;
text-align:justify;
}
.text-bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#242746;
line-height:17px;
font-weight:bold;
}
.white-bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
line-height:17px;
font-weight:bold;
}
.red-text-bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#D20000;
line-height:17px;
font-weight:bold;
}
.red-star{
font-family:"Tahoma",Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#cc0000;
}
.bright-green-text{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#34A204;
line-height:17px;
}
a.bright-green-text:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#56697A;
line-height:17px;

}
.bright-green-text-bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#34A204;
line-height:17px;
font-weight:bold;
}
.bright-green-big{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#34A204;
line-height:17px;
font-weight:bold;
}


p{
padding:0px; 
margin:0px;
margin-bottom:15px;
}
#footer{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#569978;
background-color:#E6F0DE;
clear:both;
padding:4px;
text-align:right;
margin:0px 5px;
}
ul{
padding:0px;
margin:0px;
}
li{
	list-style-type:none;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-bottom: 7px;
}
.bright-green-border{
	border:1px solid #66B145;
}
#add-left{
	width:150px;
	float:left;
	padding-bottom:5px;
	font-weight:bold;
}
#add-right{
	width:200px;
	float:left;
	padding-bottom:5px;
}
#form-left{
	width:200px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	font-weight:bold;
}
#form-right{
	width:200px;
	float:left;
	padding-bottom:10px;
}
.box{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#242746;
border:1px solid #B4D6A9;
width:175px;
}
.btn{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
background-color:#005A2E;
border-top:1px solid #076F3C;
border-left:1px solid #076F3C;
border-right:1px solid #004624;
border-bottom:1px solid #004624;
}
.green-btn{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
background-color:#4B932B;
border-top:1px solid #4B932B;
border-left:1px solid #4B932B;
border-right:1px solid #4B932B;
border-bottom:1px solid #4B932B;
font-weight:bold;
}
#dhtmltooltip {
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size:10px;
color:#3A4653;
Z-INDEX: 100; 
VISIBILITY: hidden; 
WIDTH: 80px; 
LINE-HEIGHT: 12px; 
POSITION: absolute; 
BACKGROUND-COLOR: #ffffcc; 
TEXT-ALIGN: left
}