/*This is the CSS code for side boxes*/

.roundcontgreen {
	width: 250px;
	background-color: #5AB82E;
	padding: 0px;

}

.coloredboxes{

	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;

}

.roundcontblue {
	width: 250px;
	background-color: #006699;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/trt.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/brt.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*This is the CSS code for main content box*/

.t {background: url(images/gdot2.gif) 0 0 repeat-x; width: 750px}
.b {background: url(images/gdot2.gif) 0 100% repeat-x}
.l {background: url(images/gdot2.gif) 0 0 repeat-y}
.r {background: url(images/gdot2.gif) 100% 0 repeat-y}
.bl {background: url(images/mbl.gif) 0 100% no-repeat}
.br {background: url(images/mbr.gif) 100% 100% no-repeat}
.tl {background: url(images/mtl.gif) 0 0 no-repeat}
.tr {background: url(images/mtr.gif) 100% 0 no-repeat; padding:10px} 



/*This is the CSS code for footer menu and admin menus dictated by definition class2 to add other styles make class2 etc*/

.class2 a:link{
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.class2 a:visited{ text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.class2 a:hover{ 	color: #FFFFFF; 
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	

}
.class2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

/*This is the CSS code for fgeneral links throughout site*/

a:link{
	text-decoration: none;
	color: #5AB82E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
a:visited{ text-decoration: none;
	color: #5AB82E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:hover{ text-decoration: none;
	color: #003366; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #339900;
}
/*form buttons*/

input.btn {
	color:#000000;
	background-color:#fed;
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 205px;

 } 
 
 textarea {
	color: #0066CC;
	border: 1px solid #666666;
}

input { 
	color: #0066CC;
	border: 1px solid #666666;
}
