html {
     overflow: -moz-scrollbars-vertical;
}
.std {
	color: #000000;
	font-size: 12px;
	line-height: 17px;
} 
.SubmitBtn {
	height: 18px;
	width: 103px;
	float: right;
}

.Slink {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-left: 30px;
	width: 193px;
} 

.SlinkHi { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; font-style: normal} 
.stdhi { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #999999} 
/*td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px 1px 1px 1px;
}*/
a:hover {
	text-decoration: none;
	color: #FF9900;
}  

a {	color: #00508F;	text-decoration: none;}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-image: url(/Art/LeftMenuBG2.jpg);
	margin: 0px 10px 0px 20px;
	padding: 0px 10px 0px 20px;
}
.menu a:hover {color:#FF9900; text-decoration:none;}
.menu a{
	color: #085490;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
} 
.btnImg {margin-left: 5px; margin-right: 5px;}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 200px;
	vertical-align:top;
	color: #000000;
} 

.CheckBox {
	color: #000000;
	height: 13px;
	width: 13px;
	background-color: #EED7AE;
	border: 1px solid #EED7AE;
	float: left;
	padding: 1px 10px 0 0;
	overflow: hidden;
	vertical-align: top;
	margin: 1px 10px 0 0;
}

.inputbutton { font-family: Arial, Helvetica, sans-serif; font-size: 10px;color: #085490; width: 120px; vertical-align: middle; font-style:normal; text-align: center; line-height: normal; font-weight: normal;}
 textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 40px;
	width: 200px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.Error {  font-weight: bold; color: #CC0000;}
.Tick { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; width: 15px; vertical-align: middle; font-style: normal; text-align: center;  line-height: normal; font-weight: normal; }


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EED7AE;
}
.BelowMainTopImage {
	background-image: url(/Art/MainBG.jpg);
	background-repeat: repeat;
}
.BelowMainTopHome {
	background-image: url(/Art/MainBG2.jpg);
	background-repeat: repeat;
}
.HomePgMenu {
	color: #000000;
	background-image: url(/Art/MenuBG2.jpg);
	background-repeat: repeat;
}



.SmallInput {  width: 30px;}
.ImageField {
	border: 0;
	margin-right: 0px;
	padding-right: 0px;

	}
.ImageFieldLeft {
	padding-bottom: 15px;
	margin-right: 10px;
	margin-top: 4px;
	
}
.ImgLeft {
	border-width: 0px;
	vertical-align: middle;
}



hr {  vertical-align: bottom; color: #E7E7E7;}


h1 {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
/*h1 a{
	color: #085594;
	margin-top: 8px;
	font-size: 16px;
}
h1 a:hover{
	color: #FFFFFF;
	margin-top: 8px;
	font-size: 16px;
}*/
h4 {
	color: #00508F;
	font-weight: bold;
	margin-top: 0px;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;

}
/*Right Panel*/

table.RightPanel {
	margin-bottom: 10px;
}
/*
table.RightPanel th {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
	font-weight: bold;
	margin: 5px 0 8px 15px;
	padding: 5px 0 8px 15px;
	text-align: left;
	background-color: #D9D9D9;
	border: 1px solid #91b4cf;
}
table.RightPanel td {
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	-moz-border-radius: 2px 2px 2px 2px;
}
table.RightText {
	border-spacing: 2px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.RightText th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffff00;
	font-weight: bold;
	margin: 5px 0 8px 15px;
	padding: 5px 0 8px 15px;
	text-align: left;
	background-color: #D9D9D9;
	border: 1px solid #91b4cf;
	
}
table.RightText td {
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	-moz-border-radius: 2px 2px 2px 2px;
	border: 1px solid #91b4cf;
	text-indent: 10px;
}
.ImageFieldRight {
	padding: 0;
	margin: 0;
	border-left: 1px solid #91b4cf;
	border-right: 1px solid #91b4cf;
	border-bottom: 1px solid #91b4cf;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px 1px 1px 1px;
}

End Right Panel*/


/*RIght Panel New*/

.RightPanel-Title {
	-moz-border-radius: 2px 2px 2px 2px;
	height: 22px;
	color: #00508F;
	margin: 0px 0px 0px 0px;
	background-color: #d9d9d9;
	text-indent: 10px;
	border-left: #91b4cf 1px solid;
	border-right: #91b4cf 1px solid;
	border-top: #91b4cf 1px solid;
	font-size: 12px;
	font-weight: bold;
}
.RightPanelTextCell {
	padding: 5px 9px 10px 12px;
	-moz-border-radius: 2px 2px 2px 2px;
	margin-bottom: 10px;
	border: #91b4cf 1px solid;
	background-image: url(/Art/PicOverlay.png);
	font-size: 12px;
}
.RightPanelImageCell {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	
}
/*END NEW*/

/*table.RightPanel { 
	border-width: 0px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-collapse: collapse;
	margin-bottom: 10px;
	border-left: 1px solid #91b4cf;
	border-right: 1px solid #91b4cf;
	border-bottom: 1px solid #91b4cf;
	border-top: 1px solid #91b4cf;
}
table.RightPanel td {
	border-width: 0 2px 2px 2px;
	padding: 5px 5px 10px 5px;
	border-style: inset inset inset inset;
	border-collapse: collapse;
	-moz-border-radius: 2px 2px 2px 2px;
	margin-bottom: 10px;
}*/
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

p {
	color: #000000;
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 6px;
}
.tableSpecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 50px;
}
.thumb {  padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; border-style: none; border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px;}

li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	padding-right: 10px;
}

ul {
	margin-right: 0px;
}

.ImgRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
	padding-top: 4px;
}
.Medinput {
	background-color: #FFFFFF;
	border-style:solid;
	border-bottom:1px solid white;
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
	color: #000000;
	width: 161px;
	padding: 0;
	margin: 0;	
}
.button{
	margin-bottom:0px;
}

.TopLeftImg {
	padding: 2px 0 2px 10px;
}

.PageLine {
	padding-top: 5px;
	margin-top: 5px;
}
.footerBetterNet {
	color: #666666;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
	
}
.footerBetterNet a{
color: #666666;
	text-decoration:none;
}
.footerBetterNet a:hover{
	color: #FFCC33;	
	text-decoration:none;
}

select {color: #000000;}
	

.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 200px;
	vertical-align: top;
	background-color: #EED7AE;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #000000;
}

.TealText {
	font-size: 18px;
	color: #00508f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.menuCell a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #085490;
	font-size: 12px;
}
.BottomBorder {
	border-bottom: 1px solid #00508f;
}
.menuCell a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.LargerFont {
	font-size: 16px;
	color: #00508F;
	text-decoration: none;
}
.TopBorder {
	border-top: 1px solid #00508f;
}
.MenuBGLeft {
	background-image: url(/Art/MenuBG3.jpg);
	background-repeat: repeat;
}
.BottomTopBorder {
	border-bottom: 1px solid #00508f;
	border-top: 1px solid #00508f;
}
.ImageContainer {
	background-color: #d9d9d9;
	border-color: #91b4cf;
	vertical-align: middle;
	/*padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;*/
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 4px 5px 5px 5px;
	border-bottom-style: solid;
	border-bottom-color: #91b4cf;
	border-left-color: #91b4cf;
	border-left-style: solid;
	border-right-color: #91b4cf;
	border-right-style: solid;
	border-top-color: #91b4cf;
	border-top-style: solid;
	padding: 4px 5px 5px 5px;

}
.FloatTableLeft {
	float: left;
}

.MainBGColor {

	background-color: #EED7AE;
}
.subMenuCell{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d9d9d9;
	font-weight: bold;
	background-color: #fdfde8;
	border: 1px solid #91b4cf;
	text-align: center;
	white-space: nowrap;
	margin: 3px 10px 15px 0px;
	padding: 5px;
	border-bottom-color: #FFFFFF;	
}
.subMenuCell a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
}
.subMenuCell a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
}

.SubMenu1st {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	background-color: #26618D;
	float: left;
	border: 1px solid #91AA37;
	border-bottom-color: #004477;
	border-right-color: #004477;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-top: 1px;
}
.subMenuContainerTable {
	border-bottom: solid #91b4cf 1px;
	width: 95%;
}
.SubMenuTable{
	float: left;	
}

.imgplain {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.HomePgMenu2 {
	background-image: url(/Art/FotBG.jpg);
	background-repeat: repeat;
}
.homeText {
	background-image: url(/Art/PicOverlay.png);
	position: relative;
	z-index: 9;
	width: 300px;
	text-align: left;
	margin: 20px 0px 0px 20px;
	padding: 20px 20px 20px 20px;
}
.homeBGImage {
	z-index: 2;
	background-image: url(/userfiles/Image/ShowCase.jpg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
