/* this class is used for front end section body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url("../Images/left_bg.jpg");
	background-repeat:repeat-y;
}
/* this class is used for linkbar background*/
.Green
{
	background-color: #cd9800;

}
/* this class is used for inputbox */
.Inputbox
{
border: 1px #274c26 solid;
}
/* this class is used for content management search box border*/
.InputboxSearch
{
	BORDER-RIGHT: #762496 2px solid;
	BORDER-TOP: #762496 2px solid;
	BORDER-LEFT: #762496 2px solid;
	BORDER-BOTTOM: #762496 2px solid;
	border: 2px #762496 solid;
}
/* this class is used for linking*/
.Link:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #274c26;
text-decoration: none;
font-weight: bold;
}
.Link:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
font-weight: bold;
}
.Link:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #cccccc;
text-decoration: none;
font-weight: bold;
}

/* this class is used for printer friendly version*/
.Linkbar:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #412e01;
text-decoration: none;
font-weight: normal;
}
.Linkbar:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #412e01;
text-decoration: none;
font-weight: normal;
}
.Linkbar:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #412e01;
text-decoration: underline;
font-weight: normal;
}
/* this class is used for hyper link */
a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #006699;
text-decoration: none;
font-weight: normal;
}
a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #006699;
text-decoration: underline;
font-weight: normal;
}
/* this class is used for locator page map bottom Please direct revisions and additions for the directory to*/
.Map2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color:#993300;
text-decoration: none;
}
/* this class is used for search page titles*/
.SearchText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
}
/* this class is used for page body*/
.SearchText:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
}
/* this class is used for messages in red color  */
.Msg
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc6928;
	text-decoration: none;
}
/* this class is used for locator page bottom links*/
.Mail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.Mail:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}
/* this class is used for text in black color*/
.Black
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #666;
text-decoration: none;
}
/* this class is used for text in black color*/
.normalblack
{
	font-weight: normal;
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
}
/* this class is used for button*/
.Button
{
	font-weight: normal;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width:120px;
	text-decoration: none;
	background-color: #cc6928;
	border: 1px solid #000000;
}
/* this class is used for text spacing */
.Padding
{
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
/* this class is used home page image*/
.bodybg
{
background-image:url(../images/body_bg.jpg);
height:128px;
width: 383px;
background-repeat: no-repeat;
}
.Yellow
{
background-color: #ffffcd;
}
