@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #000000;
}
h1 {
	color:#663300;
	font-size:18px;
	margin-top:0px;
}
h2 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
h3 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
p {
	color:#333333;
	font-size:12px;
	margin:20px 0px 0px 0px;
	padding:0px;
}
dt {
	color:#333333;
	font-size:12px;
	font-weight: bold;
}
dd {
	color:#333333;
	font-size:12px;
	margin-bottom: 8px;
}
/*----end by arun*/
ul {
	color:#333333;
	font-size:12px;
	margin:5px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
li {
	color:#333333;
	font-size:12px;
	margin:5px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
hr {
	width:98%;
	color:#e5dfd1;
	background-color:#e5dfd1;
	height:1px;
	border:none;
	text-align:left;
	margin:20px 0px 0px 0px;
	padding:0px;
}
hr.inside {
	width:98%;
	color:#e5dfd1;
	background-color:#e5dfd1;
	height:1px;
	border:none;
	text-align:left;
	margin:10px 0px 10px 0px;
	padding:0px;
}
.para {
	color:#333333;
	font-size:12px;
	margin:20px 0px 0px 0px;
	padding:0px;
}
#holder {
	margin:0px auto 0px auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	width:950px;
}
.footer {
	background-image: url(images/bottom_background.jpg);
	background-repeat: repeat-y;
	width: 950px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 210px;
	font-size: xx-small;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottomhr {
	background-image: url(images/hr_bottom.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	width: 950px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	font-size: 1px;
	line-height: 1px;
}
div.header {
	padding-top:4px;
	background-image:url(images/top_border.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:0px solid red;
	width:950px;
}
div.header div.logo {
	width:302px;
	float:left;
	margin: 0px;
}
div.header div.topmenu {
	float:left;
	margin-left:181px;
	height:101px;
	vertical-align:top;
}
div.leftmenu {
	width:198px;
	float:left;
	margin-top:70px;
}
div.content {
	width:712px;
	/*min-height: 430px;*/
	float:left;
	margin-top:45px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
}
div.eeocontent {
	width:900px;
	/*min-height: 430px;*/
	float:left;
	margin-top:45px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:40px;
}
div.content p img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.head2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
}
/*-------------Form Styles-------------------*/
div.formlabel {
	font-size:12px;
	font-weight:normal;
	text-align: right;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
input.text {
	width:200px;
	border:1px solid #999999;
	color:#333333;
	font-size:12px;
	padding:2px;
	height:17px;
	background-color: #F3DEC9;
}
input.text_main {
	width:200px;
	border:1px solid #ee2924;
	color:#333333;
	font-size:12px;
	padding:2px;
	height:17px;
}

input.zip {
	border:1px solid #999999;
	font-size:12px;
	padding:2px;
	height:17px;
	color:#333333;
	background-color: #F3DEC9;
}
.radio {
}
.selection {
	width:150px;
	border:1px solid #e5dfd1;
	font-size:12px;
	color:#333333;
	padding:2px;
	height:22px;
	background-color: #F3DEC9;
}
.selection_large {
	width:202px;
	border:1px solid #999999;
	font-size:12px;
	color:#333333;
	padding:2px;
	height:22px;
	background-color: #F3DEC9;
}
input.submit {
	background-image:url(images/btn_submit.jpg);
	background-color:#e5dfd1;
	width:86px;
	height:32px;
	cursor:pointer;
}
/*input.submit:hover{
	background-image:url(images/btn_submit_over.jpg);
	background-color:#e5dfd1;
	width:86px;
	height:32px;
}*/
input.cancel {
	background-image:url(images/btn_cancel.jpg);
	background-color:#e5dfd1;
	width:86px;
	height:32px;
	cursor:pointer;
}
/*input.cancel:hover{
	background-image:url(images/btn_cancel_over.jpg);
	background-color:#e5dfd1;
	width:86px;
	height:32px;
}*/


/*----------------add by arun*/

p.text {
	color:#74560c;
	font-size:16px;/*margin:20px 0px 0px 0px;
	padding:0px;
*/}
p.text_y {
	color:#74560c;
	font-size:14px;
	margin-top:90px;/*margin:20px 0px 0px 0px;
	padding:0px;
*/}
p.text div.said {
	display:inline;
	text-align:right;
	color:#74560c;
	font-size:16px;
	font-style:italic;
}
div.contentnew {
	width:752px;
	float:left;
	margin-top:0px;
	/*padding-left:20px;
	padding-right:20px;*/
	margin-bottom:40px;
}
div.contentnew p img {
	float:right;
	vertical-align:top;
	margin:0px;
	padding:0px;
	border:	1px #990000 solid;
	width:348px;
}
div.header div.topmenunew {
	float:left;
	width:467px;
	margin-left:181px;
	/*height:100px;*/
	vertical-align:bottom;
	border:0px solid red;
}
div.header div.topmenunew a {
	margin: 0px;
	padding: 0px;
}
div.header div.topmenunew img.globeTop {
	border:none;
	vertical-align:bottom;
	padding:0px;
	margin:0px;
}
div.topcontent {
	width:347px;
	height:238px;
	float:left;
	/*margin-top:79px;*/
	padding-top:0px;
	padding-left:20px;
	margin-left:3px;
	padding-bottom:13px;
	padding-right:20px;
	/*background-color:#f6edd7;*/
	background-image:url(images/man_0.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
div.welcome {
	width:350px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
div.enrollmentdown  {
	border: medium dashed #FF0000;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFF66;
}

div.testimonialscover {
	/*width:322px;*/
	float:right;
	margin-top:3px;/*padding-left:15px;
	padding-bottom:13px;
	padding-right:20px;
	background-color:#f4f3f1;
	text-align:left;
	padding-top:10px;*/
	
}
div.testimonials {
	width:300px;
	/*float:right;*/
	margin-right:15px;
	padding-left:15px;
	padding-bottom:13px;
	padding-right:20px;
	background-color:#f4f3f1;
	text-align:left;
	padding-top:10px;
	border:0px solid red;
}
ul.rightlist {
	width:90%;
	padding:0px;
	/*margin-left:25px;*/
	
	margin:-5px 0px 0px 18px;
}
ul.rightlist li {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.rightlist li div {
	background-image:url(images/arrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:0px #990000 solid;
	color:#666666;
	font-size:12px;
	padding:0px 18px 0px 20px;
	border-bottom:0px #999999 solid;
}
div.homeimg {
	margin:0px;
	padding:0px;
	border:none;
	float:left;
	width:349px;
}
div.homeimg img {
	margin: 0px;
}
.underLeftMenu {
	display:none;
	background-image:url(images/bg_leftAd.jpg);
	width:172px;
	height:126px;
	margin:25px 0px 0px 25px;
}
.updatetable {
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
}
.style1 {
	color: #990000;
	font-size: 12px;
}
.loginform {
	margin:25px 0px 0px 25px;/*	display: none;*/
}
.loginform form {
	border:1px solid #990000;
	background-color: #E0DFDD;
	text-align: center;
}
.loginform h3 {
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #663300;
	color: #CCCCCC;
	text-align: center;
	letter-spacing: 2px;
}
.loginform input {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.loginform label {
	text-align: center;
	font-size: x-small;
}
.loginform .submitbutton {
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
}
.infoform {
}
#regform {
	font-size: x-small;
}
#regform #regtable {
	padding: 0px;
}
#regform #regtable td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#regform .regfield {
	background-color: #F3DEC9;
}
#regform #regtable .button {
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #DB9B5B;
	border-bottom-color: #DB9B5B;
	border-left-color: #FFFFFF;
	background-color: #F3DEC9;
}
#highlight {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #990000;
}
#required {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #990000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	font-size: x-small;
}
.regfield {
	background-color: #F3DEC9;
}
#questions {
	font-weight: bold;
	background-color: #ddd;
	border: thin solid #663300;
	padding-left: 10px;
	padding-right: 10px;
}
#questions dt {
	padding-top: 10px;
	font-weight: bold;
	color: #993300;
}
#questions dd {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #663300;
	margin-left: 30px;
	padding-left: 5px;
	margin-right: 25px;
}
#questions ul {
	margin-left: 0px;
}
.overstamp  {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #990000;
	letter-spacing: 10px;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	top: 85px;
	right: 175px;
	float: right;
	border: medium solid #AA0000;
	padding: 5px;
	text-align: center;
}
#infomtg ul {
	font-size: 12px;
	color: #000000;
	overflow: visible;
	z-index: auto;
	height: auto;
	width: auto;
}

#infomtg li {

}
#infomtg .mtgover {
	color: #999999;
}

#infomtg .mtgover a {
	color: #999999;
}

#infomtg .wfp {
	color: #660099;
}
#infomtg .public {
	color: #990000;
}
.loginsucess {
	width:700px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.notenrolled {
	display:none;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
}
.notenrolled  a, a:visited {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.notenrolled a:hover {
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.enrollmentoff {
display:none;
}
