/* CSS Document */

body {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-color:#777777;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}body.home {
background-image:url(../images/bg_home.gif);
background-repeat:repeat-x;
background-color:#777777;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main{
	width:100%;
	background-color:#ffffff;
}

td{
font-family:Verdana;
font-size:11px;
color:#7A7A7A;
}
.spacing{
padding-left:50px;
}
a{
font-family:Verdana;
font-size:11px;
color:#999999;
font-weight:bold;
text-decoration:none;
}
a:hover{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.site{
font-family:Verdana;
font-size:11px;
color:#999999;
font-weight: normal;
text-decoration:none;
}
a.site:hover{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight: normal;
text-decoration:none;
}
.leftlnk ul {
	margin:0px;
	padding-left:15px;
	padding-top:50px;
	list-style:none;
	
}
.leftlnk li a{
font-family:Verdana;
font-size:9px;
color:#669966;
font-weight:bold;
text-decoration:none;
}
.leftlnk li a:hover{
font-family:Verdana;
font-size:9px;
color:#CC6633;
font-weight:bold;
text-decoration:none;
}
.leftlnk li a.selectedgreen{
font-family:Verdana;
font-size:9px;
color:#CC6633;
font-weight:bold;
text-decoration:none;
}

.leftlnk ul ul {
	margin-top:10px;
	padding:0px;
	list-style:none;
	
}
.leftlnk ul ul li a{
font-family:Verdana;
font-size:9px;
color:#336633;
font-weight:bold;
text-decoration:none;
}
.leftlnk ul ul li a:hover{
font-family:Verdana;
font-size:9px;
color:#CC6633;
font-weight:bold;
text-decoration:none;
}


.selectedgrey{
font-family:Verdana;
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.square{
margin-top:5px;
margin-left:20px;
margin-right:10px;
float:right;
width:15px;
height:15px;
border:1px solid #777777;
}
.square:hover{
margin-top:5px;
margin-left:20px;
margin-right:10px;
float:right;
width:15px;
height:15px;
border:1px solid #CC6633;
}
.square1{
margin-right:3px;
background-color:#C9C9C9;
float:right;
width:13px;
height:13px;
border:1px solid #C9C9C9;
}
.square1:hover{
margin-right:3px;
background-color:#CC6633;
float:right;
width:13x;
height:13px;
border:1px solid #CC6633;
}


.arrow ul{
padding-left:15px;
list-style:none;
margin:0px;
background:url(../images/arrow.gif) left 4px no-repeat;
}
.arrow li{
margin:0px;
padding:0px;

}
.navtext{
font-family:Verdana;
font-size:10px;
color:#669999;
}
.navtext1{
font-family:Verdana;
font-size:10px;
color:#7A7A7A;
}
.spacing1{
padding-left:10px;
}
.star{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height:17px;
	color:#cc0000;
}
.txtbox
	{
	font-family= Verdana; font-size: 10px; height: 20px; width: 170px; border: 1px #CCCCCC solid; background-color:white;
	}

.cmbbox
	{
	font-family= Verdana; font-size: 10px; height: 22px; width: 170px; border: 1px #CCCCCC solid; background-color:white;
	}

.txtarea
	{
	font-family: Verdana; font-size: 10px; color: #000000; height: 70px; width: 170px; border: 1px solid #CCCCCC; background-color:white;
	}
.button{
	color : #FFFFFF;
	font-family:Verdana;
	font-size:12px;
	width:70px;
	height: 20px;
	border: 1px #285843 solid;
	background-color:#929191;
	cursor:hand;
	text-align: center;
	vertical-align: top;
}