@charset "utf-8";

/* CSS Document */



body {
	
	text-align:left;
	margin-left:10;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	
}



h1 {font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
	color:#B00;  
	margin-left:10;
	text-align:center;}
	
	h2 {color:#B00;
	font-size:16px; 
	text-align:left;
	text-weight:bold;}
	
	h3 {font-size:14px;
	
	color:#B00; }
	
	p {font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:10;}


li {
	list-style: circle outside; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	

} 
a:link {
	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;
	font-weight: normal;
	color:#7D9100;
	font-variant: normal;
	text-decoration: none;
      
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
color: #7D9100;
	font-variant: normal;
	text-decoration:none ;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;
	font-weight: normal;
	color: #7D9100;
	font-variant: normal;
	text-decoration: none;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;
	color: #287396;
	
	font-variant: normal;
	text-decoration: none;
	
}
a.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
}
a.linktext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF6600;
	font-variant: normal;
        background-color:#131711;
	
	text-align:left;
}
.linktext_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	font-variant: normal;
	text-decoration: none;
}


/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}
.classes1list {
	list-style-type: square;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	color: #009999;
	font-variant: normal;
	text-decoration: underline;
}
.instructors1list {
	list-style-type: square;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	color: #009999;
	font-variant: normal;
	text-decoration: underline;
}
#middle_table, #middle_2section tr, #right_2section tr, #right_2section td {
	padding: 0px;
	margin: 0px;
	
	
}
#middle_2section {
	padding-top: 10px;
	padding-bottom: 15px;
}

.footer
{color:#000;
font-size:10;
align-content:center;
text-align:center;}


.banner
{
color:#009EA0; background-color:#000;
text-align:right;
font-size:14px;}

.leftnavigation a
{color:#FFF;
font-size:16px;
}

.leftnavigation a:hover
{color:#ccc;
font-size:16px;
}

.whitebuttons a {
	font-size: 16px;
	color: #000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;

	
}
.whitebuttons a:visited {
	text-decoration: none;
	
}
.whitebuttons a:hover {
	color:#6C0;
	text-decoration: none;
}
.whitebuttons a:active {
	font-weight:bold;
	color:#000000;
}
.whitebuttons a:link {
	text-decoration: none;

}

.redbuttons a {
	font-size: 16px;
	color: #FFF;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;

	
}
.redbuttons a:visited {
	text-decoration: none;
	
}
.redbuttons a:hover {
	color:#6C0;
	text-decoration: none;
}
.redbuttons a:active {
	font-weight:bold;
	color:#FFF;
}
.redbuttons a:link {
	text-decoration: none;

}

.bordershadow {
box-shadow: 6px 6px 5px 0px #BEBEBE;
border-color:#999;
}

.borderradius
{border-radius: 34px 34px 34px 34px;
-moz-border-radius: 34px 34px 34px 34px;
-webkit-border-radius: 34px 34px 34px 34px;
border: 6px dotted #000000;
background:#FFF;}

.pageradius
{border-radius: 34px 34px 34px 34px;
-moz-border-radius: 34px 34px 34px 34px;
-webkit-border-radius: 34px 34px 34px 34px;
border: 5px #FFF;
background:#FFF;
}
.testimonals
{align-content:space-around;
background-color:#CF0702;
color:#FFFFFF;
border: 4px dotted #000; 
border-radius: 34px 34px 34px 34px;

}