/* general styles */

body {
	margin: 0px; 
	background-color: #edf1f3;
	 
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #0061FF;
	text-decoration: underline;
}


.logo
{
	margin-left: 10px;
	margin-top: 14px;
	text-align: left;
}

.RedFont {	color: #F00;
}

#content_box
{
	width: 685px;
	text-align: justify;
}

.content_text
{
	font-family:Verdana, Arial;
	font-size: 13px;
	line-height: 19px;
	margin-right: 10px;
	margin-left: 10px;
	color: #626262;	
}

.label
{
	font-size: 18px;
	color: #626262;
	FONT-FAMILY: Arial, Verdana;
}

.label2
{
	font-size: 16px;
	color: #626262;
	font-weight: bold;
	FONT-FAMILY: Arial narrow, arial, Verdana;
}

.medtxt1
{
	font-size: 10px;
	color: #626262;
	font-family: Arial, Verdana;
}

.medtxt2
{
	font-size: 12px;
	color: #000000;
	font-family: Arial,Verdana;
}

.index_text
{
	font-size: 12px;
	color: #626262;
	font-family: Arial,Verdana;
}

.index_text_icon
{
	font-size: 11px;
	color: #626262;
	font-family: Arial,Verdana;
}

.bullet_blue, .bullet_green, .bullet_red, .bullet_orange, .bullet_aqua  {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
    padding-left: 0px;
    list-style: none;
	font-size: 12px;
	color: #626262;
}

.bullet_blue li {	
    padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
    background-image: url(images/bullet_blue.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.bullet_green li {	
    padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
    background-image: url(images/bullet_green.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.bullet_red li {	
    padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
    background-image: url(images/bullet_red.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}


.bullet_orange li {	
    padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
    background-image: url(images/bullet_orange.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.bullet_aqua li {	
    padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
    background-image: url(images/bullet_aqua.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
	
.index_img_icon {
margin-bottom: 0px;
}	
.footer-yellow {
	width: 928px;
	text-align:center;
	background-color: #E0C62B;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EFE192;
	border-right-color: #EFE192;
	border-left-color: #EFE192;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #94821C;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 24px;
}
.footer-yellow a:link { color:#94821C;
text-decoration:none;}

.footer-yellow a:active { color:#94821C;
text-decoration:none;}

.footer-yellow a:visited { color:#94821C;
text-decoration:none;}

.footer-yellow a:hover {
color:#990000;
text-decoration:none;
border-bottom:1px dashed #990000;}

.footer-blue {
	width: 928px;
	text-align:center;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A9CEED;
	border-left-color: #A9CEED;
	height: 35px;
	background-color: #68ABE0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A9CEED;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 15px; 
	padding-left: 15px; 
	margin-left: 24px;
}
.image 
{   background-image: url(images/gradient_left.jpg);
	background-repeat: repeat-y;
	}
.image2 
{   background-image: url(images/gradient_buttom.jpg);
	background-repeat: repeat;
}	
.image3
{   background-image: url(images/gradient_right.jpg);
	background-repeat: repeat;
}	

.under_title {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 37px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	z-index: 10000;
}
.under_title a:link, .under_title a:visited, .under_title a:hover{
	font-weight:normal;
}

	
	


	